|
1 | 1 | [ |
| 2 | + { |
| 3 | + "schemaChanges": [ |
| 4 | + { |
| 5 | + "title": "The GraphQL schema includes these changes:", |
| 6 | + "changes": [ |
| 7 | + "<p>Type <code>AssigneeUpdateInput</code> was added</p>", |
| 8 | + "<p>Input field <code>actorId</code> of type <code>ID!</code> was added to input object type <code>AssigneeUpdateInput</code></p>", |
| 9 | + "<p>Input field <code>confidence</code> of type <code>IssueEventConfidenceLevel</code> was added to input object type <code>AssigneeUpdateInput</code></p>", |
| 10 | + "<p>Input field <code>rationale</code> of type <code>String</code> was added to input object type <code>AssigneeUpdateInput</code></p>", |
| 11 | + "<p>Input field <code>suggest</code> of type <code>Boolean</code> was added to input object type <code>AssigneeUpdateInput</code></p>", |
| 12 | + "<p>Type <code>IssueEventConfidenceLevel</code> was added</p>", |
| 13 | + "<p>Enum value <code>HIGH</code> was added to enum <code>IssueEventConfidenceLevel</code></p>", |
| 14 | + "<p>Enum value <code>LOW</code> was added to enum <code>IssueEventConfidenceLevel</code></p>", |
| 15 | + "<p>Enum value <code>MEDIUM</code> was added to enum <code>IssueEventConfidenceLevel</code></p>", |
| 16 | + "<p>Type <code>IssueTypeUpdateInput</code> was added</p>", |
| 17 | + "<p>Input field <code>confidence</code> of type <code>IssueEventConfidenceLevel</code> was added to input object type <code>IssueTypeUpdateInput</code></p>", |
| 18 | + "<p>Input field <code>issueTypeId</code> of type <code>ID</code> was added to input object type <code>IssueTypeUpdateInput</code></p>", |
| 19 | + "<p>Input field <code>rationale</code> of type <code>String</code> was added to input object type <code>IssueTypeUpdateInput</code></p>", |
| 20 | + "<p>Input field <code>suggest</code> of type <code>Boolean</code> was added to input object type <code>IssueTypeUpdateInput</code></p>", |
| 21 | + "<p>Type <code>LabelUpdateInput</code> was added</p>", |
| 22 | + "<p>Input field <code>confidence</code> of type <code>IssueEventConfidenceLevel</code> was added to input object type <code>LabelUpdateInput</code></p>", |
| 23 | + "<p>Input field <code>labelId</code> of type <code>ID!</code> was added to input object type <code>LabelUpdateInput</code></p>", |
| 24 | + "<p>Input field <code>rationale</code> of type <code>String</code> was added to input object type <code>LabelUpdateInput</code></p>", |
| 25 | + "<p>Input field <code>suggest</code> of type <code>Boolean</code> was added to input object type <code>LabelUpdateInput</code></p>", |
| 26 | + "<p>Input field <code>assignees</code> of type '[AssigneeUpdateInput!]<code>was added to input object type</code>AddAssigneesToAssignableInput'</p>", |
| 27 | + "<p>Input field <code>labels</code> of type '[LabelUpdateInput!]<code>was added to input object type</code>AddLabelsToLabelableInput'</p>", |
| 28 | + "<p>Input field <code>confidence</code> of type <code>IssueEventConfidenceLevel</code> was added to input object type <code>CloseIssueInput</code></p>", |
| 29 | + "<p>Input field <code>isSuggestion</code> of type <code>Boolean</code> was added to input object type <code>CloseIssueInput</code></p>", |
| 30 | + "<p>Input field <code>rationale</code> of type <code>String</code> was added to input object type <code>CloseIssueInput</code></p>", |
| 31 | + "<p>Input field <code>confidence</code> of type <code>IssueEventConfidenceLevel</code> was added to input object type <code>IssueFieldCreateOrUpdateInput</code></p>", |
| 32 | + "<p>Input field <code>rationale</code> of type <code>String</code> was added to input object type <code>IssueFieldCreateOrUpdateInput</code></p>", |
| 33 | + "<p>Input field <code>suggest</code> of type <code>Boolean</code> was added to input object type <code>IssueFieldCreateOrUpdateInput</code></p>", |
| 34 | + "<p>Input field <code>assignees</code> of type '[AssigneeUpdateInput!]<code>was added to input object type</code>ReplaceActorsForAssignableInput'</p>", |
| 35 | + "<p>Input field <code>assignees</code> of type '[AssigneeUpdateInput!]<code>was added to input object type</code>UpdateIssueInput'</p>", |
| 36 | + "<p>Input field <code>issueType</code> of type <code>IssueTypeUpdateInput</code> was added to input object type <code>UpdateIssueInput</code></p>", |
| 37 | + "<p>Input field <code>labels</code> of type '[LabelUpdateInput!]<code>was added to input object type</code>UpdateIssueInput'</p>" |
| 38 | + ] |
| 39 | + } |
| 40 | + ], |
| 41 | + "previewChanges": [], |
| 42 | + "upcomingChanges": [], |
| 43 | + "date": "2026-07-14" |
| 44 | + }, |
2 | 45 | { |
3 | 46 | "schemaChanges": [ |
4 | 47 | { |
|
0 commit comments