We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c22154 commit 47a8ce5Copy full SHA for 47a8ce5
scripts/update-endpoints/fetch-json.js
@@ -69,8 +69,7 @@ main();
69
70
async function main() {
71
const { endpoints } = await graphql(QUERY, {
72
- // url: "https://octokit-routes-graphql-server.now.sh/",
73
- url: "http://localhost:4000/",
+ url: "https://github-openapi-graphql-server.vercel.app/api/graphql",
74
version,
75
ignoreChangesBefore: "2020-06-10",
76
});
0 commit comments