Skip to content

Commit 723a08a

Browse files
committed
Update GitHub/GitLab GraphQL schema.
1 parent 8e066e0 commit 723a08a

File tree

2 files changed

+4703
-770
lines changed

2 files changed

+4703
-770
lines changed

bot-components/github-schema.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52196,6 +52196,12 @@
5219652196
"description": "Order labels by creation time",
5219752197
"isDeprecated": false,
5219852198
"deprecationReason": null
52199+
},
52200+
{
52201+
"name": "ISSUE_COUNT",
52202+
"description": "Order labels by issue count",
52203+
"isDeprecated": false,
52204+
"deprecationReason": null
5219952205
}
5220052206
],
5220152207
"possibleTypes": null
@@ -109866,6 +109872,18 @@
109866109872
"isDeprecated": false,
109867109873
"deprecationReason": null
109868109874
},
109875+
{
109876+
"name": "digest",
109877+
"description": "The SHA256 digest of the asset",
109878+
"args": [],
109879+
"type": {
109880+
"kind": "SCALAR",
109881+
"name": "String",
109882+
"ofType": null
109883+
},
109884+
"isDeprecated": false,
109885+
"deprecationReason": null
109886+
},
109869109887
{
109870109888
"name": "downloadCount",
109871109889
"description": "The number of times this asset was downloaded",

0 commit comments

Comments
 (0)