You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/graphql/data/fpt/changelog.json
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,23 @@
1
1
[
2
+
{
3
+
"schemaChanges": [
4
+
{
5
+
"title": "The GraphQL schema includes these changes:",
6
+
"changes": [
7
+
"<p>Type <code>OrganizationPropertyConditionTarget</code> was added</p>",
8
+
"<p>Type <code>OrganizationPropertyConditionTargetInput</code> was added</p>",
9
+
"<p>Type <code>OrganizationPropertyTargetDefinition</code> was added</p>",
10
+
"<p>Type <code>OrganizationPropertyTargetDefinitionInput</code> was added</p>",
11
+
"<p>Field <code>organizationProperty</code> was added to object type <code>RepositoryRuleConditions</code></p>",
12
+
"<p>Input field <code>organizationProperty</code> of type <code>OrganizationPropertyConditionTargetInput</code> was added to input object type <code>RepositoryRuleConditionsInput</code></p>",
13
+
"<p>Enum value <code>INCONCLUSIVE</code> was added to enum <code>RepositoryVulnerabilityAlertDependencyRelationship</code></p>"
"description": "<p>Configuration for the ref_name condition.</p>",
@@ -111132,7 +111252,7 @@
111132
111252
},
111133
111253
{
111134
111254
"name": "iterationConfiguration",
111135
-
"description": "<p>Configuration for an iteration field.</p>",
111255
+
"description": "<p>Configuration for a field of type ITERATION. Empty input is ignored, provided\nvalues overwrite the existing configuration, and existing configuration should\nbe fetched for partial updates.</p>",
"description": "<p>Options for a field of type SINGLE_SELECT. If empty, no changes will be made\nto the options. If values are present, they will overwrite the existing\noptions for the field.</p>",
111271
+
"description": "<p>Options for a field of type SINGLE_SELECT. Empty input is ignored, provided\nvalues overwrite existing options, and existing options should be fetched for\npartial updates.</p>",
0 commit comments