File tree Expand file tree Collapse file tree 5 files changed +58
-0
lines changed Expand file tree Collapse file tree 5 files changed +58
-0
lines changed Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "schemaChanges": [
4
+ {
5
+ "title": "The GraphQL schema includes these changes:",
6
+ "changes": [
7
+ "<p>Enum value 'ISSUE_COUNT<code>was added to enum</code>LabelOrderField'</p>",
8
+ "<p>Field <code>digest</code> was added to object type <code>ReleaseAsset</code></p>"
9
+ ]
10
+ }
11
+ ],
12
+ "previewChanges": [],
13
+ "upcomingChanges": [],
14
+ "date": "2025-05-27"
15
+ },
2
16
{
3
17
"schemaChanges": [
4
18
{
Original file line number Diff line number Diff line change @@ -20867,6 +20867,11 @@ enum LabelOrderField {
20867
20867
"""
20868
20868
CREATED_AT
20869
20869
20870
+ """
20871
+ Order labels by issue count
20872
+ """
20873
+ ISSUE_COUNT
20874
+
20870
20875
"""
20871
20876
Order labels by name
20872
20877
"""
@@ -44860,6 +44865,11 @@ type ReleaseAsset implements Node {
44860
44865
"""
44861
44866
createdAt: DateTime!
44862
44867
44868
+ """
44869
+ The SHA256 digest of the asset
44870
+ """
44871
+ digest: String
44872
+
44863
44873
"""
44864
44874
The number of times this asset was downloaded
44865
44875
"""
Original file line number Diff line number Diff line change 59045
59045
"kind": "scalars",
59046
59046
"href": "/graphql/reference/scalars#datetime"
59047
59047
},
59048
+ {
59049
+ "name": "digest",
59050
+ "description": "<p>The SHA256 digest of the asset.</p>",
59051
+ "type": "String",
59052
+ "id": "string",
59053
+ "kind": "scalars",
59054
+ "href": "/graphql/reference/scalars#string"
59055
+ },
59048
59056
{
59049
59057
"name": "downloadCount",
59050
59058
"description": "<p>The number of times this asset was downloaded.</p>",
89560
89568
"name": "CREATED_AT",
89561
89569
"description": "<p>Order labels by creation time.</p>"
89562
89570
},
89571
+ {
89572
+ "name": "ISSUE_COUNT",
89573
+ "description": "<p>Order labels by issue count.</p>"
89574
+ },
89563
89575
{
89564
89576
"name": "NAME",
89565
89577
"description": "<p>Order labels by name.</p>"
Original file line number Diff line number Diff line change @@ -20867,6 +20867,11 @@ enum LabelOrderField {
20867
20867
"""
20868
20868
CREATED_AT
20869
20869
20870
+ """
20871
+ Order labels by issue count
20872
+ """
20873
+ ISSUE_COUNT
20874
+
20870
20875
"""
20871
20876
Order labels by name
20872
20877
"""
@@ -44860,6 +44865,11 @@ type ReleaseAsset implements Node {
44860
44865
"""
44861
44866
createdAt: DateTime!
44862
44867
44868
+ """
44869
+ The SHA256 digest of the asset
44870
+ """
44871
+ digest: String
44872
+
44863
44873
"""
44864
44874
The number of times this asset was downloaded
44865
44875
"""
Original file line number Diff line number Diff line change 59045
59045
"kind": "scalars",
59046
59046
"href": "/graphql/reference/scalars#datetime"
59047
59047
},
59048
+ {
59049
+ "name": "digest",
59050
+ "description": "<p>The SHA256 digest of the asset.</p>",
59051
+ "type": "String",
59052
+ "id": "string",
59053
+ "kind": "scalars",
59054
+ "href": "/graphql/reference/scalars#string"
59055
+ },
59048
59056
{
59049
59057
"name": "downloadCount",
59050
59058
"description": "<p>The number of times this asset was downloaded.</p>",
89560
89568
"name": "CREATED_AT",
89561
89569
"description": "<p>Order labels by creation time.</p>"
89562
89570
},
89571
+ {
89572
+ "name": "ISSUE_COUNT",
89573
+ "description": "<p>Order labels by issue count.</p>"
89574
+ },
89563
89575
{
89564
89576
"name": "NAME",
89565
89577
"description": "<p>Order labels by name.</p>"
You can’t perform that action at this time.
0 commit comments