|
13086 | 13086 | } |
13087 | 13087 | ] |
13088 | 13088 | }, |
| 13089 | + { |
| 13090 | + "name": "ConvertedToDiscussionEvent", |
| 13091 | + "kind": "objects", |
| 13092 | + "id": "convertedtodiscussionevent", |
| 13093 | + "href": "/graphql/reference/objects#convertedtodiscussionevent", |
| 13094 | + "description": "<p>Represents a<code>converted_to_discussion</code>event on a given issue.</p>", |
| 13095 | + "implements": [ |
| 13096 | + { |
| 13097 | + "name": "Node", |
| 13098 | + "id": "node", |
| 13099 | + "href": "/graphql/reference/interfaces#node" |
| 13100 | + } |
| 13101 | + ], |
| 13102 | + "fields": [ |
| 13103 | + { |
| 13104 | + "name": "actor", |
| 13105 | + "description": "<p>Identifies the actor who performed the event.</p>", |
| 13106 | + "type": "Actor", |
| 13107 | + "id": "actor", |
| 13108 | + "kind": "interfaces", |
| 13109 | + "href": "/graphql/reference/interfaces#actor" |
| 13110 | + }, |
| 13111 | + { |
| 13112 | + "name": "createdAt", |
| 13113 | + "description": "<p>Identifies the date and time when the object was created.</p>", |
| 13114 | + "type": "DateTime!", |
| 13115 | + "id": "datetime", |
| 13116 | + "kind": "scalars", |
| 13117 | + "href": "/graphql/reference/scalars#datetime" |
| 13118 | + }, |
| 13119 | + { |
| 13120 | + "name": "discussion", |
| 13121 | + "description": "<p>The discussion that the issue was converted into.</p>", |
| 13122 | + "type": "Discussion", |
| 13123 | + "id": "discussion", |
| 13124 | + "kind": "objects", |
| 13125 | + "href": "/graphql/reference/objects#discussion" |
| 13126 | + } |
| 13127 | + ] |
| 13128 | + }, |
13089 | 13129 | { |
13090 | 13130 | "name": "CreatedCommitContribution", |
13091 | 13131 | "kind": "objects", |
|
67237 | 67277 | "name": "CONVERTED_NOTE_TO_ISSUE_EVENT", |
67238 | 67278 | "description": "<p>Represents a<code>converted_note_to_issue</code>event on a given issue or pull request.</p>" |
67239 | 67279 | }, |
| 67280 | + { |
| 67281 | + "name": "CONVERTED_TO_DISCUSSION_EVENT", |
| 67282 | + "description": "<p>Represents a<code>converted_to_discussion</code>event on a given issue.</p>" |
| 67283 | + }, |
67240 | 67284 | { |
67241 | 67285 | "name": "CROSS_REFERENCED_EVENT", |
67242 | 67286 | "description": "<p>Represents a mention made by one issue or pull request to another.</p>" |
|
68465 | 68509 | "name": "CONVERTED_NOTE_TO_ISSUE_EVENT", |
68466 | 68510 | "description": "<p>Represents a<code>converted_note_to_issue</code>event on a given issue or pull request.</p>" |
68467 | 68511 | }, |
| 68512 | + { |
| 68513 | + "name": "CONVERTED_TO_DISCUSSION_EVENT", |
| 68514 | + "description": "<p>Represents a<code>converted_to_discussion</code>event on a given issue.</p>" |
| 68515 | + }, |
68468 | 68516 | { |
68469 | 68517 | "name": "CONVERT_TO_DRAFT_EVENT", |
68470 | 68518 | "description": "<p>Represents a<code>convert_to_draft</code>event on a given pull request.</p>" |
|
70299 | 70347 | "id": "convertednotetoissueevent", |
70300 | 70348 | "href": "/graphql/reference/objects#convertednotetoissueevent" |
70301 | 70349 | }, |
| 70350 | + { |
| 70351 | + "name": "ConvertedToDiscussionEvent", |
| 70352 | + "id": "convertedtodiscussionevent", |
| 70353 | + "href": "/graphql/reference/objects#convertedtodiscussionevent" |
| 70354 | + }, |
70302 | 70355 | { |
70303 | 70356 | "name": "CrossReferencedEvent", |
70304 | 70357 | "id": "crossreferencedevent", |
|
71105 | 71158 | "id": "convertednotetoissueevent", |
71106 | 71159 | "href": "/graphql/reference/objects#convertednotetoissueevent" |
71107 | 71160 | }, |
| 71161 | + { |
| 71162 | + "name": "ConvertedToDiscussionEvent", |
| 71163 | + "id": "convertedtodiscussionevent", |
| 71164 | + "href": "/graphql/reference/objects#convertedtodiscussionevent" |
| 71165 | + }, |
71108 | 71166 | { |
71109 | 71167 | "name": "CrossReferencedEvent", |
71110 | 71168 | "id": "crossreferencedevent", |
|
0 commit comments