File tree Expand file tree Collapse file tree 5 files changed +70
-6
lines changed
Expand file tree Collapse file tree 5 files changed +70
-6
lines changed Original file line number Diff line number Diff line change 11[
2+ {
3+ "schemaChanges": [
4+ {
5+ "title": "The GraphQL schema includes these changes:",
6+ "changes": [
7+ "<p>Field <code>closedIssueCount</code> was added to object type <code>Milestone</code></p>",
8+ "<p>Field <code>openIssueCount</code> was added to object type <code>Milestone</code></p>"
9+ ]
10+ }
11+ ],
12+ "previewChanges": [],
13+ "upcomingChanges": [],
14+ "date": "2025-04-30"
15+ },
216 {
317 "schemaChanges": [
418 {
Original file line number Diff line number Diff line change @@ -23482,6 +23482,11 @@ type Milestone implements Closable & Node & UniformResourceLocatable {
2348223482 """
2348323483 closedAt: DateTime
2348423484
23485+ """
23486+ Identifies the number of closed issues associated with the milestone.
23487+ """
23488+ closedIssueCount: Int!
23489+
2348523490 """
2348623491 Identifies the date and time when the object was created.
2348723492 """
@@ -23562,6 +23567,11 @@ type Milestone implements Closable & Node & UniformResourceLocatable {
2356223567 """
2356323568 number: Int!
2356423569
23570+ """
23571+ Identifies the number of open issues associated with the milestone.
23572+ """
23573+ openIssueCount: Int!
23574+
2356523575 """
2356623576 Identifies the percentage complete for the milestone
2356723577 """
@@ -64768,7 +64778,7 @@ input UpdateIssueInput {
6476864778 """
6476964779 The ID of the Issue Type for this issue.
6477064780 """
64771- issueTypeId: ID @possibleTypes(concreteTypes: ["IssueType"])
64781+ issueTypeId: ID
6477264782
6477364783 """
6477464784 An array of Node IDs of labels for this issue.
Original file line number Diff line number Diff line change 3490434904 "kind": "scalars",
3490534905 "href": "/graphql/reference/scalars#datetime"
3490634906 },
34907+ {
34908+ "name": "closedIssueCount",
34909+ "description": "<p>Identifies the number of closed issues associated with the milestone.</p>",
34910+ "type": "Int!",
34911+ "id": "int",
34912+ "kind": "scalars",
34913+ "href": "/graphql/reference/scalars#int"
34914+ },
3490734915 {
3490834916 "name": "createdAt",
3490934917 "description": "<p>Identifies the date and time when the object was created.</p>",
3505035058 "kind": "scalars",
3505135059 "href": "/graphql/reference/scalars#int"
3505235060 },
35061+ {
35062+ "name": "openIssueCount",
35063+ "description": "<p>Identifies the number of open issues associated with the milestone.</p>",
35064+ "type": "Int!",
35065+ "id": "int",
35066+ "kind": "scalars",
35067+ "href": "/graphql/reference/scalars#int"
35068+ },
3505335069 {
3505435070 "name": "progressPercentage",
3505535071 "description": "<p>Identifies the percentage complete for the milestone.</p>",
@@ -109318,8 +109334,7 @@
109318109334 "type": "ID",
109319109335 "id": "id",
109320109336 "kind": "scalars",
109321- "href": "/graphql/reference/scalars#id",
109322- "isDeprecated": false
109337+ "href": "/graphql/reference/scalars#id"
109323109338 },
109324109339 {
109325109340 "name": "labelIds",
Original file line number Diff line number Diff line change @@ -23482,6 +23482,11 @@ type Milestone implements Closable & Node & UniformResourceLocatable {
2348223482 """
2348323483 closedAt: DateTime
2348423484
23485+ """
23486+ Identifies the number of closed issues associated with the milestone.
23487+ """
23488+ closedIssueCount: Int!
23489+
2348523490 """
2348623491 Identifies the date and time when the object was created.
2348723492 """
@@ -23562,6 +23567,11 @@ type Milestone implements Closable & Node & UniformResourceLocatable {
2356223567 """
2356323568 number: Int!
2356423569
23570+ """
23571+ Identifies the number of open issues associated with the milestone.
23572+ """
23573+ openIssueCount: Int!
23574+
2356523575 """
2356623576 Identifies the percentage complete for the milestone
2356723577 """
@@ -64768,7 +64778,7 @@ input UpdateIssueInput {
6476864778 """
6476964779 The ID of the Issue Type for this issue.
6477064780 """
64771- issueTypeId: ID @possibleTypes(concreteTypes: ["IssueType"])
64781+ issueTypeId: ID
6477264782
6477364783 """
6477464784 An array of Node IDs of labels for this issue.
Original file line number Diff line number Diff line change 3490434904 "kind": "scalars",
3490534905 "href": "/graphql/reference/scalars#datetime"
3490634906 },
34907+ {
34908+ "name": "closedIssueCount",
34909+ "description": "<p>Identifies the number of closed issues associated with the milestone.</p>",
34910+ "type": "Int!",
34911+ "id": "int",
34912+ "kind": "scalars",
34913+ "href": "/graphql/reference/scalars#int"
34914+ },
3490734915 {
3490834916 "name": "createdAt",
3490934917 "description": "<p>Identifies the date and time when the object was created.</p>",
3505035058 "kind": "scalars",
3505135059 "href": "/graphql/reference/scalars#int"
3505235060 },
35061+ {
35062+ "name": "openIssueCount",
35063+ "description": "<p>Identifies the number of open issues associated with the milestone.</p>",
35064+ "type": "Int!",
35065+ "id": "int",
35066+ "kind": "scalars",
35067+ "href": "/graphql/reference/scalars#int"
35068+ },
3505335069 {
3505435070 "name": "progressPercentage",
3505535071 "description": "<p>Identifies the percentage complete for the milestone.</p>",
@@ -109318,8 +109334,7 @@
109318109334 "type": "ID",
109319109335 "id": "id",
109320109336 "kind": "scalars",
109321- "href": "/graphql/reference/scalars#id",
109322- "isDeprecated": false
109337+ "href": "/graphql/reference/scalars#id"
109323109338 },
109324109339 {
109325109340 "name": "labelIds",
You can’t perform that action at this time.
0 commit comments