From 0db53fcb60e36df461d23a7a3216b2bcd70bf709 Mon Sep 17 00:00:00 2001 From: HACKER-CODER <72604216+hasthamalp@users.noreply.github.com> Date: Sat, 12 Mar 2022 11:54:35 +0530 Subject: [PATCH] Update query-execution.md md file updated --- docs/docs/query-execution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/query-execution.md b/docs/docs/query-execution.md index 893fc5157054b..7fa91e85b801d 100644 --- a/docs/docs/query-execution.md +++ b/docs/docs/query-execution.md @@ -12,7 +12,7 @@ title: Query Execution ## Query execution -Query execution is kicked off by bootstrap by calling [`createQueryRunningActivity()`](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/index.js#L192). The main files involved in this step are: +Query execution is kicked off by bootstrap by calling [`createQueryRunningActivity()`](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/index.ts). The main files involved in this step are: - [index.js](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/index.js) - [queue.ts](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/queue.ts)