{"id":16429074,"url":"https://github.com/codeandweb/gatsby-3-migration-issue","last_synced_at":"2025-10-11T10:12:35.790Z","repository":{"id":140437815,"uuid":"345726054","full_name":"CodeAndWeb/gatsby-3-migration-issue","owner":"CodeAndWeb","description":"Demonstrates an issue when running queries during createPages()","archived":false,"fork":false,"pushed_at":"2021-03-08T17:01:42.000Z","size":404,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T02:55:35.761Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeAndWeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-08T16:45:30.000Z","updated_at":"2021-03-08T17:01:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"c69f64f7-13d5-4323-9639-0b5c9334c2d9","html_url":"https://github.com/CodeAndWeb/gatsby-3-migration-issue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeAndWeb/gatsby-3-migration-issue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeAndWeb%2Fgatsby-3-migration-issue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeAndWeb%2Fgatsby-3-migration-issue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeAndWeb%2Fgatsby-3-migration-issue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeAndWeb%2Fgatsby-3-migration-issue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeAndWeb","download_url":"https://codeload.github.com/CodeAndWeb/gatsby-3-migration-issue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeAndWeb%2Fgatsby-3-migration-issue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006839,"owners_count":26084203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T08:20:43.683Z","updated_at":"2025-10-11T10:12:35.773Z","avatar_url":"https://github.com/CodeAndWeb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demonstrates an issue I currently have in Gatsby 3\n\nReproduce:\n\n    git clone https://github.com/CodeAndWeb/gatsby-3-migration-issue.git\n    yarn install\n\nEverything is ok from the start:\n\n    gatsby develop --verbose\n\nVisit http://localhost:8000/___graphql\n\n\u003cimg src=\"./graphql-ok.png\" width=\"200\"\u003e\n\nEdit `gatsby-node.js` and uncomment the following lines:\n\n    const result = await graphql(`\n    query {\n          allMdx {\n            nodes {\n              slug\n            }\n          }\n    }\n    `)\n    console.log(JSON.stringify(result, null, 4))\n\nRe-start gatsby and visit http://localhost:8000/___graphql\n\n\u003cimg src=\"./graphql-context-missing.png\" width=\"200\"\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeandweb%2Fgatsby-3-migration-issue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeandweb%2Fgatsby-3-migration-issue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeandweb%2Fgatsby-3-migration-issue/lists"}