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 b18639f commit 885d221Copy full SHA for 885d221
scripts/update-endpoints/fetch-json.js
@@ -10,13 +10,14 @@ if (!process.env.VERSION) {
10
11
const QUERY = `
12
query ($version: String) {
13
- endpoints(version: $version, filter: { isLegacy: false, isGithubCloudOnly: false }) {
+ endpoints(version: $version, filter: { isGithubCloudOnly: false }) {
14
name
15
scope(format: CAMELCASE)
16
id(format: CAMELCASE)
17
method
18
url
19
isDeprecated
20
+ isLegacy
21
description
22
documentationUrl
23
previews(required: true) {
0 commit comments