File tree Expand file tree Collapse file tree 5 files changed +66
-0
lines changed
Expand file tree Collapse file tree 5 files changed +66
-0
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>duplicateOf</code> was added to object type <code>ClosedEvent</code></p>",
8+ "<p>Field <code>duplicateOf</code> was added to object type <code>Issue</code></p>"
9+ ]
10+ }
11+ ],
12+ "previewChanges": [],
13+ "upcomingChanges": [],
14+ "date": "2025-05-22"
15+ },
216 {
317 "schemaChanges": [
418 {
Original file line number Diff line number Diff line change @@ -4627,6 +4627,11 @@ type ClosedEvent implements Node & UniformResourceLocatable {
46274627 """
46284628 createdAt: DateTime!
46294629
4630+ """
4631+ The issue or pull request that this issue was marked as a duplicate of.
4632+ """
4633+ duplicateOf: IssueOrPullRequest
4634+
46304635 """
46314636 The Node ID of the ClosedEvent object
46324637 """
@@ -18732,6 +18737,11 @@ type Issue implements Assignable & Closable & Comment & Deletable & Labelable &
1873218737 """
1873318738 databaseId: Int
1873418739
18740+ """
18741+ A reference to the original issue that this issue has been marked as a duplicate of.
18742+ """
18743+ duplicateOf: Issue
18744+
1873518745 """
1873618746 The actor who edited the comment.
1873718747 """
Original file line number Diff line number Diff line change 1380013800 "kind": "scalars",
1380113801 "href": "/graphql/reference/scalars#datetime"
1380213802 },
13803+ {
13804+ "name": "duplicateOf",
13805+ "description": "<p>The issue or pull request that this issue was marked as a duplicate of.</p>",
13806+ "type": "IssueOrPullRequest",
13807+ "id": "issueorpullrequest",
13808+ "kind": "unions",
13809+ "href": "/graphql/reference/unions#issueorpullrequest"
13810+ },
1380313811 {
1380413812 "name": "id",
1380513813 "description": "<p>The Node ID of the ClosedEvent object.</p>",
2917329181 "kind": "scalars",
2917429182 "href": "/graphql/reference/scalars#int"
2917529183 },
29184+ {
29185+ "name": "duplicateOf",
29186+ "description": "<p>A reference to the original issue that this issue has been marked as a duplicate of.</p>",
29187+ "type": "Issue",
29188+ "id": "issue",
29189+ "kind": "objects",
29190+ "href": "/graphql/reference/objects#issue"
29191+ },
2917629192 {
2917729193 "name": "editor",
2917829194 "description": "<p>The actor who edited the comment.</p>",
Original file line number Diff line number Diff line change @@ -4627,6 +4627,11 @@ type ClosedEvent implements Node & UniformResourceLocatable {
46274627 """
46284628 createdAt: DateTime!
46294629
4630+ """
4631+ The issue or pull request that this issue was marked as a duplicate of.
4632+ """
4633+ duplicateOf: IssueOrPullRequest
4634+
46304635 """
46314636 The Node ID of the ClosedEvent object
46324637 """
@@ -18732,6 +18737,11 @@ type Issue implements Assignable & Closable & Comment & Deletable & Labelable &
1873218737 """
1873318738 databaseId: Int
1873418739
18740+ """
18741+ A reference to the original issue that this issue has been marked as a duplicate of.
18742+ """
18743+ duplicateOf: Issue
18744+
1873518745 """
1873618746 The actor who edited the comment.
1873718747 """
Original file line number Diff line number Diff line change 1380013800 "kind": "scalars",
1380113801 "href": "/graphql/reference/scalars#datetime"
1380213802 },
13803+ {
13804+ "name": "duplicateOf",
13805+ "description": "<p>The issue or pull request that this issue was marked as a duplicate of.</p>",
13806+ "type": "IssueOrPullRequest",
13807+ "id": "issueorpullrequest",
13808+ "kind": "unions",
13809+ "href": "/graphql/reference/unions#issueorpullrequest"
13810+ },
1380313811 {
1380413812 "name": "id",
1380513813 "description": "<p>The Node ID of the ClosedEvent object.</p>",
2917329181 "kind": "scalars",
2917429182 "href": "/graphql/reference/scalars#int"
2917529183 },
29184+ {
29185+ "name": "duplicateOf",
29186+ "description": "<p>A reference to the original issue that this issue has been marked as a duplicate of.</p>",
29187+ "type": "Issue",
29188+ "id": "issue",
29189+ "kind": "objects",
29190+ "href": "/graphql/reference/objects#issue"
29191+ },
2917629192 {
2917729193 "name": "editor",
2917829194 "description": "<p>The actor who edited the comment.</p>",
You can’t perform that action at this time.
0 commit comments