Skip to content

Commit 81a3d70

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#58798)
Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
1 parent e7e9566 commit 81a3d70

File tree

5 files changed

+3695
-394
lines changed

5 files changed

+3695
-394
lines changed

src/graphql/data/fpt/changelog.json

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,139 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Type <code>CreateRepositoryCustomPropertyInput</code> was added</p>",
8+
"<p>Input field <code>allowedValues</code> of type '[String!]<code>was added to input object type</code>CreateRepositoryCustomPropertyInput'</p>",
9+
"<p>Input field <code>clientMutationId</code> of type <code>String</code> was added to input object type <code>CreateRepositoryCustomPropertyInput</code></p>",
10+
"<p>Input field <code>defaultValue</code> of type <code>String</code> was added to input object type <code>CreateRepositoryCustomPropertyInput</code></p>",
11+
"<p>Input field <code>description</code> of type <code>String</code> was added to input object type <code>CreateRepositoryCustomPropertyInput</code></p>",
12+
"<p>Input field <code>propertyName</code> of type <code>String!</code> was added to input object type <code>CreateRepositoryCustomPropertyInput</code></p>",
13+
"<p>Input field <code>regex</code> of type <code>String</code> was added to input object type <code>CreateRepositoryCustomPropertyInput</code></p>",
14+
"<p>Input field <code>required</code> of type <code>Boolean</code> was added to input object type <code>CreateRepositoryCustomPropertyInput</code></p>",
15+
"<p>Input field <code>sourceId</code> of type <code>ID!</code> was added to input object type <code>CreateRepositoryCustomPropertyInput</code></p>",
16+
"<p>Input field <code>valueType</code> of type <code>CustomPropertyValueType!</code> was added to input object type <code>CreateRepositoryCustomPropertyInput</code></p>",
17+
"<p>Input field <code>valuesEditableBy</code> of type <code>RepositoryCustomPropertyValuesEditableBy</code> was added to input object type <code>CreateRepositoryCustomPropertyInput</code></p>",
18+
"<p>Type <code>CreateRepositoryCustomPropertyPayload</code> was added</p>",
19+
"<p>Field <code>clientMutationId</code> was added to object type <code>CreateRepositoryCustomPropertyPayload</code></p>",
20+
"<p>Field <code>repositoryCustomProperty</code> was added to object type <code>CreateRepositoryCustomPropertyPayload</code></p>",
21+
"<p>Type <code>CustomPropertySource</code> was added</p>",
22+
"<p>Member <code>Enterprise</code> was added to Union type <code>CustomPropertySource</code></p>",
23+
"<p>Member <code>Organization</code> was added to Union type <code>CustomPropertySource</code></p>",
24+
"<p>Type <code>CustomPropertyValue</code> was added</p>",
25+
"<p>Type <code>CustomPropertyValueInput</code> was added</p>",
26+
"<p>Input field <code>propertyName</code> of type <code>String!</code> was added to input object type <code>CustomPropertyValueInput</code></p>",
27+
"<p>Input field <code>value</code> of type <code>CustomPropertyValue</code> was added to input object type <code>CustomPropertyValueInput</code></p>",
28+
"<p>Type <code>CustomPropertyValueType</code> was added</p>",
29+
"<p>Enum value 'MULTI_SELECT<code>was added to enum</code>CustomPropertyValueType'</p>",
30+
"<p>Enum value 'SINGLE_SELECT<code>was added to enum</code>CustomPropertyValueType'</p>",
31+
"<p>Enum value <code>STRING</code> was added to enum <code>CustomPropertyValueType</code></p>",
32+
"<p>Enum value 'TRUE_FALSE<code>was added to enum</code>CustomPropertyValueType'</p>",
33+
"<p>Enum value <code>URL</code> was added to enum <code>CustomPropertyValueType</code></p>",
34+
"<p>Type <code>DeleteRepositoryCustomPropertyInput</code> was added</p>",
35+
"<p>Input field <code>clientMutationId</code> of type <code>String</code> was added to input object type <code>DeleteRepositoryCustomPropertyInput</code></p>",
36+
"<p>Input field <code>id</code> of type <code>ID!</code> was added to input object type <code>DeleteRepositoryCustomPropertyInput</code></p>",
37+
"<p>Type <code>DeleteRepositoryCustomPropertyPayload</code> was added</p>",
38+
"<p>Field <code>clientMutationId</code> was added to object type <code>DeleteRepositoryCustomPropertyPayload</code></p>",
39+
"<p>Field <code>repositoryCustomProperty</code> was added to object type <code>DeleteRepositoryCustomPropertyPayload</code></p>",
40+
"<p>Type <code>PromoteRepositoryCustomPropertyInput</code> was added</p>",
41+
"<p>Input field <code>clientMutationId</code> of type <code>String</code> was added to input object type <code>PromoteRepositoryCustomPropertyInput</code></p>",
42+
"<p>Input field <code>repositoryCustomPropertyId</code> of type <code>ID!</code> was added to input object type <code>PromoteRepositoryCustomPropertyInput</code></p>",
43+
"<p>Type <code>PromoteRepositoryCustomPropertyPayload</code> was added</p>",
44+
"<p>Field <code>clientMutationId</code> was added to object type <code>PromoteRepositoryCustomPropertyPayload</code></p>",
45+
"<p>Field <code>repositoryCustomProperty</code> was added to object type <code>PromoteRepositoryCustomPropertyPayload</code></p>",
46+
"<p>Type <code>RepositoryCustomProperty</code> was added</p>",
47+
"<p><code>RepositoryCustomProperty</code> object implements <code>Node</code> interface</p>",
48+
"<p>Field <code>allowedValues</code> was added to object type <code>RepositoryCustomProperty</code></p>",
49+
"<p>Field <code>defaultValue</code> was added to object type <code>RepositoryCustomProperty</code></p>",
50+
"<p>Field <code>description</code> was added to object type <code>RepositoryCustomProperty</code></p>",
51+
"<p>Field <code>id</code> was added to object type <code>RepositoryCustomProperty</code></p>",
52+
"<p>Field <code>propertyName</code> was added to object type <code>RepositoryCustomProperty</code></p>",
53+
"<p>Field <code>regex</code> was added to object type <code>RepositoryCustomProperty</code></p>",
54+
"<p>Field <code>required</code> was added to object type <code>RepositoryCustomProperty</code></p>",
55+
"<p>Field <code>source</code> was added to object type <code>RepositoryCustomProperty</code></p>",
56+
"<p>Field <code>valueType</code> was added to object type <code>RepositoryCustomProperty</code></p>",
57+
"<p>Field <code>valuesEditableBy</code> was added to object type <code>RepositoryCustomProperty</code></p>",
58+
"<p>Type <code>RepositoryCustomPropertyConnection</code> was added</p>",
59+
"<p>Field <code>edges</code> was added to object type <code>RepositoryCustomPropertyConnection</code></p>",
60+
"<p>Field <code>nodes</code> was added to object type <code>RepositoryCustomPropertyConnection</code></p>",
61+
"<p>Field <code>pageInfo</code> was added to object type <code>RepositoryCustomPropertyConnection</code></p>",
62+
"<p>Field <code>totalCount</code> was added to object type <code>RepositoryCustomPropertyConnection</code></p>",
63+
"<p>Type <code>RepositoryCustomPropertyEdge</code> was added</p>",
64+
"<p>Field <code>cursor</code> was added to object type <code>RepositoryCustomPropertyEdge</code></p>",
65+
"<p>Field <code>node</code> was added to object type <code>RepositoryCustomPropertyEdge</code></p>",
66+
"<p>Type <code>RepositoryCustomPropertyValue</code> was added</p>",
67+
"<p>Field <code>propertyName</code> was added to object type <code>RepositoryCustomPropertyValue</code></p>",
68+
"<p>Field <code>value</code> was added to object type <code>RepositoryCustomPropertyValue</code></p>",
69+
"<p>Type <code>RepositoryCustomPropertyValueConnection</code> was added</p>",
70+
"<p>Field <code>edges</code> was added to object type <code>RepositoryCustomPropertyValueConnection</code></p>",
71+
"<p>Field <code>nodes</code> was added to object type <code>RepositoryCustomPropertyValueConnection</code></p>",
72+
"<p>Field <code>pageInfo</code> was added to object type <code>RepositoryCustomPropertyValueConnection</code></p>",
73+
"<p>Field <code>totalCount</code> was added to object type <code>RepositoryCustomPropertyValueConnection</code></p>",
74+
"<p>Type <code>RepositoryCustomPropertyValueEdge</code> was added</p>",
75+
"<p>Field <code>cursor</code> was added to object type <code>RepositoryCustomPropertyValueEdge</code></p>",
76+
"<p>Field <code>node</code> was added to object type <code>RepositoryCustomPropertyValueEdge</code></p>",
77+
"<p>Type <code>RepositoryCustomPropertyValuesEditableBy</code> was added</p>",
78+
"<p>Enum value 'ORG_ACTORS<code>was added to enum</code>RepositoryCustomPropertyValuesEditableBy'</p>",
79+
"<p>Enum value 'ORG_AND_REPO_ACTORS<code>was added to enum</code>RepositoryCustomPropertyValuesEditableBy'</p>",
80+
"<p>Type <code>SetRepositoryCustomPropertyValuesInput</code> was added</p>",
81+
"<p>Input field <code>clientMutationId</code> of type <code>String</code> was added to input object type <code>SetRepositoryCustomPropertyValuesInput</code></p>",
82+
"<p>Input field <code>properties</code> of type '[CustomPropertyValueInput!]!<code>was added to input object type</code>SetRepositoryCustomPropertyValuesInput'</p>",
83+
"<p>Input field <code>repositoryId</code> of type <code>ID!</code> was added to input object type <code>SetRepositoryCustomPropertyValuesInput</code></p>",
84+
"<p>Type <code>SetRepositoryCustomPropertyValuesPayload</code> was added</p>",
85+
"<p>Field <code>clientMutationId</code> was added to object type <code>SetRepositoryCustomPropertyValuesPayload</code></p>",
86+
"<p>Field <code>repository</code> was added to object type <code>SetRepositoryCustomPropertyValuesPayload</code></p>",
87+
"<p>Type <code>UpdateRepositoryCustomPropertyInput</code> was added</p>",
88+
"<p>Input field <code>allowedValues</code> of type '[String!]<code>was added to input object type</code>UpdateRepositoryCustomPropertyInput'</p>",
89+
"<p>Input field <code>clientMutationId</code> of type <code>String</code> was added to input object type <code>UpdateRepositoryCustomPropertyInput</code></p>",
90+
"<p>Input field <code>defaultValue</code> of type <code>String</code> was added to input object type <code>UpdateRepositoryCustomPropertyInput</code></p>",
91+
"<p>Input field <code>description</code> of type <code>String</code> was added to input object type <code>UpdateRepositoryCustomPropertyInput</code></p>",
92+
"<p>Input field <code>regex</code> of type <code>String</code> was added to input object type <code>UpdateRepositoryCustomPropertyInput</code></p>",
93+
"<p>Input field <code>repositoryCustomPropertyId</code> of type <code>ID!</code> was added to input object type <code>UpdateRepositoryCustomPropertyInput</code></p>",
94+
"<p>Input field <code>required</code> of type <code>Boolean</code> was added to input object type <code>UpdateRepositoryCustomPropertyInput</code></p>",
95+
"<p>Input field <code>valuesEditableBy</code> of type <code>RepositoryCustomPropertyValuesEditableBy</code> was added to input object type <code>UpdateRepositoryCustomPropertyInput</code></p>",
96+
"<p>Type <code>UpdateRepositoryCustomPropertyPayload</code> was added</p>",
97+
"<p>Field <code>clientMutationId</code> was added to object type <code>UpdateRepositoryCustomPropertyPayload</code></p>",
98+
"<p>Field <code>repositoryCustomProperty</code> was added to object type <code>UpdateRepositoryCustomPropertyPayload</code></p>",
99+
"<p>Field <code>repositoryCustomProperties</code> was added to object type <code>Enterprise</code></p>",
100+
"<p>Argument <code>after: String</code> added to field <code>Enterprise.repositoryCustomProperties</code></p>",
101+
"<p>Argument <code>before: String</code> added to field <code>Enterprise.repositoryCustomProperties</code></p>",
102+
"<p>Argument <code>first: Int</code> added to field <code>Enterprise.repositoryCustomProperties</code></p>",
103+
"<p>Argument <code>last: Int</code> added to field <code>Enterprise.repositoryCustomProperties</code></p>",
104+
"<p>Field <code>repositoryCustomProperty</code> was added to object type <code>Enterprise</code></p>",
105+
"<p>Argument <code>propertyName: String!</code> added to field <code>Enterprise.repositoryCustomProperty</code></p>",
106+
"<p>Field <code>createRepositoryCustomProperty</code> was added to object type <code>Mutation</code></p>",
107+
"<p>Argument <code>input: CreateRepositoryCustomPropertyInput!</code> added to field <code>Mutation.createRepositoryCustomProperty</code></p>",
108+
"<p>Field <code>deleteRepositoryCustomProperty</code> was added to object type <code>Mutation</code></p>",
109+
"<p>Argument <code>input: DeleteRepositoryCustomPropertyInput!</code> added to field <code>Mutation.deleteRepositoryCustomProperty</code></p>",
110+
"<p>Field <code>promoteRepositoryCustomProperty</code> was added to object type <code>Mutation</code></p>",
111+
"<p>Argument <code>input: PromoteRepositoryCustomPropertyInput!</code> added to field <code>Mutation.promoteRepositoryCustomProperty</code></p>",
112+
"<p>Field <code>setRepositoryCustomPropertyValues</code> was added to object type <code>Mutation</code></p>",
113+
"<p>Argument <code>input: SetRepositoryCustomPropertyValuesInput!</code> added to field <code>Mutation.setRepositoryCustomPropertyValues</code></p>",
114+
"<p>Field <code>updateRepositoryCustomProperty</code> was added to object type <code>Mutation</code></p>",
115+
"<p>Argument <code>input: UpdateRepositoryCustomPropertyInput!</code> added to field <code>Mutation.updateRepositoryCustomProperty</code></p>",
116+
"<p>Field <code>repositoryCustomProperties</code> was added to object type <code>Organization</code></p>",
117+
"<p>Argument <code>after: String</code> added to field <code>Organization.repositoryCustomProperties</code></p>",
118+
"<p>Argument <code>before: String</code> added to field <code>Organization.repositoryCustomProperties</code></p>",
119+
"<p>Argument <code>first: Int</code> added to field <code>Organization.repositoryCustomProperties</code></p>",
120+
"<p>Argument <code>last: Int</code> added to field <code>Organization.repositoryCustomProperties</code></p>",
121+
"<p>Field <code>repositoryCustomProperty</code> was added to object type <code>Organization</code></p>",
122+
"<p>Argument <code>propertyName: String!</code> added to field <code>Organization.repositoryCustomProperty</code></p>",
123+
"<p>Field <code>repositoryCustomPropertyValue</code> was added to object type <code>Repository</code></p>",
124+
"<p>Argument <code>propertyName: String!</code> added to field <code>Repository.repositoryCustomPropertyValue</code></p>",
125+
"<p>Field <code>repositoryCustomPropertyValues</code> was added to object type <code>Repository</code></p>",
126+
"<p>Argument <code>after: String</code> added to field <code>Repository.repositoryCustomPropertyValues</code></p>",
127+
"<p>Argument <code>before: String</code> added to field <code>Repository.repositoryCustomPropertyValues</code></p>",
128+
"<p>Argument <code>first: Int</code> added to field <code>Repository.repositoryCustomPropertyValues</code></p>",
129+
"<p>Argument <code>last: Int</code> added to field <code>Repository.repositoryCustomPropertyValues</code></p>"
130+
]
131+
}
132+
],
133+
"previewChanges": [],
134+
"upcomingChanges": [],
135+
"date": "2025-12-10"
136+
},
2137
{
3138
"schemaChanges": [
4139
{

0 commit comments

Comments
 (0)