@linear/sdk 1.22.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,3045 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 5604ab9: Use prefixed mutations
8
+
9
+ ### Minor Changes
10
+
11
+ - 5604ab9: feat(schema): [breaking] Schema subscription root has changed from 'Subscription' to 'unknown'
12
+
13
+ feat(schema): [breaking] Type 'ArchiveResponse' was removed (ArchiveResponse)
14
+
15
+ feat(schema): [breaking] Type 'BatchRequest' was removed (BatchRequest)
16
+
17
+ feat(schema): [breaking] Type 'BillingDetailsPayload' was removed (BillingDetailsPayload)
18
+
19
+ feat(schema): [breaking] Type 'BillingEmailPayload' was removed (BillingEmailPayload)
20
+
21
+ feat(schema): [breaking] Type 'BillingEmailUpdateInput' was removed (BillingEmailUpdateInput)
22
+
23
+ feat(schema): [breaking] Type 'Card' was removed (Card)
24
+
25
+ feat(schema): [breaking] Type 'CollaborationDocumentUpdateInput' was removed (CollaborationDocumentUpdateInput)
26
+
27
+ feat(schema): [breaking] Type 'CollaborationDocumentUpdatePayload' was removed (CollaborationDocumentUpdatePayload)
28
+
29
+ feat(schema): [breaking] Type 'DebugPayload' was removed (DebugPayload)
30
+
31
+ feat(schema): [breaking] Type 'DependencyResponse' was removed (DependencyResponse)
32
+
33
+ feat(schema): [breaking] Type 'DocumentStep' was removed (DocumentStep)
34
+
35
+ feat(schema): [breaking] Type 'DocumentVersion' was removed (DocumentVersion)
36
+
37
+ feat(schema): [breaking] Type 'DocumentVersionConnection' was removed (DocumentVersionConnection)
38
+
39
+ feat(schema): [breaking] Type 'DocumentVersionEdge' was removed (DocumentVersionEdge)
40
+
41
+ feat(schema): [breaking] Type 'FeedbackCreateInput' was removed (FeedbackCreateInput)
42
+
43
+ feat(schema): [breaking] Type 'FeedbackPayload' was removed (FeedbackPayload)
44
+
45
+ feat(schema): [breaking] Type 'Invoice' was removed (Invoice)
46
+
47
+ feat(schema): [breaking] Type 'MilestoneFilter' was removed (MilestoneFilter)
48
+
49
+ feat(schema): [breaking] Type 'NullableMilestoneFilter' was removed (NullableMilestoneFilter)
50
+
51
+ feat(schema): [breaking] Type 'OauthAuthStringAuthorizePayload' was removed (OauthAuthStringAuthorizePayload)
52
+
53
+ feat(schema): [breaking] Type 'OauthAuthStringChallengePayload' was removed (OauthAuthStringChallengePayload)
54
+
55
+ feat(schema): [breaking] Type 'OauthAuthStringCheckPayload' was removed (OauthAuthStringCheckPayload)
56
+
57
+ feat(schema): [breaking] Type 'OauthClientCreateInput' was removed (OauthClientCreateInput)
58
+
59
+ feat(schema): [breaking] Type 'OauthClientPayload' was removed (OauthClientPayload)
60
+
61
+ feat(schema): [breaking] Type 'OauthClientUpdateInput' was removed (OauthClientUpdateInput)
62
+
63
+ feat(schema): [breaking] Type 'OauthTokenRevokePayload' was removed (OauthTokenRevokePayload)
64
+
65
+ feat(schema): [breaking] Type 'RotateSecretPayload' was removed (RotateSecretPayload)
66
+
67
+ feat(schema): [breaking] Type 'StepsResponse' was removed (StepsResponse)
68
+
69
+ feat(schema): [breaking] Type 'Subscription' was removed (Subscription)
70
+
71
+ feat(schema): [breaking] Type 'SubscriptionPayload' was removed (SubscriptionPayload)
72
+
73
+ feat(schema): [breaking] Type 'SubscriptionSessionPayload' was removed (SubscriptionSessionPayload)
74
+
75
+ feat(schema): [breaking] Type 'SubscriptionUpdateInput' was removed (SubscriptionUpdateInput)
76
+
77
+ feat(schema): [breaking] Type 'SyncBatchResponse' was removed (SyncBatchResponse)
78
+
79
+ feat(schema): [breaking] Type 'SyncDeltaResponse' was removed (SyncDeltaResponse)
80
+
81
+ feat(schema): [breaking] Type 'TrashOptionType' was removed (TrashOptionType)
82
+
83
+ feat(schema): [breaking] Field 'description' was removed from object type 'AuthorizedApplication' (AuthorizedApplication.description)
84
+
85
+ feat(schema): [breaking] Field 'developer' was removed from object type 'AuthorizedApplication' (AuthorizedApplication.developer)
86
+
87
+ feat(schema): [breaking] Field 'developerUrl' was removed from object type 'AuthorizedApplication' (AuthorizedApplication.developerUrl)
88
+
89
+ feat(schema): [breaking] Input field 'CommentCollectionFilter.and' changed type from '[CommentFilter!]' to '[CommentCollectionFilter!]' (CommentCollectionFilter.and)
90
+
91
+ feat(schema): [breaking] Input field 'CommentCollectionFilter.or' changed type from '[CommentFilter!]' to '[CommentCollectionFilter!]' (CommentCollectionFilter.or)
92
+
93
+ feat(schema): [breaking] Field 'IntegrationResource.integration' changed type from 'Integration!' to 'Integration' (IntegrationResource.integration)
94
+
95
+ feat(schema): [breaking] Input field 'IssueCollectionFilter.and' changed type from '[IssueFilter!]' to '[IssueCollectionFilter!]' (IssueCollectionFilter.and)
96
+
97
+ feat(schema): [breaking] Input field 'IssueCollectionFilter.attachments' changed type from 'AttachmentFilter' to 'AttachmentCollectionFilter' (IssueCollectionFilter.attachments)
98
+
99
+ feat(schema): [breaking] Input field 'IssueCollectionFilter.estimate' changed type from 'NumberComparator' to 'EstimateComparator' (IssueCollectionFilter.estimate)
100
+
101
+ feat(schema): [breaking] Input field 'IssueCollectionFilter.or' changed type from '[IssueFilter!]' to '[IssueCollectionFilter!]' (IssueCollectionFilter.or)
102
+
103
+ feat(schema): [breaking] Input field 'IssueFilter.attachments' changed type from 'AttachmentFilter' to 'AttachmentCollectionFilter' (IssueFilter.attachments)
104
+
105
+ feat(schema): [breaking] Input field 'IssueFilter.estimate' changed type from 'NumberComparator' to 'EstimateComparator' (IssueFilter.estimate)
106
+
107
+ feat(schema): [breaking] Field 'source' was removed from object type 'IssueHistory' (IssueHistory.source)
108
+
109
+ feat(schema): [breaking] Input field 'IssueLabelCollectionFilter.and' changed type from '[IssueLabelFilter!]' to '[IssueLabelCollectionFilter!]' (IssueLabelCollectionFilter.and)
110
+
111
+ feat(schema): [breaking] Input field 'IssueLabelCollectionFilter.or' changed type from '[IssueLabelFilter!]' to '[IssueLabelCollectionFilter!]' (IssueLabelCollectionFilter.or)
112
+
113
+ feat(schema): [breaking] Input field 'documentVersion' was removed from input object type 'IssueUpdateInput' (IssueUpdateInput.documentVersion)
114
+
115
+ feat(schema): [breaking] Field 'billingEmailUpdate' was removed from object type 'Mutation' (Mutation.billingEmailUpdate)
116
+
117
+ feat(schema): [breaking] Field 'collaborativeDocumentUpdate' was removed from object type 'Mutation' (Mutation.collaborativeDocumentUpdate)
118
+
119
+ feat(schema): [breaking] Field 'debugCreateOAuthApps' was removed from object type 'Mutation' (Mutation.debugCreateOAuthApps)
120
+
121
+ feat(schema): [breaking] Field 'debugCreateSAMLOrg' was removed from object type 'Mutation' (Mutation.debugCreateSAMLOrg)
122
+
123
+ feat(schema): [breaking] Field 'debugCreateSubscription' was removed from object type 'Mutation' (Mutation.debugCreateSubscription)
124
+
125
+ feat(schema): [breaking] Field 'debugFailWithInternalError' was removed from object type 'Mutation' (Mutation.debugFailWithInternalError)
126
+
127
+ feat(schema): [breaking] Field 'debugFailWithWarning' was removed from object type 'Mutation' (Mutation.debugFailWithWarning)
128
+
129
+ feat(schema): [breaking] Field 'feedbackCreate' was removed from object type 'Mutation' (Mutation.feedbackCreate)
130
+
131
+ feat(schema): [breaking] Field 'notificationCreate' was removed from object type 'Mutation' (Mutation.notificationCreate)
132
+
133
+ feat(schema): [breaking] Field 'oauthAuthStringAuthorize' was removed from object type 'Mutation' (Mutation.oauthAuthStringAuthorize)
134
+
135
+ feat(schema): [breaking] Field 'oauthAuthStringChallenge' was removed from object type 'Mutation' (Mutation.oauthAuthStringChallenge)
136
+
137
+ feat(schema): [breaking] Field 'oauthAuthStringCheck' was removed from object type 'Mutation' (Mutation.oauthAuthStringCheck)
138
+
139
+ feat(schema): [breaking] Field 'oauthClientArchive' was removed from object type 'Mutation' (Mutation.oauthClientArchive)
140
+
141
+ feat(schema): [breaking] Field 'oauthClientCreate' was removed from object type 'Mutation' (Mutation.oauthClientCreate)
142
+
143
+ feat(schema): [breaking] Field 'oauthClientRotateSecret' was removed from object type 'Mutation' (Mutation.oauthClientRotateSecret)
144
+
145
+ feat(schema): [breaking] Field 'oauthClientUpdate' was removed from object type 'Mutation' (Mutation.oauthClientUpdate)
146
+
147
+ feat(schema): [breaking] Field 'oauthTokenRevoke' was removed from object type 'Mutation' (Mutation.oauthTokenRevoke)
148
+
149
+ feat(schema): [breaking] Field 'subscriptionArchive' was removed from object type 'Mutation' (Mutation.subscriptionArchive)
150
+
151
+ feat(schema): [breaking] Field 'subscriptionSessionCreate' was removed from object type 'Mutation' (Mutation.subscriptionSessionCreate)
152
+
153
+ feat(schema): [breaking] Field 'subscriptionUpdate' was removed from object type 'Mutation' (Mutation.subscriptionUpdate)
154
+
155
+ feat(schema): [breaking] Field 'subscriptionUpdateSessionCreate' was removed from object type 'Mutation' (Mutation.subscriptionUpdateSessionCreate)
156
+
157
+ feat(schema): [breaking] Field 'subscriptionUpgrade' was removed from object type 'Mutation' (Mutation.subscriptionUpgrade)
158
+
159
+ feat(schema): [breaking] Argument 'service: String!' added to field 'Mutation.integrationSlackProjectPost' (Mutation.integrationSlackProjectPost.service)
160
+
161
+ feat(schema): [breaking] 'NotificationSubscription' kind changed from 'ObjectTypeDefinition' to 'InterfaceTypeDefinition' (NotificationSubscription)
162
+
163
+ feat(schema): [breaking] Input field 'NullableCycleFilter.and' changed type from '[CycleFilter!]' to '[NullableCycleFilter!]' (NullableCycleFilter.and)
164
+
165
+ feat(schema): [breaking] Input field 'NullableCycleFilter.or' changed type from '[CycleFilter!]' to '[NullableCycleFilter!]' (NullableCycleFilter.or)
166
+
167
+ feat(schema): [breaking] Input field 'milestone' was removed from input object type 'NullableProjectFilter' (NullableProjectFilter.milestone)
168
+
169
+ feat(schema): [breaking] Input field 'NullableProjectFilter.and' changed type from '[ProjectFilter!]' to '[NullableProjectFilter!]' (NullableProjectFilter.and)
170
+
171
+ feat(schema): [breaking] Input field 'NullableProjectFilter.or' changed type from '[ProjectFilter!]' to '[NullableProjectFilter!]' (NullableProjectFilter.or)
172
+
173
+ feat(schema): [breaking] Input field 'NullableUserFilter.and' changed type from '[UserFilter!]' to '[NullableUserFilter!]' (NullableUserFilter.and)
174
+
175
+ feat(schema): [breaking] Input field 'NullableUserFilter.or' changed type from '[UserFilter!]' to '[NullableUserFilter!]' (NullableUserFilter.or)
176
+
177
+ feat(schema): [breaking] Field 'OauthClient.description' changed type from 'String!' to 'String' (OauthClient.description)
178
+
179
+ feat(schema): [breaking] Field 'OauthClient.imageUrl' changed type from 'String!' to 'String' (OauthClient.imageUrl)
180
+
181
+ feat(schema): [breaking] Field 'milestones' was removed from object type 'Organization' (Organization.milestones)
182
+
183
+ feat(schema): [breaking] Field 'Organization.subscription' changed type from 'Subscription' to 'PaidSubscription' (Organization.subscription)
184
+
185
+ feat(schema): [breaking] Field 'permission' was removed from object type 'OrganizationInvite' (OrganizationInvite.permission)
186
+
187
+ feat(schema): [breaking] Input field 'permission' was removed from input object type 'OrganizationInviteCreateInput' (OrganizationInviteCreateInput.permission)
188
+
189
+ feat(schema): [breaking] Field 'permission' was removed from object type 'OrganizationInviteDetailsPayload' (OrganizationInviteDetailsPayload.permission)
190
+
191
+ feat(schema): [breaking] Input field 'milestone' was removed from input object type 'ProjectCollectionFilter' (ProjectCollectionFilter.milestone)
192
+
193
+ feat(schema): [breaking] Input field 'ProjectCollectionFilter.and' changed type from '[ProjectFilter!]' to '[ProjectCollectionFilter!]' (ProjectCollectionFilter.and)
194
+
195
+ feat(schema): [breaking] Input field 'ProjectCollectionFilter.or' changed type from '[ProjectFilter!]' to '[ProjectCollectionFilter!]' (ProjectCollectionFilter.or)
196
+
197
+ feat(schema): [breaking] Input field 'milestone' was removed from input object type 'ProjectFilter' (ProjectFilter.milestone)
198
+
199
+ feat(schema): [breaking] Field 'archivedModelSync' was removed from object type 'Query' (Query.archivedModelSync)
200
+
201
+ feat(schema): [breaking] Field 'archivedModelsSync' was removed from object type 'Query' (Query.archivedModelsSync)
202
+
203
+ feat(schema): [breaking] Field 'billingDetails' was removed from object type 'Query' (Query.billingDetails)
204
+
205
+ feat(schema): [breaking] Field 'collaborativeDocumentJoin' was removed from object type 'Query' (Query.collaborativeDocumentJoin)
206
+
207
+ feat(schema): [breaking] Field 'dependentModelSync' was removed from object type 'Query' (Query.dependentModelSync)
208
+
209
+ feat(schema): [breaking] Field 'reaction' was removed from object type 'Query' (Query.reaction)
210
+
211
+ feat(schema): [breaking] Field 'reactions' was removed from object type 'Query' (Query.reactions)
212
+
213
+ feat(schema): [breaking] Field 'subscription' was removed from object type 'Query' (Query.subscription)
214
+
215
+ feat(schema): [breaking] Field 'syncBatch' was removed from object type 'Query' (Query.syncBatch)
216
+
217
+ feat(schema): [breaking] Field 'syncBootstrap' was removed from object type 'Query' (Query.syncBootstrap)
218
+
219
+ feat(schema): [breaking] Field 'syncDelta' was removed from object type 'Query' (Query.syncDelta)
220
+
221
+ feat(schema): [breaking] Argument 'filter: MilestoneFilter' was removed from field 'Query.milestones' (Query.milestones.filter)
222
+
223
+ feat(schema): [breaking] Field 'comment' was removed from object type 'Reaction' (Reaction.comment)
224
+
225
+ feat(schema): [breaking] Field 'allowedDomains' was removed from object type 'SamlConfiguration' (SamlConfiguration.allowedDomains)
226
+
227
+ feat(schema): [breaking] Input field 'allowedDomains' was removed from input object type 'SamlConfigurationInput' (SamlConfigurationInput.allowedDomains)
228
+
229
+ feat(schema): [breaking] Field 'allowedDomains' was removed from object type 'SamlConfigurationPayload' (SamlConfigurationPayload.allowedDomains)
230
+
231
+ feat(schema): [breaking] Field 'UploadFile.metaData' changed type from 'JSON' to 'JSONObject' (UploadFile.metaData)
232
+
233
+ feat(schema): [breaking] Input field 'UserSettingsUpdateInput.settings' changed type from 'String' to 'JSONObject' (UserSettingsUpdateInput.settings)
234
+
235
+ feat(schema): [breaking] Field 'Webhook.label' changed type from 'String!' to 'String' (Webhook.label)
236
+
237
+ feat(schema): [breaking] Field 'ZendeskSettings.botUserId' changed type from 'String!' to 'String' (ZendeskSettings.botUserId)
238
+
239
+ feat(schema): [dangerous] Input field 'and' was added to input object type 'AttachmentFilter' (AttachmentFilter.and)
240
+
241
+ feat(schema): [dangerous] Input field 'or' was added to input object type 'AttachmentFilter' (AttachmentFilter.or)
242
+
243
+ feat(schema): [dangerous] Input field 'length' was added to input object type 'CommentCollectionFilter' (CommentCollectionFilter.length)
244
+
245
+ feat(schema): [dangerous] Input field 'createdAt' was added to input object type 'CommentCreateInput' (CommentCreateInput.createdAt)
246
+
247
+ feat(schema): [dangerous] Input field 'displayIconUrl' was added to input object type 'CommentCreateInput' (CommentCreateInput.displayIconUrl)
248
+
249
+ feat(schema): [dangerous] Input field 'description' was added to input object type 'CycleCreateInput' (CycleCreateInput.description)
250
+
251
+ feat(schema): [dangerous] Input field 'isActive' was added to input object type 'CycleFilter' (CycleFilter.isActive)
252
+
253
+ feat(schema): [dangerous] Input field 'isFuture' was added to input object type 'CycleFilter' (CycleFilter.isFuture)
254
+
255
+ feat(schema): [dangerous] Input field 'isNext' was added to input object type 'CycleFilter' (CycleFilter.isNext)
256
+
257
+ feat(schema): [dangerous] Input field 'isPast' was added to input object type 'CycleFilter' (CycleFilter.isPast)
258
+
259
+ feat(schema): [dangerous] Input field 'isPrevious' was added to input object type 'CycleFilter' (CycleFilter.isPrevious)
260
+
261
+ feat(schema): [dangerous] Input field 'description' was added to input object type 'CycleUpdateInput' (CycleUpdateInput.description)
262
+
263
+ feat(schema): [dangerous] Input field 'roadmapId' was added to input object type 'FavoriteCreateInput' (FavoriteCreateInput.roadmapId)
264
+
265
+ feat(schema): [dangerous] Input field 'front' was added to input object type 'IntegrationSettingsInput' (IntegrationSettingsInput.front)
266
+
267
+ feat(schema): [dangerous] Input field 'gitHub' was added to input object type 'IntegrationSettingsInput' (IntegrationSettingsInput.gitHub)
268
+
269
+ feat(schema): [dangerous] Input field 'slackOrgProjectUpdatesPost' was added to input object type 'IntegrationSettingsInput' (IntegrationSettingsInput.slackOrgProjectUpdatesPost)
270
+
271
+ feat(schema): [dangerous] Input field 'automateTicketReopeningOnCancellation' was added to input object type 'IntercomSettingsInput' (IntercomSettingsInput.automateTicketReopeningOnCancellation)
272
+
273
+ feat(schema): [dangerous] Input field 'automateTicketReopeningOnComment' was added to input object type 'IntercomSettingsInput' (IntercomSettingsInput.automateTicketReopeningOnComment)
274
+
275
+ feat(schema): [dangerous] Input field 'automateTicketReopeningOnCompletion' was added to input object type 'IntercomSettingsInput' (IntercomSettingsInput.automateTicketReopeningOnCompletion)
276
+
277
+ feat(schema): [dangerous] Input field 'hasBlockedByRelations' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.hasBlockedByRelations)
278
+
279
+ feat(schema): [dangerous] Input field 'hasBlockingRelations' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.hasBlockingRelations)
280
+
281
+ feat(schema): [dangerous] Input field 'hasDuplicateRelations' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.hasDuplicateRelations)
282
+
283
+ feat(schema): [dangerous] Input field 'hasRelatedRelations' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.hasRelatedRelations)
284
+
285
+ feat(schema): [dangerous] Input field 'length' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.length)
286
+
287
+ feat(schema): [dangerous] Input field 'parent' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.parent)
288
+
289
+ feat(schema): [dangerous] Input field 'searchableContent' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.searchableContent)
290
+
291
+ feat(schema): [dangerous] Input field 'subscribers' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.subscribers)
292
+
293
+ feat(schema): [dangerous] Input field 'createdAt' was added to input object type 'IssueCreateInput' (IssueCreateInput.createdAt)
294
+
295
+ feat(schema): [dangerous] Input field 'displayIconUrl' was added to input object type 'IssueCreateInput' (IssueCreateInput.displayIconUrl)
296
+
297
+ feat(schema): [dangerous] Input field 'hasBlockedByRelations' was added to input object type 'IssueFilter' (IssueFilter.hasBlockedByRelations)
298
+
299
+ feat(schema): [dangerous] Input field 'hasBlockingRelations' was added to input object type 'IssueFilter' (IssueFilter.hasBlockingRelations)
300
+
301
+ feat(schema): [dangerous] Input field 'hasDuplicateRelations' was added to input object type 'IssueFilter' (IssueFilter.hasDuplicateRelations)
302
+
303
+ feat(schema): [dangerous] Input field 'hasRelatedRelations' was added to input object type 'IssueFilter' (IssueFilter.hasRelatedRelations)
304
+
305
+ feat(schema): [dangerous] Input field 'parent' was added to input object type 'IssueFilter' (IssueFilter.parent)
306
+
307
+ feat(schema): [dangerous] Input field 'searchableContent' was added to input object type 'IssueFilter' (IssueFilter.searchableContent)
308
+
309
+ feat(schema): [dangerous] Input field 'subscribers' was added to input object type 'IssueFilter' (IssueFilter.subscribers)
310
+
311
+ feat(schema): [dangerous] Input field 'length' was added to input object type 'IssueLabelCollectionFilter' (IssueLabelCollectionFilter.length)
312
+
313
+ feat(schema): [dangerous] Input field 'parent' was added to input object type 'IssueLabelCollectionFilter' (IssueLabelCollectionFilter.parent)
314
+
315
+ feat(schema): [dangerous] Input field 'parentId' was added to input object type 'IssueLabelCreateInput' (IssueLabelCreateInput.parentId)
316
+
317
+ feat(schema): [dangerous] Input field 'parent' was added to input object type 'IssueLabelFilter' (IssueLabelFilter.parent)
318
+
319
+ feat(schema): [dangerous] Input field 'parentId' was added to input object type 'IssueLabelUpdateInput' (IssueLabelUpdateInput.parentId)
320
+
321
+ feat(schema): [dangerous] Input field 'description' was added to input object type 'MilestoneCreateInput' (MilestoneCreateInput.description)
322
+
323
+ feat(schema): [dangerous] Input field 'targetDate' was added to input object type 'MilestoneCreateInput' (MilestoneCreateInput.targetDate)
324
+
325
+ feat(schema): [dangerous] Input field 'teamIds' was added to input object type 'MilestoneCreateInput' (MilestoneCreateInput.teamIds)
326
+
327
+ feat(schema): [dangerous] Input field 'description' was added to input object type 'MilestoneUpdateInput' (MilestoneUpdateInput.description)
328
+
329
+ feat(schema): [dangerous] Input field 'targetDate' was added to input object type 'MilestoneUpdateInput' (MilestoneUpdateInput.targetDate)
330
+
331
+ feat(schema): [dangerous] Input field 'teamIds' was added to input object type 'MilestoneUpdateInput' (MilestoneUpdateInput.teamIds)
332
+
333
+ feat(schema): [dangerous] Argument 'makePublic: Boolean' added to field 'Mutation.fileUpload' (Mutation.fileUpload.makePublic)
334
+
335
+ feat(schema): [dangerous] Argument 'domainUrl: String' added to field 'Mutation.integrationIntercom' (Mutation.integrationIntercom.domainUrl)
336
+
337
+ feat(schema): [dangerous] Argument 'organizationId: String' added to field 'Mutation.issueImportCreateAsana' (Mutation.issueImportCreateAsana.organizationId)
338
+
339
+ feat(schema): [dangerous] Argument 'teamName: String' added to field 'Mutation.issueImportCreateAsana' (Mutation.issueImportCreateAsana.teamName)
340
+
341
+ feat(schema): [dangerous] Argument 'organizationId: String' added to field 'Mutation.issueImportCreateClubhouse' (Mutation.issueImportCreateClubhouse.organizationId)
342
+
343
+ feat(schema): [dangerous] Argument 'teamName: String' added to field 'Mutation.issueImportCreateClubhouse' (Mutation.issueImportCreateClubhouse.teamName)
344
+
345
+ feat(schema): [dangerous] Argument 'organizationId: String' added to field 'Mutation.issueImportCreateGithub' (Mutation.issueImportCreateGithub.organizationId)
346
+
347
+ feat(schema): [dangerous] Argument 'teamName: String' added to field 'Mutation.issueImportCreateGithub' (Mutation.issueImportCreateGithub.teamName)
348
+
349
+ feat(schema): [dangerous] Argument 'organizationId: String' added to field 'Mutation.issueImportCreateJira' (Mutation.issueImportCreateJira.organizationId)
350
+
351
+ feat(schema): [dangerous] Argument 'teamName: String' added to field 'Mutation.issueImportCreateJira' (Mutation.issueImportCreateJira.teamName)
352
+
353
+ feat(schema): [dangerous] Argument 'triggerEmailVerification: Boolean' added to field 'Mutation.organizationDomainCreate' (Mutation.organizationDomainCreate.triggerEmailVerification)
354
+
355
+ feat(schema): [dangerous] Input field 'projectNotificationSubscriptionType' was added to input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.projectNotificationSubscriptionType)
356
+
357
+ feat(schema): [dangerous] Input field 'projectUpdateId' was added to input object type 'NotificationUpdateInput' (NotificationUpdateInput.projectUpdateId)
358
+
359
+ feat(schema): [dangerous] Input field 'isActive' was added to input object type 'NullableCycleFilter' (NullableCycleFilter.isActive)
360
+
361
+ feat(schema): [dangerous] Input field 'isFuture' was added to input object type 'NullableCycleFilter' (NullableCycleFilter.isFuture)
362
+
363
+ feat(schema): [dangerous] Input field 'isNext' was added to input object type 'NullableCycleFilter' (NullableCycleFilter.isNext)
364
+
365
+ feat(schema): [dangerous] Input field 'isPast' was added to input object type 'NullableCycleFilter' (NullableCycleFilter.isPast)
366
+
367
+ feat(schema): [dangerous] Input field 'isPrevious' was added to input object type 'NullableCycleFilter' (NullableCycleFilter.isPrevious)
368
+
369
+ feat(schema): [dangerous] Input field 'roadmaps' was added to input object type 'NullableProjectFilter' (NullableProjectFilter.roadmaps)
370
+
371
+ feat(schema): [dangerous] Input field 'slugId' was added to input object type 'NullableProjectFilter' (NullableProjectFilter.slugId)
372
+
373
+ feat(schema): [dangerous] Input field 'authType' was added to input object type 'OrganizationDomainCreateInput' (OrganizationDomainCreateInput.authType)
374
+
375
+ feat(schema): [dangerous] Input field 'role' was added to input object type 'OrganizationInviteCreateInput' (OrganizationInviteCreateInput.role)
376
+
377
+ feat(schema): [dangerous] Input field 'length' was added to input object type 'ProjectCollectionFilter' (ProjectCollectionFilter.length)
378
+
379
+ feat(schema): [dangerous] Input field 'roadmaps' was added to input object type 'ProjectCollectionFilter' (ProjectCollectionFilter.roadmaps)
380
+
381
+ feat(schema): [dangerous] Input field 'slugId' was added to input object type 'ProjectCollectionFilter' (ProjectCollectionFilter.slugId)
382
+
383
+ feat(schema): [dangerous] Input field 'convertedFromIssueId' was added to input object type 'ProjectCreateInput' (ProjectCreateInput.convertedFromIssueId)
384
+
385
+ feat(schema): [dangerous] Input field 'roadmaps' was added to input object type 'ProjectFilter' (ProjectFilter.roadmaps)
386
+
387
+ feat(schema): [dangerous] Input field 'slugId' was added to input object type 'ProjectFilter' (ProjectFilter.slugId)
388
+
389
+ feat(schema): [dangerous] Input field 'convertedFromIssueId' was added to input object type 'ProjectUpdateInput' (ProjectUpdateInput.convertedFromIssueId)
390
+
391
+ feat(schema): [dangerous] Input field 'projectUpdateRemindersPausedUntilAt' was added to input object type 'ProjectUpdateInput' (ProjectUpdateInput.projectUpdateRemindersPausedUntilAt)
392
+
393
+ feat(schema): [dangerous] Input field 'type' was added to input object type 'PushSubscriptionCreateInput' (PushSubscriptionCreateInput.type)
394
+
395
+ feat(schema): [dangerous] Input field 'projectUpdateId' was added to input object type 'ReactionCreateInput' (ReactionCreateInput.projectUpdateId)
396
+
397
+ feat(schema): [dangerous] Input field 'issueSortOrderDefaultToBottom' was added to input object type 'TeamCreateInput' (TeamCreateInput.issueSortOrderDefaultToBottom)
398
+
399
+ feat(schema): [dangerous] Input field 'sortOrder' was added to input object type 'TeamMembershipCreateInput' (TeamMembershipCreateInput.sortOrder)
400
+
401
+ feat(schema): [dangerous] Input field 'sortOrder' was added to input object type 'TeamMembershipUpdateInput' (TeamMembershipUpdateInput.sortOrder)
402
+
403
+ feat(schema): [dangerous] Input field 'issueSortOrderDefaultToBottom' was added to input object type 'TeamUpdateInput' (TeamUpdateInput.issueSortOrderDefaultToBottom)
404
+
405
+ feat(schema): [dangerous] Input field 'oauthAppReview' was added to input object type 'UpdateOrganizationInput' (UpdateOrganizationInput.oauthAppReview)
406
+
407
+ feat(schema): [dangerous] Input field 'projectUpdateRemindersDay' was added to input object type 'UpdateOrganizationInput' (UpdateOrganizationInput.projectUpdateRemindersDay)
408
+
409
+ feat(schema): [dangerous] Input field 'projectUpdateRemindersHour' was added to input object type 'UpdateOrganizationInput' (UpdateOrganizationInput.projectUpdateRemindersHour)
410
+
411
+ feat(schema): [dangerous] Input field 'projectUpdatesReminderFrequency' was added to input object type 'UpdateOrganizationInput' (UpdateOrganizationInput.projectUpdatesReminderFrequency)
412
+
413
+ feat(schema): [dangerous] Enum value 'insightsWelcomeDismissed' was added to enum 'UserFlagType' (UserFlagType.insightsWelcomeDismissed)
414
+
415
+ feat(schema): [dangerous] Enum value 'issueLabelSuggestionUsed' was added to enum 'UserFlagType' (UserFlagType.issueLabelSuggestionUsed)
416
+
417
+ feat(schema): [dangerous] Enum value 'joinTeamIntroductionDismissed' was added to enum 'UserFlagType' (UserFlagType.joinTeamIntroductionDismissed)
418
+
419
+ feat(schema): [dangerous] Enum value 'projectUpdatesWelcomeDismissed' was added to enum 'UserFlagType' (UserFlagType.projectUpdatesWelcomeDismissed)
420
+
421
+ feat(schema): [dangerous] Enum value 'rewindBannerDismissed' was added to enum 'UserFlagType' (UserFlagType.rewindBannerDismissed)
422
+
423
+ feat(schema): [dangerous] Enum value 'teamsPageIntroductionDismissed' was added to enum 'UserFlagType' (UserFlagType.teamsPageIntroductionDismissed)
424
+
425
+ feat(schema): [dangerous] Input field 'roadmapId' was added to input object type 'ViewPreferencesCreateInput' (ViewPreferencesCreateInput.roadmapId)
426
+
427
+ feat(schema): [dangerous] Enum value 'archive' was added to enum 'ViewType' (ViewType.archive)
428
+
429
+ feat(schema): [dangerous] Enum value 'customRoadmap' was added to enum 'ViewType' (ViewType.customRoadmap)
430
+
431
+ feat(schema): [dangerous] Enum value 'myIssuesCreatedByMe' was added to enum 'ViewType' (ViewType.myIssuesCreatedByMe)
432
+
433
+ feat(schema): [dangerous] Enum value 'myIssuesSubscribedTo' was added to enum 'ViewType' (ViewType.myIssuesSubscribedTo)
434
+
435
+ feat(schema): [dangerous] Enum value 'teams' was added to enum 'ViewType' (ViewType.teams)
436
+
437
+ feat(schema): [dangerous] Enum value 'userProfileCreatedByUser' was added to enum 'ViewType' (ViewType.userProfileCreatedByUser)
438
+
439
+ feat(schema): [dangerous] Input field 'automateTicketReopeningOnCancellation' was added to input object type 'ZendeskSettingsInput' (ZendeskSettingsInput.automateTicketReopeningOnCancellation)
440
+
441
+ feat(schema): [dangerous] Input field 'automateTicketReopeningOnComment' was added to input object type 'ZendeskSettingsInput' (ZendeskSettingsInput.automateTicketReopeningOnComment)
442
+
443
+ feat(schema): [dangerous] Input field 'automateTicketReopeningOnCompletion' was added to input object type 'ZendeskSettingsInput' (ZendeskSettingsInput.automateTicketReopeningOnCompletion)
444
+
445
+ feat(schema): [dangerous] Input field 'sendNoteOnComment' was added to input object type 'ZendeskSettingsInput' (ZendeskSettingsInput.sendNoteOnComment)
446
+
447
+ feat(schema): [dangerous] Input field 'sendNoteOnStatusChange' was added to input object type 'ZendeskSettingsInput' (ZendeskSettingsInput.sendNoteOnStatusChange)
448
+
449
+ feat(schema): [non_breaking] Type 'AdminJobConfiguration' was added (AdminJobConfiguration)
450
+
451
+ feat(schema): [non_breaking] Type 'AdminJobConfigurationPayload' was added (AdminJobConfigurationPayload)
452
+
453
+ feat(schema): [non_breaking] Type 'AdminJobStatusPayload' was added (AdminJobStatusPayload)
454
+
455
+ feat(schema): [non_breaking] Type 'Aggregation' was added (Aggregation)
456
+
457
+ feat(schema): [non_breaking] Type 'AirbyteConfigurationInput' was added (AirbyteConfigurationInput)
458
+
459
+ feat(schema): [non_breaking] Type 'AttachmentCollectionFilter' was added (AttachmentCollectionFilter)
460
+
461
+ feat(schema): [non_breaking] Type 'AuthMembership' was added (AuthMembership)
462
+
463
+ feat(schema): [non_breaking] Type 'ChartType' was added (ChartType)
464
+
465
+ feat(schema): [non_breaking] Type 'ContactSalesCreateInput' was added (ContactSalesCreateInput)
466
+
467
+ feat(schema): [non_breaking] Type 'ContentComparator' was added (ContentComparator)
468
+
469
+ feat(schema): [non_breaking] Type 'DateAggregation' was added (DateAggregation)
470
+
471
+ feat(schema): [non_breaking] Type 'Day' was added (Day)
472
+
473
+ feat(schema): [non_breaking] Type 'Dimension' was added (Dimension)
474
+
475
+ feat(schema): [non_breaking] Type 'DimensionName' was added (DimensionName)
476
+
477
+ feat(schema): [non_breaking] Type 'EstimateComparator' was added (EstimateComparator)
478
+
479
+ feat(schema): [non_breaking] Type 'FactsTable' was added (FactsTable)
480
+
481
+ feat(schema): [non_breaking] Type 'FrontSettings' was added (FrontSettings)
482
+
483
+ feat(schema): [non_breaking] Type 'FrontSettingsInput' was added (FrontSettingsInput)
484
+
485
+ feat(schema): [non_breaking] Type 'GitHubSettings' was added (GitHubSettings)
486
+
487
+ feat(schema): [non_breaking] Type 'GitHubSettingsInput' was added (GitHubSettingsInput)
488
+
489
+ feat(schema): [non_breaking] Type 'Initiative' was added (Initiative)
490
+
491
+ feat(schema): [non_breaking] Type 'InitiativeConnection' was added (InitiativeConnection)
492
+
493
+ feat(schema): [non_breaking] Type 'InitiativeEdge' was added (InitiativeEdge)
494
+
495
+ feat(schema): [non_breaking] Type 'InsightPayload' was added (InsightPayload)
496
+
497
+ feat(schema): [non_breaking] Type 'IntegrationRequestInput' was added (IntegrationRequestInput)
498
+
499
+ feat(schema): [non_breaking] Type 'IntegrationRequestPayload' was added (IntegrationRequestPayload)
500
+
501
+ feat(schema): [non_breaking] Type 'IntegrationTemplate' was added (IntegrationTemplate)
502
+
503
+ feat(schema): [non_breaking] Type 'IntegrationTemplateConnection' was added (IntegrationTemplateConnection)
504
+
505
+ feat(schema): [non_breaking] Type 'IntegrationTemplateCreateInput' was added (IntegrationTemplateCreateInput)
506
+
507
+ feat(schema): [non_breaking] Type 'IntegrationTemplateEdge' was added (IntegrationTemplateEdge)
508
+
509
+ feat(schema): [non_breaking] Type 'IntegrationTemplatePayload' was added (IntegrationTemplatePayload)
510
+
511
+ feat(schema): [non_breaking] Type 'IntegrationsSettings' was added (IntegrationsSettings)
512
+
513
+ feat(schema): [non_breaking] Type 'IntegrationsSettingsConnection' was added (IntegrationsSettingsConnection)
514
+
515
+ feat(schema): [non_breaking] Type 'IntegrationsSettingsCreateInput' was added (IntegrationsSettingsCreateInput)
516
+
517
+ feat(schema): [non_breaking] Type 'IntegrationsSettingsEdge' was added (IntegrationsSettingsEdge)
518
+
519
+ feat(schema): [non_breaking] Type 'IntegrationsSettingsPayload' was added (IntegrationsSettingsPayload)
520
+
521
+ feat(schema): [non_breaking] Type 'IntegrationsSettingsUpdateInput' was added (IntegrationsSettingsUpdateInput)
522
+
523
+ feat(schema): [non_breaking] Type 'LogoutResponse' was added (LogoutResponse)
524
+
525
+ feat(schema): [non_breaking] Type 'Measure' was added (Measure)
526
+
527
+ feat(schema): [non_breaking] Type 'MeasureName' was added (MeasureName)
528
+
529
+ feat(schema): [non_breaking] Type 'MilestoneMigrationPayload' was added (MilestoneMigrationPayload)
530
+
531
+ feat(schema): [non_breaking] Type 'MilestonesMigrateInput' was added (MilestonesMigrateInput)
532
+
533
+ feat(schema): [non_breaking] Type 'NotificationSubscriptionUpdateInput' was added (NotificationSubscriptionUpdateInput)
534
+
535
+ feat(schema): [non_breaking] Type 'NullableIssueFilter' was added (NullableIssueFilter)
536
+
537
+ feat(schema): [non_breaking] Type 'OAuthClientApprovalStatus' was added (OAuthClientApprovalStatus)
538
+
539
+ feat(schema): [non_breaking] Type 'OauthClientApproval' was added (OauthClientApproval)
540
+
541
+ feat(schema): [non_breaking] Type 'OauthClientApprovalNotification' was added (OauthClientApprovalNotification)
542
+
543
+ feat(schema): [non_breaking] Type 'OrganizationDomainAuthType' was added (OrganizationDomainAuthType)
544
+
545
+ feat(schema): [non_breaking] Type 'OrganizationDomainClaimPayload' was added (OrganizationDomainClaimPayload)
546
+
547
+ feat(schema): [non_breaking] Type 'OrganizationInviteUpdateInput' was added (OrganizationInviteUpdateInput)
548
+
549
+ feat(schema): [non_breaking] Type 'PaidSubscription' was added (PaidSubscription)
550
+
551
+ feat(schema): [non_breaking] Type 'ProjectNotification' was added (ProjectNotification)
552
+
553
+ feat(schema): [non_breaking] Type 'ProjectNotificationSubscription' was added (ProjectNotificationSubscription)
554
+
555
+ feat(schema): [non_breaking] Type 'ProjectNotificationSubscriptionType' was added (ProjectNotificationSubscriptionType)
556
+
557
+ feat(schema): [non_breaking] Type 'ProjectUpdate' was added (ProjectUpdate)
558
+
559
+ feat(schema): [non_breaking] Type 'ProjectUpdateConnection' was added (ProjectUpdateConnection)
560
+
561
+ feat(schema): [non_breaking] Type 'ProjectUpdateCreateInput' was added (ProjectUpdateCreateInput)
562
+
563
+ feat(schema): [non_breaking] Type 'ProjectUpdateEdge' was added (ProjectUpdateEdge)
564
+
565
+ feat(schema): [non_breaking] Type 'ProjectUpdateHealthType' was added (ProjectUpdateHealthType)
566
+
567
+ feat(schema): [non_breaking] Type 'ProjectUpdateInteraction' was added (ProjectUpdateInteraction)
568
+
569
+ feat(schema): [non_breaking] Type 'ProjectUpdateInteractionConnection' was added (ProjectUpdateInteractionConnection)
570
+
571
+ feat(schema): [non_breaking] Type 'ProjectUpdateInteractionCreateInput' was added (ProjectUpdateInteractionCreateInput)
572
+
573
+ feat(schema): [non_breaking] Type 'ProjectUpdateInteractionEdge' was added (ProjectUpdateInteractionEdge)
574
+
575
+ feat(schema): [non_breaking] Type 'ProjectUpdateInteractionPayload' was added (ProjectUpdateInteractionPayload)
576
+
577
+ feat(schema): [non_breaking] Type 'ProjectUpdatePayload' was added (ProjectUpdatePayload)
578
+
579
+ feat(schema): [non_breaking] Type 'ProjectUpdateReminderFrequency' was added (ProjectUpdateReminderFrequency)
580
+
581
+ feat(schema): [non_breaking] Type 'ProjectUpdateUpdateInput' was added (ProjectUpdateUpdateInput)
582
+
583
+ feat(schema): [non_breaking] Type 'ProjectUpdateWithInteractionPayload' was added (ProjectUpdateWithInteractionPayload)
584
+
585
+ feat(schema): [non_breaking] Type 'PullRequestReview' was added (PullRequestReview)
586
+
587
+ feat(schema): [non_breaking] Type 'PushSubscriptionType' was added (PushSubscriptionType)
588
+
589
+ feat(schema): [non_breaking] Type 'RelationExistsComparator' was added (RelationExistsComparator)
590
+
591
+ feat(schema): [non_breaking] Type 'Roadmap' was added (Roadmap)
592
+
593
+ feat(schema): [non_breaking] Type 'RoadmapCollectionFilter' was added (RoadmapCollectionFilter)
594
+
595
+ feat(schema): [non_breaking] Type 'RoadmapConnection' was added (RoadmapConnection)
596
+
597
+ feat(schema): [non_breaking] Type 'RoadmapCreateInput' was added (RoadmapCreateInput)
598
+
599
+ feat(schema): [non_breaking] Type 'RoadmapEdge' was added (RoadmapEdge)
600
+
601
+ feat(schema): [non_breaking] Type 'RoadmapFilter' was added (RoadmapFilter)
602
+
603
+ feat(schema): [non_breaking] Type 'RoadmapPayload' was added (RoadmapPayload)
604
+
605
+ feat(schema): [non_breaking] Type 'RoadmapToProject' was added (RoadmapToProject)
606
+
607
+ feat(schema): [non_breaking] Type 'RoadmapToProjectConnection' was added (RoadmapToProjectConnection)
608
+
609
+ feat(schema): [non_breaking] Type 'RoadmapToProjectCreateInput' was added (RoadmapToProjectCreateInput)
610
+
611
+ feat(schema): [non_breaking] Type 'RoadmapToProjectEdge' was added (RoadmapToProjectEdge)
612
+
613
+ feat(schema): [non_breaking] Type 'RoadmapToProjectPayload' was added (RoadmapToProjectPayload)
614
+
615
+ feat(schema): [non_breaking] Type 'RoadmapToProjectUpdateInput' was added (RoadmapToProjectUpdateInput)
616
+
617
+ feat(schema): [non_breaking] Type 'RoadmapUpdateInput' was added (RoadmapUpdateInput)
618
+
619
+ feat(schema): [non_breaking] Type 'TeamNotificationSubscription' was added (TeamNotificationSubscription)
620
+
621
+ feat(schema): [non_breaking] Type 'UserAccountEmailChange' was added (UserAccountEmailChange)
622
+
623
+ feat(schema): [non_breaking] Type 'UserAccountEmailChangeVerifyCodePayload' was added (UserAccountEmailChangeVerifyCodePayload)
624
+
625
+ feat(schema): [non_breaking] Type 'UserCollectionFilter' was added (UserCollectionFilter)
626
+
627
+ feat(schema): [non_breaking] Type 'UserRoleType' was added (UserRoleType)
628
+
629
+ feat(schema): [non_breaking] Type 'WorkflowConditions' was added (WorkflowConditions)
630
+
631
+ feat(schema): [non_breaking] Type 'WorkflowDefinition' was added (WorkflowDefinition)
632
+
633
+ feat(schema): [non_breaking] Type 'WorkflowEntityPropertyMatcher' was added (WorkflowEntityPropertyMatcher)
634
+
635
+ feat(schema): [non_breaking] Type 'WorkflowTriggerType' was added (WorkflowTriggerType)
636
+
637
+ feat(schema): [non_breaking] Type 'WorkflowType' was added (WorkflowType)
638
+
639
+ feat(schema): [non_breaking] Type 'WorkspaceAuthorizedApplication' was added (WorkspaceAuthorizedApplication)
640
+
641
+ feat(schema): [non_breaking] Field 'ApiKey.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
642
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
643
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
644
+ been updated after creation.' (ApiKey.updatedAt)
645
+
646
+ feat(schema): [non_breaking] Input field 'ApiKeyCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (ApiKeyCreateInput.id)
647
+
648
+ feat(schema): [non_breaking] Field 'id' was added to object type 'Application' (Application.id)
649
+
650
+ feat(schema): [non_breaking] Field 'Attachment.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
651
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
652
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
653
+ been updated after creation.' (Attachment.updatedAt)
654
+
655
+ feat(schema): [non_breaking] Description '[Alpha] Issue attachment (e.g. support ticket, pull request).' on type 'Attachment' has changed to 'Issue attachment (e.g. support ticket, pull request).' (Attachment)
656
+
657
+ feat(schema): [non_breaking] Input field 'AttachmentCreateInput.commentBodyData' description changed from '[Internal] Create a linked comment with Prosemirror body. Please use `commentBody` instead' to 'Create a linked comment with Prosemirror body. Please use `commentBody` instead' (AttachmentCreateInput.commentBodyData)
658
+
659
+ feat(schema): [non_breaking] Input field 'AttachmentCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (AttachmentCreateInput.id)
660
+
661
+ feat(schema): [non_breaking] Description '[Alpha] Attachment filtering options.' on type 'AttachmentFilter' has changed to 'Attachment filtering options.' (AttachmentFilter)
662
+
663
+ feat(schema): [non_breaking] Field 'AuditEntry.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
664
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
665
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
666
+ been updated after creation.' (AuditEntry.updatedAt)
667
+
668
+ feat(schema): [non_breaking] Description '[Alpha] Audit entry filtering options.' on type 'AuditEntryFilter' has changed to 'Audit entry filtering options.' (AuditEntryFilter)
669
+
670
+ feat(schema): [non_breaking] Description 'Public information of the OAuth application, plus the authorized scopes for a given user.' on type 'AuthorizedApplication' has changed to '[INTERNAL] Public information of the OAuth application, plus the authorized scopes for a given user.' (AuthorizedApplication)
671
+
672
+ feat(schema): [non_breaking] Field 'bodyData' was added to object type 'Comment' (Comment.bodyData)
673
+
674
+ feat(schema): [non_breaking] Field 'reactionData' was added to object type 'Comment' (Comment.reactionData)
675
+
676
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Comment.children' changed from '[Alpha] Filter returned comments.' to 'Filter returned comments.' (Comment.children.filter)
677
+
678
+ feat(schema): [non_breaking] Field 'Comment.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
679
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
680
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
681
+ been updated after creation.' (Comment.updatedAt)
682
+
683
+ feat(schema): [non_breaking] Description '[Alpha] Comment filtering options.' on type 'CommentCollectionFilter' has changed to 'Comment filtering options.' (CommentCollectionFilter)
684
+
685
+ feat(schema): [non_breaking] Input field 'CommentCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (CommentCreateInput.id)
686
+
687
+ feat(schema): [non_breaking] Description '[Alpha] Comment filtering options.' on type 'CommentFilter' has changed to 'Comment filtering options.' (CommentFilter)
688
+
689
+ feat(schema): [non_breaking] Field 'CustomView.filterData' description changed from '[Alpha] The filter applied to issues in the custom view.' to 'The filter applied to issues in the custom view.' (CustomView.filterData)
690
+
691
+ feat(schema): [non_breaking] Field 'CustomView.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
692
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
693
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
694
+ been updated after creation.' (CustomView.updatedAt)
695
+
696
+ feat(schema): [non_breaking] Input field 'CustomViewCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (CustomViewCreateInput.id)
697
+
698
+ feat(schema): [non_breaking] Field 'description' was added to object type 'Cycle' (Cycle.description)
699
+
700
+ feat(schema): [non_breaking] Field 'inProgressScopeHistory' was added to object type 'Cycle' (Cycle.inProgressScopeHistory)
701
+
702
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Cycle.issues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (Cycle.issues.filter)
703
+
704
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Cycle.uncompletedIssuesUponClose' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (Cycle.uncompletedIssuesUponClose.filter)
705
+
706
+ feat(schema): [non_breaking] Field 'Cycle.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
707
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
708
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
709
+ been updated after creation.' (Cycle.updatedAt)
710
+
711
+ feat(schema): [non_breaking] Input field 'CycleCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (CycleCreateInput.id)
712
+
713
+ feat(schema): [non_breaking] Description '[Alpha] Project filtering options.' on type 'CycleFilter' has changed to 'Cycle filtering options.' (CycleFilter)
714
+
715
+ feat(schema): [non_breaking] Field 'Document.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
716
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
717
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
718
+ been updated after creation.' (Document.updatedAt)
719
+
720
+ feat(schema): [non_breaking] Input field 'DocumentCreateInput.contentData' description changed from '[Internal] The document content as a Prosemirror document.' to 'The document content as a Prosemirror document.' (DocumentCreateInput.contentData)
721
+
722
+ feat(schema): [non_breaking] Input field 'DocumentCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (DocumentCreateInput.id)
723
+
724
+ feat(schema): [non_breaking] Input field 'DocumentUpdateInput.contentData' description changed from '[Internal] The document content as a Prosemirror document.' to 'The document content as a Prosemirror document.' (DocumentUpdateInput.contentData)
725
+
726
+ feat(schema): [non_breaking] Field 'Emoji.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
727
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
728
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
729
+ been updated after creation.' (Emoji.updatedAt)
730
+
731
+ feat(schema): [non_breaking] Input field 'EmojiCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (EmojiCreateInput.id)
732
+
733
+ feat(schema): [non_breaking] Field 'Entity.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
734
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
735
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
736
+ been updated after creation.' (Entity.updatedAt)
737
+
738
+ feat(schema): [non_breaking] Field 'roadmap' was added to object type 'Favorite' (Favorite.roadmap)
739
+
740
+ feat(schema): [non_breaking] Field 'Favorite.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
741
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
742
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
743
+ been updated after creation.' (Favorite.updatedAt)
744
+
745
+ feat(schema): [non_breaking] Input field 'FavoriteUpdateInput.parentId' description changed from 'The id of the folder to move the favorite under.' to 'The identifier (in UUID v4 format) of the folder to move the favorite under.' (FavoriteUpdateInput.parentId)
746
+
747
+ feat(schema): [non_breaking] Field 'isPersonal' was added to object type 'GithubOrg' (GithubOrg.isPersonal)
748
+
749
+ feat(schema): [non_breaking] Field 'Integration.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
750
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
751
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
752
+ been updated after creation.' (Integration.updatedAt)
753
+
754
+ feat(schema): [non_breaking] Field 'IntegrationResource.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
755
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
756
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
757
+ been updated after creation.' (IntegrationResource.updatedAt)
758
+
759
+ feat(schema): [non_breaking] Field 'front' was added to object type 'IntegrationSettings' (IntegrationSettings.front)
760
+
761
+ feat(schema): [non_breaking] Field 'gitHub' was added to object type 'IntegrationSettings' (IntegrationSettings.gitHub)
762
+
763
+ feat(schema): [non_breaking] Field 'slackOrgProjectUpdatesPost' was added to object type 'IntegrationSettings' (IntegrationSettings.slackOrgProjectUpdatesPost)
764
+
765
+ feat(schema): [non_breaking] Field 'automateTicketReopeningOnCancellation' was added to object type 'IntercomSettings' (IntercomSettings.automateTicketReopeningOnCancellation)
766
+
767
+ feat(schema): [non_breaking] Field 'automateTicketReopeningOnComment' was added to object type 'IntercomSettings' (IntercomSettings.automateTicketReopeningOnComment)
768
+
769
+ feat(schema): [non_breaking] Field 'automateTicketReopeningOnCompletion' was added to object type 'IntercomSettings' (IntercomSettings.automateTicketReopeningOnCompletion)
770
+
771
+ feat(schema): [non_breaking] Field 'descriptionData' was added to object type 'Issue' (Issue.descriptionData)
772
+
773
+ feat(schema): [non_breaking] Field 'triagedAt' was added to object type 'Issue' (Issue.triagedAt)
774
+
775
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Issue.attachments' changed from '[Alpha] Filter returned attachments.' to 'Filter returned attachments.' (Issue.attachments.filter)
776
+
777
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Issue.children' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (Issue.children.filter)
778
+
779
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Issue.comments' changed from '[Alpha] Filter returned comments.' to 'Filter returned comments.' (Issue.comments.filter)
780
+
781
+ feat(schema): [non_breaking] Field 'Issue.integrationResources' description changed from 'Integration resources for this issue.' to '[DEPRECATED] Integration resources for this issue.' (Issue.integrationResources)
782
+
783
+ feat(schema): [non_breaking] Field 'Issue.integrationResources' is deprecated (Issue.integrationResources)
784
+
785
+ feat(schema): [non_breaking] Field 'Issue.integrationResources' has deprecation reason 'This field will soon be deprecated, please use `attachments` instead' (Issue.integrationResources)
786
+
787
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Issue.labels' changed from '[Alpha] Filter returned issue labels.' to 'Filter returned issue labels.' (Issue.labels.filter)
788
+
789
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Issue.subscribers' changed from '[Alpha] Filter returned subscribers.' to 'Filter returned subscribers.' (Issue.subscribers.filter)
790
+
791
+ feat(schema): [non_breaking] Field 'Issue.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
792
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
793
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
794
+ been updated after creation.' (Issue.updatedAt)
795
+
796
+ feat(schema): [non_breaking] Description '[Alpha] Issue filtering options.' on type 'IssueCollectionFilter' has changed to 'Issue filtering options.' (IssueCollectionFilter)
797
+
798
+ feat(schema): [non_breaking] Input field 'IssueCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (IssueCreateInput.id)
799
+
800
+ feat(schema): [non_breaking] Description '[Alpha] Issue filtering options.' on type 'IssueFilter' has changed to 'Issue filtering options.' (IssueFilter)
801
+
802
+ feat(schema): [non_breaking] Field 'actorId' was added to object type 'IssueHistory' (IssueHistory.actorId)
803
+
804
+ feat(schema): [non_breaking] Field 'attachmentId' was added to object type 'IssueHistory' (IssueHistory.attachmentId)
805
+
806
+ feat(schema): [non_breaking] Field 'fromAssigneeId' was added to object type 'IssueHistory' (IssueHistory.fromAssigneeId)
807
+
808
+ feat(schema): [non_breaking] Field 'fromCycleId' was added to object type 'IssueHistory' (IssueHistory.fromCycleId)
809
+
810
+ feat(schema): [non_breaking] Field 'fromParentId' was added to object type 'IssueHistory' (IssueHistory.fromParentId)
811
+
812
+ feat(schema): [non_breaking] Field 'fromProjectId' was added to object type 'IssueHistory' (IssueHistory.fromProjectId)
813
+
814
+ feat(schema): [non_breaking] Field 'fromStateId' was added to object type 'IssueHistory' (IssueHistory.fromStateId)
815
+
816
+ feat(schema): [non_breaking] Field 'fromTeamId' was added to object type 'IssueHistory' (IssueHistory.fromTeamId)
817
+
818
+ feat(schema): [non_breaking] Field 'toAssigneeId' was added to object type 'IssueHistory' (IssueHistory.toAssigneeId)
819
+
820
+ feat(schema): [non_breaking] Field 'toConvertedProject' was added to object type 'IssueHistory' (IssueHistory.toConvertedProject)
821
+
822
+ feat(schema): [non_breaking] Field 'toConvertedProjectId' was added to object type 'IssueHistory' (IssueHistory.toConvertedProjectId)
823
+
824
+ feat(schema): [non_breaking] Field 'toCycleId' was added to object type 'IssueHistory' (IssueHistory.toCycleId)
825
+
826
+ feat(schema): [non_breaking] Field 'toParentId' was added to object type 'IssueHistory' (IssueHistory.toParentId)
827
+
828
+ feat(schema): [non_breaking] Field 'toProjectId' was added to object type 'IssueHistory' (IssueHistory.toProjectId)
829
+
830
+ feat(schema): [non_breaking] Field 'toStateId' was added to object type 'IssueHistory' (IssueHistory.toStateId)
831
+
832
+ feat(schema): [non_breaking] Field 'toTeamId' was added to object type 'IssueHistory' (IssueHistory.toTeamId)
833
+
834
+ feat(schema): [non_breaking] Field 'IssueHistory.autoArchived' has description 'Whether the issue was auto-archived.' (IssueHistory.autoArchived)
835
+
836
+ feat(schema): [non_breaking] Field 'IssueHistory.autoClosed' has description 'Whether the issue was auto-closed.' (IssueHistory.autoClosed)
837
+
838
+ feat(schema): [non_breaking] Field 'IssueHistory.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
839
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
840
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
841
+ been updated after creation.' (IssueHistory.updatedAt)
842
+
843
+ feat(schema): [non_breaking] Field 'progress' was added to object type 'IssueImport' (IssueImport.progress)
844
+
845
+ feat(schema): [non_breaking] Field 'teamName' was added to object type 'IssueImport' (IssueImport.teamName)
846
+
847
+ feat(schema): [non_breaking] Field 'IssueImport.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
848
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
849
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
850
+ been updated after creation.' (IssueImport.updatedAt)
851
+
852
+ feat(schema): [non_breaking] Field 'children' was added to object type 'IssueLabel' (IssueLabel.children)
853
+
854
+ feat(schema): [non_breaking] Field 'parent' was added to object type 'IssueLabel' (IssueLabel.parent)
855
+
856
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'IssueLabel.issues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (IssueLabel.issues.filter)
857
+
858
+ feat(schema): [non_breaking] Field 'IssueLabel.organization' changed type from 'Organization' to 'Organization!' (IssueLabel.organization)
859
+
860
+ feat(schema): [non_breaking] Field 'IssueLabel.team' description changed from 'The team that the label is associated with. If null, the label is associated with the global workspace..' to 'The team that the label is associated with. If null, the label is associated with the global workspace.' (IssueLabel.team)
861
+
862
+ feat(schema): [non_breaking] Field 'IssueLabel.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
863
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
864
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
865
+ been updated after creation.' (IssueLabel.updatedAt)
866
+
867
+ feat(schema): [non_breaking] Description '[Alpha] Issue label filtering options.' on type 'IssueLabelCollectionFilter' has changed to 'Issue label filtering options.' (IssueLabelCollectionFilter)
868
+
869
+ feat(schema): [non_breaking] Input field 'IssueLabelCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (IssueLabelCreateInput.id)
870
+
871
+ feat(schema): [non_breaking] Description '[Alpha] Issue label filtering options.' on type 'IssueLabelFilter' has changed to 'Issue label filtering options.' (IssueLabelFilter)
872
+
873
+ feat(schema): [non_breaking] Field 'actor' was added to object type 'IssueNotification' (IssueNotification.actor)
874
+
875
+ feat(schema): [non_breaking] Field 'unsnoozedAt' was added to object type 'IssueNotification' (IssueNotification.unsnoozedAt)
876
+
877
+ feat(schema): [non_breaking] Field 'IssueNotification.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
878
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
879
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
880
+ been updated after creation.' (IssueNotification.updatedAt)
881
+
882
+ feat(schema): [non_breaking] Field 'IssueRelation.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
883
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
884
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
885
+ been updated after creation.' (IssueRelation.updatedAt)
886
+
887
+ feat(schema): [non_breaking] Input field 'IssueRelationCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (IssueRelationCreateInput.id)
888
+
889
+ feat(schema): [non_breaking] Description 'The `JSON` scalar type represents JSON values' on type 'JSON' has changed to 'The `JSON` scalar type represents arbitrary values as _stringified_ JSON' (JSON)
890
+
891
+ feat(schema): [non_breaking] Description 'The `JSONObject` scalar type represents JSON values as a string' on type 'JSONObject' has changed to 'The `JSONObject` scalar type represents arbitrary values as _embedded_ JSON' (JSONObject)
892
+
893
+ feat(schema): [non_breaking] Field 'description' was added to object type 'Milestone' (Milestone.description)
894
+
895
+ feat(schema): [non_breaking] Field 'targetDate' was added to object type 'Milestone' (Milestone.targetDate)
896
+
897
+ feat(schema): [non_breaking] Field 'Milestone.projects' is deprecated (Milestone.projects)
898
+
899
+ feat(schema): [non_breaking] Field 'Milestone.projects' has deprecation reason 'Milestones will be removed. Use roadmaps instead.' (Milestone.projects)
900
+
901
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Milestone.projects' changed from '[Alpha] Filter returned projects.' to 'Filter returned projects.' (Milestone.projects.filter)
902
+
903
+ feat(schema): [non_breaking] Field 'Milestone.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
904
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
905
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
906
+ been updated after creation.' (Milestone.updatedAt)
907
+
908
+ feat(schema): [non_breaking] Input field 'MilestoneCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (MilestoneCreateInput.id)
909
+
910
+ feat(schema): [non_breaking] Field 'airbyteIntegrationConnect' was added to object type 'Mutation' (Mutation.airbyteIntegrationConnect)
911
+
912
+ feat(schema): [non_breaking] Field 'contactSalesCreate' was added to object type 'Mutation' (Mutation.contactSalesCreate)
913
+
914
+ feat(schema): [non_breaking] Field 'integrationRequest' was added to object type 'Mutation' (Mutation.integrationRequest)
915
+
916
+ feat(schema): [non_breaking] Field 'integrationSlackOrgProjectUpdatesPost' was added to object type 'Mutation' (Mutation.integrationSlackOrgProjectUpdatesPost)
917
+
918
+ feat(schema): [non_breaking] Field 'integrationTemplateCreate' was added to object type 'Mutation' (Mutation.integrationTemplateCreate)
919
+
920
+ feat(schema): [non_breaking] Field 'integrationTemplateDelete' was added to object type 'Mutation' (Mutation.integrationTemplateDelete)
921
+
922
+ feat(schema): [non_breaking] Field 'integrationsSettingsCreate' was added to object type 'Mutation' (Mutation.integrationsSettingsCreate)
923
+
924
+ feat(schema): [non_breaking] Field 'integrationsSettingsUpdate' was added to object type 'Mutation' (Mutation.integrationsSettingsUpdate)
925
+
926
+ feat(schema): [non_breaking] Field 'issueReminder' was added to object type 'Mutation' (Mutation.issueReminder)
927
+
928
+ feat(schema): [non_breaking] Field 'logout' was added to object type 'Mutation' (Mutation.logout)
929
+
930
+ feat(schema): [non_breaking] Field 'migrateMilestonesToRoadmaps' was added to object type 'Mutation' (Mutation.migrateMilestonesToRoadmaps)
931
+
932
+ feat(schema): [non_breaking] Field 'notificationSubscriptionUpdate' was added to object type 'Mutation' (Mutation.notificationSubscriptionUpdate)
933
+
934
+ feat(schema): [non_breaking] Field 'organizationDomainClaim' was added to object type 'Mutation' (Mutation.organizationDomainClaim)
935
+
936
+ feat(schema): [non_breaking] Field 'organizationInviteUpdate' was added to object type 'Mutation' (Mutation.organizationInviteUpdate)
937
+
938
+ feat(schema): [non_breaking] Field 'projectUpdateCreate' was added to object type 'Mutation' (Mutation.projectUpdateCreate)
939
+
940
+ feat(schema): [non_breaking] Field 'projectUpdateDelete' was added to object type 'Mutation' (Mutation.projectUpdateDelete)
941
+
942
+ feat(schema): [non_breaking] Field 'projectUpdateInteractionCreate' was added to object type 'Mutation' (Mutation.projectUpdateInteractionCreate)
943
+
944
+ feat(schema): [non_breaking] Field 'projectUpdateMarkAsRead' was added to object type 'Mutation' (Mutation.projectUpdateMarkAsRead)
945
+
946
+ feat(schema): [non_breaking] Field 'projectUpdateUpdate' was added to object type 'Mutation' (Mutation.projectUpdateUpdate)
947
+
948
+ feat(schema): [non_breaking] Field 'roadmapCreate' was added to object type 'Mutation' (Mutation.roadmapCreate)
949
+
950
+ feat(schema): [non_breaking] Field 'roadmapDelete' was added to object type 'Mutation' (Mutation.roadmapDelete)
951
+
952
+ feat(schema): [non_breaking] Field 'roadmapToProjectCreate' was added to object type 'Mutation' (Mutation.roadmapToProjectCreate)
953
+
954
+ feat(schema): [non_breaking] Field 'roadmapToProjectDelete' was added to object type 'Mutation' (Mutation.roadmapToProjectDelete)
955
+
956
+ feat(schema): [non_breaking] Field 'roadmapToProjectUpdate' was added to object type 'Mutation' (Mutation.roadmapToProjectUpdate)
957
+
958
+ feat(schema): [non_breaking] Field 'roadmapUpdate' was added to object type 'Mutation' (Mutation.roadmapUpdate)
959
+
960
+ feat(schema): [non_breaking] Field 'teamCyclesDelete' was added to object type 'Mutation' (Mutation.teamCyclesDelete)
961
+
962
+ feat(schema): [non_breaking] Field 'userAccountEmailChangeVerifyCode' was added to object type 'Mutation' (Mutation.userAccountEmailChangeVerifyCode)
963
+
964
+ feat(schema): [non_breaking] Field 'userDemoteMember' was added to object type 'Mutation' (Mutation.userDemoteMember)
965
+
966
+ feat(schema): [non_breaking] Field 'userGitHubConnect' was added to object type 'Mutation' (Mutation.userGitHubConnect)
967
+
968
+ feat(schema): [non_breaking] Field 'userGoogleCalendarConnect' was added to object type 'Mutation' (Mutation.userGoogleCalendarConnect)
969
+
970
+ feat(schema): [non_breaking] Field 'userPromoteMember' was added to object type 'Mutation' (Mutation.userPromoteMember)
971
+
972
+ feat(schema): [non_breaking] Field 'Mutation.apiKeyCreate' description changed from '[Internal] Creates a new API key.' to 'Creates a new API key.' (Mutation.apiKeyCreate)
973
+
974
+ feat(schema): [non_breaking] Field 'Mutation.apiKeyDelete' description changed from '[Internal] Deletes an API key.' to 'Deletes an API key.' (Mutation.apiKeyDelete)
975
+
976
+ feat(schema): [non_breaking] Field 'Mutation.attachmentCreate' description changed from '[Alpha] Creates a new attachment, or updates existing if the same `url` and `issueId` is used.' to 'Creates a new attachment, or updates existing if the same `url` and `issueId` is used.' (Mutation.attachmentCreate)
977
+
978
+ feat(schema): [non_breaking] Field 'Mutation.attachmentDelete' description changed from '[Alpha] Deletes an issue attachment.' to 'Deletes an issue attachment.' (Mutation.attachmentDelete)
979
+
980
+ feat(schema): [non_breaking] Field 'Mutation.attachmentUpdate' description changed from '[Alpha] Updates an existing issue attachment.' to 'Updates an existing issue attachment.' (Mutation.attachmentUpdate)
981
+
982
+ feat(schema): [non_breaking] Field 'Mutation.integrationResourceArchive' is deprecated (Mutation.integrationResourceArchive)
983
+
984
+ feat(schema): [non_breaking] Field 'Mutation.integrationResourceArchive' has deprecation reason 'This query will soon be deprecated, please use `attachmentArchive` instead' (Mutation.integrationResourceArchive)
985
+
986
+ feat(schema): [non_breaking] Type for argument 'teamId' on field 'Mutation.issueImportCreateAsana' changed from 'String!' to 'String' (Mutation.issueImportCreateAsana.teamId)
987
+
988
+ feat(schema): [non_breaking] Field 'Mutation.issueImportCreateClubhouse' description changed from 'Kicks off a Clubhouse import job.' to 'Kicks off a Shortcut (formerly Clubhouse) import job.' (Mutation.issueImportCreateClubhouse)
989
+
990
+ feat(schema): [non_breaking] Description for argument 'clubhouseTeamName' on field 'Mutation.issueImportCreateClubhouse' changed from 'Clubhouse team name to choose which issues we should import.' to 'Shortcut (formerly Clubhouse) team name to choose which issues we should import.' (Mutation.issueImportCreateClubhouse.clubhouseTeamName)
991
+
992
+ feat(schema): [non_breaking] Description for argument 'clubhouseToken' on field 'Mutation.issueImportCreateClubhouse' changed from 'Clubhouse token to fetch information from the Clubhouse API.' to 'Shortcut (formerly Clubhouse) token to fetch information from the Clubhouse API.' (Mutation.issueImportCreateClubhouse.clubhouseToken)
993
+
994
+ feat(schema): [non_breaking] Type for argument 'teamId' on field 'Mutation.issueImportCreateClubhouse' changed from 'String!' to 'String' (Mutation.issueImportCreateClubhouse.teamId)
995
+
996
+ feat(schema): [non_breaking] Type for argument 'teamId' on field 'Mutation.issueImportCreateGithub' changed from 'String!' to 'String' (Mutation.issueImportCreateGithub.teamId)
997
+
998
+ feat(schema): [non_breaking] Description for argument 'teamId' on field 'Mutation.issueImportCreateJira' changed from 'ID of the team into which to import data.' to 'ID of the team into which to import data. Empty to create new team.' (Mutation.issueImportCreateJira.teamId)
999
+
1000
+ feat(schema): [non_breaking] Type for argument 'teamId' on field 'Mutation.issueImportCreateJira' changed from 'String!' to 'String' (Mutation.issueImportCreateJira.teamId)
1001
+
1002
+ feat(schema): [non_breaking] Field 'Mutation.issueLabelArchive' description changed from 'Archives an issue label.' to 'Deletes an issue label.' (Mutation.issueLabelArchive)
1003
+
1004
+ feat(schema): [non_breaking] Deprecation reason on field 'Mutation.issueLabelArchive' has changed from 'Labels are deleted instead of archived.' to 'Labels are deleted instead of archived now!' (Mutation.issueLabelArchive)
1005
+
1006
+ feat(schema): [non_breaking] Field 'Mutation.milestoneCreate' is deprecated (Mutation.milestoneCreate)
1007
+
1008
+ feat(schema): [non_breaking] Field 'Mutation.milestoneCreate' has deprecation reason 'Milestones will be removed. Use roadmaps instead.' (Mutation.milestoneCreate)
1009
+
1010
+ feat(schema): [non_breaking] Field 'Mutation.milestoneDelete' is deprecated (Mutation.milestoneDelete)
1011
+
1012
+ feat(schema): [non_breaking] Field 'Mutation.milestoneDelete' has deprecation reason 'Milestones will be removed. Use roadmaps instead.' (Mutation.milestoneDelete)
1013
+
1014
+ feat(schema): [non_breaking] Field 'Mutation.milestoneUpdate' is deprecated (Mutation.milestoneUpdate)
1015
+
1016
+ feat(schema): [non_breaking] Field 'Mutation.milestoneUpdate' has deprecation reason 'Milestones will be removed. Use roadmaps instead.' (Mutation.milestoneUpdate)
1017
+
1018
+ feat(schema): [non_breaking] Description for argument 'input' on field 'Mutation.notificationUpdate' changed from 'A partial notification object to update the issue with.' to 'A partial notification object to update the notification with.' (Mutation.notificationUpdate.input)
1019
+
1020
+ feat(schema): [non_breaking] Field 'Mutation.organizationDomainCreate' description changed from 'Adds a domain to be allowed for an organization.' to '[INTERNAL] Adds a domain to be allowed for an organization.' (Mutation.organizationDomainCreate)
1021
+
1022
+ feat(schema): [non_breaking] Field 'Mutation.organizationDomainVerify' description changed from 'Verifies a domain to be added to an organization.' to '[INTERNAL] Verifies a domain to be added to an organization.' (Mutation.organizationDomainVerify)
1023
+
1024
+ feat(schema): [non_breaking] Field 'actor' was added to interface 'Notification' (Notification.actor)
1025
+
1026
+ feat(schema): [non_breaking] Field 'unsnoozedAt' was added to interface 'Notification' (Notification.unsnoozedAt)
1027
+
1028
+ feat(schema): [non_breaking] Field 'Notification.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1029
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1030
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1031
+ been updated after creation.' (Notification.updatedAt)
1032
+
1033
+ feat(schema): [non_breaking] Input field 'NotificationSubscriptionCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (NotificationSubscriptionCreateInput.id)
1034
+
1035
+ feat(schema): [non_breaking] Input field 'NullableCycleFilter.and' description changed from 'Compound filters, all of which need to be matched by the cycle.' to 'Compound filters, one of which need to be matched by the cycle.' (NullableCycleFilter.and)
1036
+
1037
+ feat(schema): [non_breaking] Description '[Alpha] Cycle filtering options.' on type 'NullableCycleFilter' has changed to 'Cycle filtering options.' (NullableCycleFilter)
1038
+
1039
+ feat(schema): [non_breaking] Description '[Alpha] Project filtering options.' on type 'NullableProjectFilter' has changed to 'Project filtering options.' (NullableProjectFilter)
1040
+
1041
+ feat(schema): [non_breaking] Description '[Alpha] User filtering options.' on type 'NullableUserFilter' has changed to 'User filtering options.' (NullableUserFilter)
1042
+
1043
+ feat(schema): [non_breaking] Field 'creator' was added to object type 'OauthClient' (OauthClient.creator)
1044
+
1045
+ feat(schema): [non_breaking] Field 'organization' was added to object type 'OauthClient' (OauthClient.organization)
1046
+
1047
+ feat(schema): [non_breaking] Field 'OauthClient.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1048
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1049
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1050
+ been updated after creation.' (OauthClient.updatedAt)
1051
+
1052
+ feat(schema): [non_breaking] Field 'previousUrlKeys' was added to object type 'Organization' (Organization.previousUrlKeys)
1053
+
1054
+ feat(schema): [non_breaking] Field 'projectUpdateRemindersDay' was added to object type 'Organization' (Organization.projectUpdateRemindersDay)
1055
+
1056
+ feat(schema): [non_breaking] Field 'projectUpdateRemindersHour' was added to object type 'Organization' (Organization.projectUpdateRemindersHour)
1057
+
1058
+ feat(schema): [non_breaking] Field 'projectUpdatesReminderFrequency' was added to object type 'Organization' (Organization.projectUpdatesReminderFrequency)
1059
+
1060
+ feat(schema): [non_breaking] Field 'scimEnabled' was added to object type 'Organization' (Organization.scimEnabled)
1061
+
1062
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Organization.labels' changed from '[Alpha] Filter returned issue labels.' to 'Filter returned issue labels.' (Organization.labels.filter)
1063
+
1064
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Organization.teams' changed from '[Alpha] Filter returned teams.' to 'Filter returned teams.' (Organization.teams.filter)
1065
+
1066
+ feat(schema): [non_breaking] Field 'Organization.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1067
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1068
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1069
+ been updated after creation.' (Organization.updatedAt)
1070
+
1071
+ feat(schema): [non_breaking] Field 'authType' was added to object type 'OrganizationDomain' (OrganizationDomain.authType)
1072
+
1073
+ feat(schema): [non_breaking] Field 'claimed' was added to object type 'OrganizationDomain' (OrganizationDomain.claimed)
1074
+
1075
+ feat(schema): [non_breaking] Field 'OrganizationDomain.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1076
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1077
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1078
+ been updated after creation.' (OrganizationDomain.updatedAt)
1079
+
1080
+ feat(schema): [non_breaking] Input field 'OrganizationDomainCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (OrganizationDomainCreateInput.id)
1081
+
1082
+ feat(schema): [non_breaking] Input field 'OrganizationDomainCreateInput.verificationEmail' changed type from 'String!' to 'String' (OrganizationDomainCreateInput.verificationEmail)
1083
+
1084
+ feat(schema): [non_breaking] Object type 'OrganizationDomainPayload' has description '[INTERNAL] Organization domain operation response.' (OrganizationDomainPayload)
1085
+
1086
+ feat(schema): [non_breaking] Object type 'OrganizationDomainSimplePayload' has description '[INTERNAL] Organization domain operation response.' (OrganizationDomainSimplePayload)
1087
+
1088
+ feat(schema): [non_breaking] Input field 'OrganizationDomainVerificationInput.organizationDomainId' description changed from 'The identifier of the domain being verified.' to 'The identifier in UUID v4 format of the domain being verified.' (OrganizationDomainVerificationInput.organizationDomainId)
1089
+
1090
+ feat(schema): [non_breaking] Field 'role' was added to object type 'OrganizationInvite' (OrganizationInvite.role)
1091
+
1092
+ feat(schema): [non_breaking] Field 'OrganizationInvite.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1093
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1094
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1095
+ been updated after creation.' (OrganizationInvite.updatedAt)
1096
+
1097
+ feat(schema): [non_breaking] Input field 'OrganizationInviteCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (OrganizationInviteCreateInput.id)
1098
+
1099
+ feat(schema): [non_breaking] Field 'role' was added to object type 'OrganizationInviteDetailsPayload' (OrganizationInviteDetailsPayload.role)
1100
+
1101
+ feat(schema): [non_breaking] Field 'convertedFromIssue' was added to object type 'Project' (Project.convertedFromIssue)
1102
+
1103
+ feat(schema): [non_breaking] Field 'inProgressScopeHistory' was added to object type 'Project' (Project.inProgressScopeHistory)
1104
+
1105
+ feat(schema): [non_breaking] Field 'initiative' was added to object type 'Project' (Project.initiative)
1106
+
1107
+ feat(schema): [non_breaking] Field 'integrationsSettings' was added to object type 'Project' (Project.integrationsSettings)
1108
+
1109
+ feat(schema): [non_breaking] Field 'projectUpdateRemindersPausedUntilAt' was added to object type 'Project' (Project.projectUpdateRemindersPausedUntilAt)
1110
+
1111
+ feat(schema): [non_breaking] Field 'projectUpdates' was added to object type 'Project' (Project.projectUpdates)
1112
+
1113
+ feat(schema): [non_breaking] Field 'scope' was added to object type 'Project' (Project.scope)
1114
+
1115
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Project.issues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (Project.issues.filter)
1116
+
1117
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Project.members' changed from '[Alpha] Filter returned users.' to 'Filter returned users.' (Project.members.filter)
1118
+
1119
+ feat(schema): [non_breaking] Field 'Project.milestone' is deprecated (Project.milestone)
1120
+
1121
+ feat(schema): [non_breaking] Field 'Project.milestone' has deprecation reason 'Milestones will be removed. Use roadmaps instead.' (Project.milestone)
1122
+
1123
+ feat(schema): [non_breaking] Field 'Project.sortOrder' description changed from 'The sort order for the project within its milestone.' to 'The sort order for the project within its milestone/initiative.' (Project.sortOrder)
1124
+
1125
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Project.teams' changed from '[Alpha] Filter returned teams.' to 'Filter returned teams.' (Project.teams.filter)
1126
+
1127
+ feat(schema): [non_breaking] Field 'Project.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1128
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1129
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1130
+ been updated after creation.' (Project.updatedAt)
1131
+
1132
+ feat(schema): [non_breaking] Description '[Alpha] Project filtering options.' on type 'ProjectCollectionFilter' has changed to 'Project filtering options.' (ProjectCollectionFilter)
1133
+
1134
+ feat(schema): [non_breaking] Input field 'ProjectCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (ProjectCreateInput.id)
1135
+
1136
+ feat(schema): [non_breaking] Input field 'ProjectCreateInput.sortOrder' description changed from 'The sort order for the project within its milestone.' to 'The sort order for the project within shared views.' (ProjectCreateInput.sortOrder)
1137
+
1138
+ feat(schema): [non_breaking] Input field 'ProjectCreateInput.startDate' description changed from '[Internal] The planned start date of the project.' to 'The planned start date of the project.' (ProjectCreateInput.startDate)
1139
+
1140
+ feat(schema): [non_breaking] Description '[Alpha] Project filtering options.' on type 'ProjectFilter' has changed to 'Project filtering options.' (ProjectFilter)
1141
+
1142
+ feat(schema): [non_breaking] Field 'ProjectLink.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1143
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1144
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1145
+ been updated after creation.' (ProjectLink.updatedAt)
1146
+
1147
+ feat(schema): [non_breaking] Input field 'ProjectLinkCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (ProjectLinkCreateInput.id)
1148
+
1149
+ feat(schema): [non_breaking] Input field 'ProjectUpdateInput.sortOrder' description changed from 'The sort order for the project within its milestone.' to 'The sort order for the project in shared views.' (ProjectUpdateInput.sortOrder)
1150
+
1151
+ feat(schema): [non_breaking] Input field 'ProjectUpdateInput.startDate' description changed from '[Internal] The planned start date of the project.' to 'The planned start date of the project.' (ProjectUpdateInput.startDate)
1152
+
1153
+ feat(schema): [non_breaking] Field 'reviewers' was added to object type 'PullRequestPayload' (PullRequestPayload.reviewers)
1154
+
1155
+ feat(schema): [non_breaking] Field 'reviews' was added to object type 'PullRequestPayload' (PullRequestPayload.reviews)
1156
+
1157
+ feat(schema): [non_breaking] Field 'PushSubscription.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1158
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1159
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1160
+ been updated after creation.' (PushSubscription.updatedAt)
1161
+
1162
+ feat(schema): [non_breaking] Input field 'PushSubscriptionCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (PushSubscriptionCreateInput.id)
1163
+
1164
+ feat(schema): [non_breaking] Field 'applicationInfoByIds' was added to object type 'Query' (Query.applicationInfoByIds)
1165
+
1166
+ feat(schema): [non_breaking] Field 'integrationTemplate' was added to object type 'Query' (Query.integrationTemplate)
1167
+
1168
+ feat(schema): [non_breaking] Field 'integrationTemplates' was added to object type 'Query' (Query.integrationTemplates)
1169
+
1170
+ feat(schema): [non_breaking] Field 'integrationsSettings' was added to object type 'Query' (Query.integrationsSettings)
1171
+
1172
+ feat(schema): [non_breaking] Field 'organizationDomainClaimRequest' was added to object type 'Query' (Query.organizationDomainClaimRequest)
1173
+
1174
+ feat(schema): [non_breaking] Field 'projectUpdate' was added to object type 'Query' (Query.projectUpdate)
1175
+
1176
+ feat(schema): [non_breaking] Field 'projectUpdateInteraction' was added to object type 'Query' (Query.projectUpdateInteraction)
1177
+
1178
+ feat(schema): [non_breaking] Field 'projectUpdateInteractions' was added to object type 'Query' (Query.projectUpdateInteractions)
1179
+
1180
+ feat(schema): [non_breaking] Field 'projectUpdates' was added to object type 'Query' (Query.projectUpdates)
1181
+
1182
+ feat(schema): [non_breaking] Field 'roadmap' was added to object type 'Query' (Query.roadmap)
1183
+
1184
+ feat(schema): [non_breaking] Field 'roadmapToProject' was added to object type 'Query' (Query.roadmapToProject)
1185
+
1186
+ feat(schema): [non_breaking] Field 'roadmapToProjects' was added to object type 'Query' (Query.roadmapToProjects)
1187
+
1188
+ feat(schema): [non_breaking] Field 'roadmaps' was added to object type 'Query' (Query.roadmaps)
1189
+
1190
+ feat(schema): [non_breaking] Field 'workspaceAuthorizedApplications' was added to object type 'Query' (Query.workspaceAuthorizedApplications)
1191
+
1192
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.administrableTeams' changed from '[Alpha] Filter returned teams.' to 'Filter returned teams.' (Query.administrableTeams.filter)
1193
+
1194
+ feat(schema): [non_breaking] Field 'Query.apiKeys' description changed from '[Internal] All API keys for the user.' to 'All API keys for the user.' (Query.apiKeys)
1195
+
1196
+ feat(schema): [non_breaking] Field 'Query.attachment' description changed from '[Alpha] One specific issue attachment.
1197
+ [Deprecated] 'url' can no longer be used as the 'id' parameter. Use 'attachmentsForUrl' instead' to 'One specific issue attachment.
1198
+ [Deprecated] 'url' can no longer be used as the 'id' parameter. Use 'attachmentsForUrl' instead' (Query.attachment)
1199
+
1200
+ feat(schema): [non_breaking] Field 'Query.attachmentIssue' description changed from '[Alpha] Query an issue by its associated attachment, and its id.' to 'Query an issue by its associated attachment, and its id.' (Query.attachmentIssue)
1201
+
1202
+ feat(schema): [non_breaking] Field 'Query.attachments' description changed from '[Alpha] All issue attachments.
1203
+
1204
+ To get attachments for a given URL, use `attachmentsForURL` query.' to 'All issue attachments.
1205
+
1206
+ To get attachments for a given URL, use `attachmentsForURL` query.' (Query.attachments)
1207
+
1208
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.attachments' changed from '[Alpha] Filter returned attachments.' to 'Filter returned attachments.' (Query.attachments.filter)
1209
+
1210
+ feat(schema): [non_breaking] Field 'Query.attachmentsForURL' description changed from '[Alpha] Returns issue attachments for a given `url`.' to 'Returns issue attachments for a given `url`.' (Query.attachmentsForURL)
1211
+
1212
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.auditEntries' changed from '[Alpha] Filter returned audit entries.' to 'Filter returned audit entries.' (Query.auditEntries.filter)
1213
+
1214
+ feat(schema): [non_breaking] Field 'Query.authorizedApplications' description changed from 'Get all authorized applications for a user' to '[INTERNAL] Get all authorized applications for a user' (Query.authorizedApplications)
1215
+
1216
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.comments' changed from '[Alpha] Filter returned comments.' to 'Filter returned comments.' (Query.comments.filter)
1217
+
1218
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.cycles' changed from '[Alpha] Filter returned users.' to 'Filter returned users.' (Query.cycles.filter)
1219
+
1220
+ feat(schema): [non_breaking] Field 'Query.integrationResource' is deprecated (Query.integrationResource)
1221
+
1222
+ feat(schema): [non_breaking] Field 'Query.integrationResource' has deprecation reason 'This query will soon be deprecated, please use `attachment` instead' (Query.integrationResource)
1223
+
1224
+ feat(schema): [non_breaking] Field 'Query.integrationResources' is deprecated (Query.integrationResources)
1225
+
1226
+ feat(schema): [non_breaking] Field 'Query.integrationResources' has deprecation reason 'This query will soon be deprecated, please use `attachments` instead' (Query.integrationResources)
1227
+
1228
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.issueLabels' changed from '[Alpha] Filter returned issue labels.' to 'Filter returned issue labels.' (Query.issueLabels.filter)
1229
+
1230
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.issueSearch' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (Query.issueSearch.filter)
1231
+
1232
+ feat(schema): [non_breaking] Field 'Query.issueVcsBranchSearch' description changed from '[Internal] Find issue based on the VCS branch name.' to 'Find issue based on the VCS branch name.' (Query.issueVcsBranchSearch)
1233
+
1234
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.issues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (Query.issues.filter)
1235
+
1236
+ feat(schema): [non_breaking] Field 'Query.milestone' is deprecated (Query.milestone)
1237
+
1238
+ feat(schema): [non_breaking] Field 'Query.milestone' has deprecation reason 'Milestones will be removed. Use roadmaps instead.' (Query.milestone)
1239
+
1240
+ feat(schema): [non_breaking] Field 'Query.milestones' is deprecated (Query.milestones)
1241
+
1242
+ feat(schema): [non_breaking] Field 'Query.milestones' has deprecation reason 'Milestones will be removed. Use roadmaps instead.' (Query.milestones)
1243
+
1244
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.projects' changed from '[Alpha] Filter returned projects.' to 'Filter returned projects.' (Query.projects.filter)
1245
+
1246
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.teams' changed from '[Alpha] Filter returned teams.' to 'Filter returned teams.' (Query.teams.filter)
1247
+
1248
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.users' changed from '[Alpha] Filter returned users.' to 'Filter returned users.' (Query.users.filter)
1249
+
1250
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.workflowStates' changed from '[Alpha] Filter returned workflow states.' to 'Filter returned workflow states.' (Query.workflowStates.filter)
1251
+
1252
+ feat(schema): [non_breaking] Field 'Reaction.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1253
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1254
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1255
+ been updated after creation.' (Reaction.updatedAt)
1256
+
1257
+ feat(schema): [non_breaking] Description 'A reaction associated with a comment.' on type 'Reaction' has changed to 'A reaction associated with a comment or a project update.' (Reaction)
1258
+
1259
+ feat(schema): [non_breaking] Input field 'ReactionCreateInput.commentId' changed type from 'String!' to 'String' (ReactionCreateInput.commentId)
1260
+
1261
+ feat(schema): [non_breaking] Input field 'ReactionCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one' (ReactionCreateInput.id)
1262
+
1263
+ feat(schema): [non_breaking] Field 'integrationsSettings' was added to object type 'Team' (Team.integrationsSettings)
1264
+
1265
+ feat(schema): [non_breaking] Field 'issueSortOrderDefaultToBottom' was added to object type 'Team' (Team.issueSortOrderDefaultToBottom)
1266
+
1267
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Team.cycles' changed from '[Alpha] Filter returned cycles.' to 'Filter returned cycles.' (Team.cycles.filter)
1268
+
1269
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Team.issues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (Team.issues.filter)
1270
+
1271
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Team.labels' changed from '[Alpha] Filter returned issue labels.' to 'Filter returned issue labels.' (Team.labels.filter)
1272
+
1273
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Team.members' changed from '[Alpha] Filter returned users.' to 'Filter returned users.' (Team.members.filter)
1274
+
1275
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Team.projects' changed from '[Alpha] Filter returned projects.' to 'Filter returned projects.' (Team.projects.filter)
1276
+
1277
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Team.states' changed from '[Alpha] Filter returned workflow states.' to 'Filter returned workflow states.' (Team.states.filter)
1278
+
1279
+ feat(schema): [non_breaking] Field 'Team.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1280
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1281
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1282
+ been updated after creation.' (Team.updatedAt)
1283
+
1284
+ feat(schema): [non_breaking] Input field 'TeamCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (TeamCreateInput.id)
1285
+
1286
+ feat(schema): [non_breaking] Description '[Alpha] Project filtering options.' on type 'TeamFilter' has changed to 'Team filtering options.' (TeamFilter)
1287
+
1288
+ feat(schema): [non_breaking] Field 'sortOrder' was added to object type 'TeamMembership' (TeamMembership.sortOrder)
1289
+
1290
+ feat(schema): [non_breaking] Field 'TeamMembership.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1291
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1292
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1293
+ been updated after creation.' (TeamMembership.updatedAt)
1294
+
1295
+ feat(schema): [non_breaking] Input field 'TeamMembershipCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (TeamMembershipCreateInput.id)
1296
+
1297
+ feat(schema): [non_breaking] Input field 'TeamMembershipUpdateInput.owner' changed type from 'Boolean!' to 'Boolean' (TeamMembershipUpdateInput.owner)
1298
+
1299
+ feat(schema): [non_breaking] Field 'lastUpdatedBy' was added to object type 'Template' (Template.lastUpdatedBy)
1300
+
1301
+ feat(schema): [non_breaking] Field 'Template.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1302
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1303
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1304
+ been updated after creation.' (Template.updatedAt)
1305
+
1306
+ feat(schema): [non_breaking] Input field 'TemplateCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (TemplateCreateInput.id)
1307
+
1308
+ feat(schema): [non_breaking] Input field 'UpdateOrganizationInput.reducedPersonalInformation' description changed from 'Whether the organization is using project milestones.' to 'Whether the organization has opted for reduced customer support attachment information.' (UpdateOrganizationInput.reducedPersonalInformation)
1309
+
1310
+ feat(schema): [non_breaking] Input field 'UpdateOrganizationInput.roadmapEnabled' description changed from 'Whether the organization is using project milestones.' to 'Whether the organization is using roadmap.' (UpdateOrganizationInput.roadmapEnabled)
1311
+
1312
+ feat(schema): [non_breaking] Field 'calendarHash' was added to object type 'User' (User.calendarHash)
1313
+
1314
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'User.assignedIssues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (User.assignedIssues.filter)
1315
+
1316
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'User.createdIssues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (User.createdIssues.filter)
1317
+
1318
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'User.teams' changed from '[Alpha] Filter returned teams.' to 'Filter returned teams.' (User.teams.filter)
1319
+
1320
+ feat(schema): [non_breaking] Field 'User.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1321
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1322
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1323
+ been updated after creation.' (User.updatedAt)
1324
+
1325
+ feat(schema): [non_breaking] Field 'approvalErrorCode' was added to object type 'UserAuthorizedApplication' (UserAuthorizedApplication.approvalErrorCode)
1326
+
1327
+ feat(schema): [non_breaking] Field 'id' was added to object type 'UserAuthorizedApplication' (UserAuthorizedApplication.id)
1328
+
1329
+ feat(schema): [non_breaking] Description '[Alpha] User filtering options.' on type 'UserFilter' has changed to 'User filtering options.' (UserFilter)
1330
+
1331
+ feat(schema): [non_breaking] Field 'UserSettings.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1332
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1333
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1334
+ been updated after creation.' (UserSettings.updatedAt)
1335
+
1336
+ feat(schema): [non_breaking] Field 'ViewPreferences.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1337
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1338
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1339
+ been updated after creation.' (ViewPreferences.updatedAt)
1340
+
1341
+ feat(schema): [non_breaking] Input field 'ViewPreferencesCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (ViewPreferencesCreateInput.id)
1342
+
1343
+ feat(schema): [non_breaking] Field 'Webhook.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1344
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1345
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1346
+ been updated after creation.' (Webhook.updatedAt)
1347
+
1348
+ feat(schema): [non_breaking] Input field 'WebhookCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (WebhookCreateInput.id)
1349
+
1350
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'WorkflowState.issues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (WorkflowState.issues.filter)
1351
+
1352
+ feat(schema): [non_breaking] Field 'WorkflowState.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1353
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
1354
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
1355
+ been updated after creation.' (WorkflowState.updatedAt)
1356
+
1357
+ feat(schema): [non_breaking] Input field 'WorkflowStateCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (WorkflowStateCreateInput.id)
1358
+
1359
+ feat(schema): [non_breaking] Description '[Alpha] Workflow state filtering options.' on type 'WorkflowStateFilter' has changed to 'Workflow state filtering options.' (WorkflowStateFilter)
1360
+
1361
+ feat(schema): [non_breaking] Field 'automateTicketReopeningOnCancellation' was added to object type 'ZendeskSettings' (ZendeskSettings.automateTicketReopeningOnCancellation)
1362
+
1363
+ feat(schema): [non_breaking] Field 'automateTicketReopeningOnComment' was added to object type 'ZendeskSettings' (ZendeskSettings.automateTicketReopeningOnComment)
1364
+
1365
+ feat(schema): [non_breaking] Field 'automateTicketReopeningOnCompletion' was added to object type 'ZendeskSettings' (ZendeskSettings.automateTicketReopeningOnCompletion)
1366
+
1367
+ feat(schema): [non_breaking] Field 'sendNoteOnComment' was added to object type 'ZendeskSettings' (ZendeskSettings.sendNoteOnComment)
1368
+
1369
+ feat(schema): [non_breaking] Field 'sendNoteOnStatusChange' was added to object type 'ZendeskSettings' (ZendeskSettings.sendNoteOnStatusChange)
1370
+
1371
+ feat(schema): [non_breaking] Input field 'ZendeskSettingsInput.botUserId' changed type from 'String!' to 'String' (ZendeskSettingsInput.botUserId)
1372
+
1373
+ - 2c682eb: feat(schema): [breaking] 'Notification' kind changed from 'ObjectTypeDefinition' to 'InterfaceTypeDefinition' (Notification)
1374
+
1375
+ feat(schema): [non_breaking] Type 'Entity' was added (Entity)
1376
+
1377
+ feat(schema): [non_breaking] Type 'IssueNotification' was added (IssueNotification)
1378
+
1379
+ - 2457fd0: feat(schema): [breaking] Type 'IssueDescriptionHistory' was removed (IssueDescriptionHistory)
1380
+
1381
+ feat(schema): [breaking] Type 'IssueDescriptionHistoryPayload' was removed (IssueDescriptionHistoryPayload)
1382
+
1383
+ feat(schema): [breaking] Field 'Comment.user' changed type from 'User!' to 'User' (Comment.user)
1384
+
1385
+ feat(schema): [breaking] Input field 'IssueCollectionFilter.creator' changed type from 'UserFilter' to 'NullableUserFilter' (IssueCollectionFilter.creator)
1386
+
1387
+ feat(schema): [breaking] Input field 'IssueFilter.creator' changed type from 'UserFilter' to 'NullableUserFilter' (IssueFilter.creator)
1388
+
1389
+ feat(schema): [breaking] Field 'issueDescriptionHistory' was removed from object type 'Query' (Query.issueDescriptionHistory)
1390
+
1391
+ feat(schema): [breaking] Argument 'newVersion: Boolean' was removed from field 'Query.syncBootstrap' (Query.syncBootstrap.newVersion)
1392
+
1393
+ feat(schema): [breaking] Field 'teamIds' (deprecated) was removed from object type 'Webhook' (Webhook.teamIds)
1394
+
1395
+ feat(schema): [breaking] Field 'Webhook.team' changed type from 'Team!' to 'Team' (Webhook.team)
1396
+
1397
+ feat(schema): [dangerous] Input field 'createAsUser' was added to input object type 'AttachmentCreateInput' (AttachmentCreateInput.createAsUser)
1398
+
1399
+ feat(schema): [dangerous] Input field 'neq' was added to input object type 'BooleanComparator' (BooleanComparator.neq)
1400
+
1401
+ feat(schema): [dangerous] Input field 'createAsUser' was added to input object type 'CommentCreateInput' (CommentCreateInput.createAsUser)
1402
+
1403
+ feat(schema): [dangerous] Input field 'parentId' was added to input object type 'CommentCreateInput' (CommentCreateInput.parentId)
1404
+
1405
+ feat(schema): [dangerous] Input field 'clientVersion' was added to input object type 'ContactCreateInput' (ContactCreateInput.clientVersion)
1406
+
1407
+ feat(schema): [dangerous] Input field 'predefinedViewTeamId' was added to input object type 'FavoriteCreateInput' (FavoriteCreateInput.predefinedViewTeamId)
1408
+
1409
+ feat(schema): [dangerous] Input field 'predefinedViewType' was added to input object type 'FavoriteCreateInput' (FavoriteCreateInput.predefinedViewType)
1410
+
1411
+ feat(schema): [dangerous] Input field 'folderName' was added to input object type 'FavoriteUpdateInput' (FavoriteUpdateInput.folderName)
1412
+
1413
+ feat(schema): [dangerous] Input field 'createAsUser' was added to input object type 'IssueCreateInput' (IssueCreateInput.createAsUser)
1414
+
1415
+ feat(schema): [dangerous] Argument 'flags: [UserFlagType!]' added to field 'Mutation.userSettingsFlagsReset' (Mutation.userSettingsFlagsReset.flags)
1416
+
1417
+ feat(schema): [dangerous] Input field 'active' was added to input object type 'NullableUserFilter' (NullableUserFilter.active)
1418
+
1419
+ feat(schema): [dangerous] Input field 'admin' was added to input object type 'NullableUserFilter' (NullableUserFilter.admin)
1420
+
1421
+ feat(schema): [dangerous] Input field 'permission' was added to input object type 'OrganizationInviteCreateInput' (OrganizationInviteCreateInput.permission)
1422
+
1423
+ feat(schema): [dangerous] Argument 'actor: String' added to field 'Query.applicationWithAuthorization' (Query.applicationWithAuthorization.actor)
1424
+
1425
+ feat(schema): [dangerous] Argument 'includeDependent: Boolean' added to field 'Query.dependentModelSync' (Query.dependentModelSync.includeDependent)
1426
+
1427
+ feat(schema): [dangerous] Input field 'active' was added to input object type 'UserFilter' (UserFilter.active)
1428
+
1429
+ feat(schema): [dangerous] Input field 'admin' was added to input object type 'UserFilter' (UserFilter.admin)
1430
+
1431
+ feat(schema): [dangerous] Enum value 'all' was added to enum 'UserFlagType' (UserFlagType.all)
1432
+
1433
+ feat(schema): [dangerous] Enum value 'projectBacklogWelcomeDismissed' was added to enum 'UserFlagType' (UserFlagType.projectBacklogWelcomeDismissed)
1434
+
1435
+ feat(schema): [dangerous] Enum value 'projectsAll' was added to enum 'ViewType' (ViewType.projectsAll)
1436
+
1437
+ feat(schema): [dangerous] Enum value 'projectsBacklog' was added to enum 'ViewType' (ViewType.projectsBacklog)
1438
+
1439
+ feat(schema): [dangerous] Enum value 'projectsClosed' was added to enum 'ViewType' (ViewType.projectsClosed)
1440
+
1441
+ feat(schema): [dangerous] Enum value 'roadmapAll' was added to enum 'ViewType' (ViewType.roadmapAll)
1442
+
1443
+ feat(schema): [dangerous] Enum value 'roadmapBacklog' was added to enum 'ViewType' (ViewType.roadmapBacklog)
1444
+
1445
+ feat(schema): [dangerous] Enum value 'roadmapClosed' was added to enum 'ViewType' (ViewType.roadmapClosed)
1446
+
1447
+ feat(schema): [dangerous] Enum value 'search' was added to enum 'ViewType' (ViewType.search)
1448
+
1449
+ feat(schema): [non_breaking] Type 'RateLimitPayload' was added (RateLimitPayload)
1450
+
1451
+ feat(schema): [non_breaking] Type 'RateLimitResultPayload' was added (RateLimitResultPayload)
1452
+
1453
+ feat(schema): [non_breaking] Type 'SamlConfigurationPayload' was added (SamlConfigurationPayload)
1454
+
1455
+ feat(schema): [non_breaking] Field 'ApiKey.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1456
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1457
+ entity hasn't been updated after creation.' (ApiKey.updatedAt)
1458
+
1459
+ feat(schema): [non_breaking] Field 'includesDependencies' was added to object type 'ArchiveResponse' (ArchiveResponse.includesDependencies)
1460
+
1461
+ feat(schema): [non_breaking] Field 'Attachment.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1462
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1463
+ entity hasn't been updated after creation.' (Attachment.updatedAt)
1464
+
1465
+ feat(schema): [non_breaking] Field 'AuditEntry.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1466
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1467
+ entity hasn't been updated after creation.' (AuditEntry.updatedAt)
1468
+
1469
+ feat(schema): [non_breaking] Field 'children' was added to object type 'Comment' (Comment.children)
1470
+
1471
+ feat(schema): [non_breaking] Field 'parent' was added to object type 'Comment' (Comment.parent)
1472
+
1473
+ feat(schema): [non_breaking] Field 'Comment.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1474
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1475
+ entity hasn't been updated after creation.' (Comment.updatedAt)
1476
+
1477
+ feat(schema): [non_breaking] Field 'CustomView.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1478
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1479
+ entity hasn't been updated after creation.' (CustomView.updatedAt)
1480
+
1481
+ feat(schema): [non_breaking] Field 'Cycle.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1482
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1483
+ entity hasn't been updated after creation.' (Cycle.updatedAt)
1484
+
1485
+ feat(schema): [non_breaking] Field 'Document.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1486
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1487
+ entity hasn't been updated after creation.' (Document.updatedAt)
1488
+
1489
+ feat(schema): [non_breaking] Field 'DocumentStep.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1490
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1491
+ entity hasn't been updated after creation.' (DocumentStep.updatedAt)
1492
+
1493
+ feat(schema): [non_breaking] Field 'DocumentVersion.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1494
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1495
+ entity hasn't been updated after creation.' (DocumentVersion.updatedAt)
1496
+
1497
+ feat(schema): [non_breaking] Field 'Emoji.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1498
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1499
+ entity hasn't been updated after creation.' (Emoji.updatedAt)
1500
+
1501
+ feat(schema): [non_breaking] Field 'predefinedViewTeam' was added to object type 'Favorite' (Favorite.predefinedViewTeam)
1502
+
1503
+ feat(schema): [non_breaking] Field 'predefinedViewType' was added to object type 'Favorite' (Favorite.predefinedViewType)
1504
+
1505
+ feat(schema): [non_breaking] Field 'Favorite.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1506
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1507
+ entity hasn't been updated after creation.' (Favorite.updatedAt)
1508
+
1509
+ feat(schema): [non_breaking] Field 'Integration.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1510
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1511
+ entity hasn't been updated after creation.' (Integration.updatedAt)
1512
+
1513
+ feat(schema): [non_breaking] Field 'IntegrationResource.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1514
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1515
+ entity hasn't been updated after creation.' (IntegrationResource.updatedAt)
1516
+
1517
+ feat(schema): [non_breaking] Field 'Issue.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1518
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1519
+ entity hasn't been updated after creation.' (Issue.updatedAt)
1520
+
1521
+ feat(schema): [non_breaking] Field 'attachment' was added to object type 'IssueHistory' (IssueHistory.attachment)
1522
+
1523
+ feat(schema): [non_breaking] Field 'IssueHistory.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1524
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1525
+ entity hasn't been updated after creation.' (IssueHistory.updatedAt)
1526
+
1527
+ feat(schema): [non_breaking] Field 'IssueImport.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1528
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1529
+ entity hasn't been updated after creation.' (IssueImport.updatedAt)
1530
+
1531
+ feat(schema): [non_breaking] Field 'IssueLabel.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1532
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1533
+ entity hasn't been updated after creation.' (IssueLabel.updatedAt)
1534
+
1535
+ feat(schema): [non_breaking] Field 'IssueRelation.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1536
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1537
+ entity hasn't been updated after creation.' (IssueRelation.updatedAt)
1538
+
1539
+ feat(schema): [non_breaking] Field 'Milestone.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1540
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1541
+ entity hasn't been updated after creation.' (Milestone.updatedAt)
1542
+
1543
+ feat(schema): [non_breaking] Field 'attachmentLinkDiscord' was added to object type 'Mutation' (Mutation.attachmentLinkDiscord)
1544
+
1545
+ feat(schema): [non_breaking] Field 'integrationDiscord' was added to object type 'Mutation' (Mutation.integrationDiscord)
1546
+
1547
+ feat(schema): [non_breaking] Field 'issueLabelDelete' was added to object type 'Mutation' (Mutation.issueLabelDelete)
1548
+
1549
+ feat(schema): [non_breaking] Field 'projectDelete' was added to object type 'Mutation' (Mutation.projectDelete)
1550
+
1551
+ feat(schema): [non_breaking] Field 'userDiscordConnect' was added to object type 'Mutation' (Mutation.userDiscordConnect)
1552
+
1553
+ feat(schema): [non_breaking] Field 'userExternalUserDisconnect' was added to object type 'Mutation' (Mutation.userExternalUserDisconnect)
1554
+
1555
+ feat(schema): [non_breaking] Field 'Mutation.integrationLoom' is deprecated (Mutation.integrationLoom)
1556
+
1557
+ feat(schema): [non_breaking] Field 'Mutation.integrationLoom' has deprecation reason 'Not available.' (Mutation.integrationLoom)
1558
+
1559
+ feat(schema): [non_breaking] Description for argument 'shouldUseV2Auth' on field 'Mutation.integrationSlack' changed from 'Whether or not v2 of Slack OAuth should be used' to '[DEPRECATED] Whether or not v2 of Slack OAuth should be used. No longer used.' (Mutation.integrationSlack.shouldUseV2Auth)
1560
+
1561
+ feat(schema): [non_breaking] Description for argument 'shouldUseV2Auth' on field 'Mutation.integrationSlackPost' changed from 'Whether or not v2 of Slack OAuth should be used' to '[DEPRECATED] Whether or not v2 of Slack OAuth should be used. No longer used.' (Mutation.integrationSlackPost.shouldUseV2Auth)
1562
+
1563
+ feat(schema): [non_breaking] Field 'Mutation.issueLabelArchive' is deprecated (Mutation.issueLabelArchive)
1564
+
1565
+ feat(schema): [non_breaking] Field 'Mutation.issueLabelArchive' has deprecation reason 'Labels are deleted instead of archived.' (Mutation.issueLabelArchive)
1566
+
1567
+ feat(schema): [non_breaking] Description for argument 'id' on field 'Mutation.milestoneDelete' changed from 'The identifier of the milestone to delete. Only milestones without projects can be deleted.' to 'The identifier of the milestone to delete.' (Mutation.milestoneDelete.id)
1568
+
1569
+ feat(schema): [non_breaking] Field 'Mutation.projectArchive' is deprecated (Mutation.projectArchive)
1570
+
1571
+ feat(schema): [non_breaking] Field 'Mutation.projectArchive' has deprecation reason 'Deprecated in favor of projectDelete.' (Mutation.projectArchive)
1572
+
1573
+ feat(schema): [non_breaking] Field 'Notification.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1574
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1575
+ entity hasn't been updated after creation.' (Notification.updatedAt)
1576
+
1577
+ feat(schema): [non_breaking] Field 'NotificationSubscription.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1578
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1579
+ entity hasn't been updated after creation.' (NotificationSubscription.updatedAt)
1580
+
1581
+ feat(schema): [non_breaking] Input field 'NullableUserFilter.displayName' description changed from 'Comparator for the users display name.' to 'Comparator for the user's display name.' (NullableUserFilter.displayName)
1582
+
1583
+ feat(schema): [non_breaking] Input field 'NullableUserFilter.email' description changed from 'Comparator for the users email.' to 'Comparator for the user's email.' (NullableUserFilter.email)
1584
+
1585
+ feat(schema): [non_breaking] Input field 'NullableUserFilter.name' description changed from 'Comparator for the users name.' to 'Comparator for the user's name.' (NullableUserFilter.name)
1586
+
1587
+ feat(schema): [non_breaking] Field 'OauthClient.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1588
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1589
+ entity hasn't been updated after creation.' (OauthClient.updatedAt)
1590
+
1591
+ feat(schema): [non_breaking] Field 'Organization.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1592
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1593
+ entity hasn't been updated after creation.' (Organization.updatedAt)
1594
+
1595
+ feat(schema): [non_breaking] Field 'OrganizationDomain.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1596
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1597
+ entity hasn't been updated after creation.' (OrganizationDomain.updatedAt)
1598
+
1599
+ feat(schema): [non_breaking] Field 'permission' was added to object type 'OrganizationInvite' (OrganizationInvite.permission)
1600
+
1601
+ feat(schema): [non_breaking] Field 'OrganizationInvite.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1602
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1603
+ entity hasn't been updated after creation.' (OrganizationInvite.updatedAt)
1604
+
1605
+ feat(schema): [non_breaking] Field 'permission' was added to object type 'OrganizationInviteDetailsPayload' (OrganizationInviteDetailsPayload.permission)
1606
+
1607
+ feat(schema): [non_breaking] Field 'Project.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1608
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1609
+ entity hasn't been updated after creation.' (Project.updatedAt)
1610
+
1611
+ feat(schema): [non_breaking] Field 'ProjectLink.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1612
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1613
+ entity hasn't been updated after creation.' (ProjectLink.updatedAt)
1614
+
1615
+ feat(schema): [non_breaking] Field 'PushSubscription.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1616
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1617
+ entity hasn't been updated after creation.' (PushSubscription.updatedAt)
1618
+
1619
+ feat(schema): [non_breaking] Field 'applicationInfo' was added to object type 'Query' (Query.applicationInfo)
1620
+
1621
+ feat(schema): [non_breaking] Field 'issueVcsBranchSearch' was added to object type 'Query' (Query.issueVcsBranchSearch)
1622
+
1623
+ feat(schema): [non_breaking] Field 'rateLimitStatus' was added to object type 'Query' (Query.rateLimitStatus)
1624
+
1625
+ feat(schema): [non_breaking] Description for argument 'query' on field 'Query.issueSearch' changed from 'Search string to look for.' to '[Deprecated] Search string to look for.' (Query.issueSearch.query)
1626
+
1627
+ feat(schema): [non_breaking] Field 'Reaction.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1628
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1629
+ entity hasn't been updated after creation.' (Reaction.updatedAt)
1630
+
1631
+ feat(schema): [non_breaking] Description 'The integration resource's settings' was removed from object type 'SamlConfiguration' (SamlConfiguration)
1632
+
1633
+ feat(schema): [non_breaking] Field 'Subscription.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1634
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1635
+ entity hasn't been updated after creation.' (Subscription.updatedAt)
1636
+
1637
+ feat(schema): [non_breaking] Field 'Team.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1638
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1639
+ entity hasn't been updated after creation.' (Team.updatedAt)
1640
+
1641
+ feat(schema): [non_breaking] Field 'TeamMembership.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1642
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1643
+ entity hasn't been updated after creation.' (TeamMembership.updatedAt)
1644
+
1645
+ feat(schema): [non_breaking] Field 'Template.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1646
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1647
+ entity hasn't been updated after creation.' (Template.updatedAt)
1648
+
1649
+ feat(schema): [non_breaking] Field 'guest' was added to object type 'User' (User.guest)
1650
+
1651
+ feat(schema): [non_breaking] Field 'User.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1652
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1653
+ entity hasn't been updated after creation.' (User.updatedAt)
1654
+
1655
+ feat(schema): [non_breaking] Input field 'UserFilter.displayName' description changed from 'Comparator for the users display name.' to 'Comparator for the user's display name.' (UserFilter.displayName)
1656
+
1657
+ feat(schema): [non_breaking] Input field 'UserFilter.email' description changed from 'Comparator for the users email.' to 'Comparator for the user's email.' (UserFilter.email)
1658
+
1659
+ feat(schema): [non_breaking] Input field 'UserFilter.name' description changed from 'Comparator for the users name.' to 'Comparator for the user's name.' (UserFilter.name)
1660
+
1661
+ feat(schema): [non_breaking] Field 'UserSettings.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1662
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1663
+ entity hasn't been updated after creation.' (UserSettings.updatedAt)
1664
+
1665
+ feat(schema): [non_breaking] Field 'ViewPreferences.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1666
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1667
+ entity hasn't been updated after creation.' (ViewPreferences.updatedAt)
1668
+
1669
+ feat(schema): [non_breaking] Field 'Webhook.team' description changed from 'The team that the webhook is associated with.' to 'The team that the webhook is associated with. If null, the webhook is associated with all public teams of the organization.' (Webhook.team)
1670
+
1671
+ feat(schema): [non_breaking] Field 'Webhook.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1672
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1673
+ entity hasn't been updated after creation.' (Webhook.updatedAt)
1674
+
1675
+ feat(schema): [non_breaking] Field 'WorkflowState.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
1676
+ entity hasn't been update after creation.' to 'The last time at which the entity was updated. This is the same as the creation time if the
1677
+ entity hasn't been updated after creation.' (WorkflowState.updatedAt)
1678
+
1679
+ - 5604ab9: feat(schema): [breaking] Schema subscription root has changed from 'Subscription' to 'unknown'
1680
+
1681
+ feat(schema): [breaking] Type 'ArchiveResponse' was removed (ArchiveResponse)
1682
+
1683
+ feat(schema): [breaking] Type 'BatchRequest' was removed (BatchRequest)
1684
+
1685
+ feat(schema): [breaking] Type 'BillingDetailsPayload' was removed (BillingDetailsPayload)
1686
+
1687
+ feat(schema): [breaking] Type 'BillingEmailPayload' was removed (BillingEmailPayload)
1688
+
1689
+ feat(schema): [breaking] Type 'BillingEmailUpdateInput' was removed (BillingEmailUpdateInput)
1690
+
1691
+ feat(schema): [breaking] Type 'Card' was removed (Card)
1692
+
1693
+ feat(schema): [breaking] Type 'CollaborationDocumentUpdateInput' was removed (CollaborationDocumentUpdateInput)
1694
+
1695
+ feat(schema): [breaking] Type 'CollaborationDocumentUpdatePayload' was removed (CollaborationDocumentUpdatePayload)
1696
+
1697
+ feat(schema): [breaking] Type 'DebugPayload' was removed (DebugPayload)
1698
+
1699
+ feat(schema): [breaking] Type 'DependencyResponse' was removed (DependencyResponse)
1700
+
1701
+ feat(schema): [breaking] Type 'DocumentStep' was removed (DocumentStep)
1702
+
1703
+ feat(schema): [breaking] Type 'DocumentVersion' was removed (DocumentVersion)
1704
+
1705
+ feat(schema): [breaking] Type 'DocumentVersionConnection' was removed (DocumentVersionConnection)
1706
+
1707
+ feat(schema): [breaking] Type 'DocumentVersionEdge' was removed (DocumentVersionEdge)
1708
+
1709
+ feat(schema): [breaking] Type 'FeedbackCreateInput' was removed (FeedbackCreateInput)
1710
+
1711
+ feat(schema): [breaking] Type 'FeedbackPayload' was removed (FeedbackPayload)
1712
+
1713
+ feat(schema): [breaking] Type 'Invoice' was removed (Invoice)
1714
+
1715
+ feat(schema): [breaking] Type 'MilestoneFilter' was removed (MilestoneFilter)
1716
+
1717
+ feat(schema): [breaking] Type 'NullableMilestoneFilter' was removed (NullableMilestoneFilter)
1718
+
1719
+ feat(schema): [breaking] Type 'OauthAuthStringAuthorizePayload' was removed (OauthAuthStringAuthorizePayload)
1720
+
1721
+ feat(schema): [breaking] Type 'OauthAuthStringChallengePayload' was removed (OauthAuthStringChallengePayload)
1722
+
1723
+ feat(schema): [breaking] Type 'OauthAuthStringCheckPayload' was removed (OauthAuthStringCheckPayload)
1724
+
1725
+ feat(schema): [breaking] Type 'OauthClientCreateInput' was removed (OauthClientCreateInput)
1726
+
1727
+ feat(schema): [breaking] Type 'OauthClientPayload' was removed (OauthClientPayload)
1728
+
1729
+ feat(schema): [breaking] Type 'OauthClientUpdateInput' was removed (OauthClientUpdateInput)
1730
+
1731
+ feat(schema): [breaking] Type 'OauthTokenRevokePayload' was removed (OauthTokenRevokePayload)
1732
+
1733
+ feat(schema): [breaking] Type 'RotateSecretPayload' was removed (RotateSecretPayload)
1734
+
1735
+ feat(schema): [breaking] Type 'StepsResponse' was removed (StepsResponse)
1736
+
1737
+ feat(schema): [breaking] Type 'Subscription' was removed (Subscription)
1738
+
1739
+ feat(schema): [breaking] Type 'SubscriptionPayload' was removed (SubscriptionPayload)
1740
+
1741
+ feat(schema): [breaking] Type 'SubscriptionSessionPayload' was removed (SubscriptionSessionPayload)
1742
+
1743
+ feat(schema): [breaking] Type 'SubscriptionUpdateInput' was removed (SubscriptionUpdateInput)
1744
+
1745
+ feat(schema): [breaking] Type 'SyncBatchResponse' was removed (SyncBatchResponse)
1746
+
1747
+ feat(schema): [breaking] Type 'SyncDeltaResponse' was removed (SyncDeltaResponse)
1748
+
1749
+ feat(schema): [breaking] Type 'TrashOptionType' was removed (TrashOptionType)
1750
+
1751
+ feat(schema): [breaking] Field 'description' was removed from object type 'AuthorizedApplication' (AuthorizedApplication.description)
1752
+
1753
+ feat(schema): [breaking] Field 'developer' was removed from object type 'AuthorizedApplication' (AuthorizedApplication.developer)
1754
+
1755
+ feat(schema): [breaking] Field 'developerUrl' was removed from object type 'AuthorizedApplication' (AuthorizedApplication.developerUrl)
1756
+
1757
+ feat(schema): [breaking] Input field 'CommentCollectionFilter.and' changed type from '[CommentFilter!]' to '[CommentCollectionFilter!]' (CommentCollectionFilter.and)
1758
+
1759
+ feat(schema): [breaking] Input field 'CommentCollectionFilter.or' changed type from '[CommentFilter!]' to '[CommentCollectionFilter!]' (CommentCollectionFilter.or)
1760
+
1761
+ feat(schema): [breaking] Field 'IntegrationResource.integration' changed type from 'Integration!' to 'Integration' (IntegrationResource.integration)
1762
+
1763
+ feat(schema): [breaking] Input field 'IssueCollectionFilter.and' changed type from '[IssueFilter!]' to '[IssueCollectionFilter!]' (IssueCollectionFilter.and)
1764
+
1765
+ feat(schema): [breaking] Input field 'IssueCollectionFilter.attachments' changed type from 'AttachmentFilter' to 'AttachmentCollectionFilter' (IssueCollectionFilter.attachments)
1766
+
1767
+ feat(schema): [breaking] Input field 'IssueCollectionFilter.estimate' changed type from 'NumberComparator' to 'EstimateComparator' (IssueCollectionFilter.estimate)
1768
+
1769
+ feat(schema): [breaking] Input field 'IssueCollectionFilter.or' changed type from '[IssueFilter!]' to '[IssueCollectionFilter!]' (IssueCollectionFilter.or)
1770
+
1771
+ feat(schema): [breaking] Input field 'IssueFilter.attachments' changed type from 'AttachmentFilter' to 'AttachmentCollectionFilter' (IssueFilter.attachments)
1772
+
1773
+ feat(schema): [breaking] Input field 'IssueFilter.estimate' changed type from 'NumberComparator' to 'EstimateComparator' (IssueFilter.estimate)
1774
+
1775
+ feat(schema): [breaking] Field 'source' was removed from object type 'IssueHistory' (IssueHistory.source)
1776
+
1777
+ feat(schema): [breaking] Input field 'IssueLabelCollectionFilter.and' changed type from '[IssueLabelFilter!]' to '[IssueLabelCollectionFilter!]' (IssueLabelCollectionFilter.and)
1778
+
1779
+ feat(schema): [breaking] Input field 'IssueLabelCollectionFilter.or' changed type from '[IssueLabelFilter!]' to '[IssueLabelCollectionFilter!]' (IssueLabelCollectionFilter.or)
1780
+
1781
+ feat(schema): [breaking] Input field 'documentVersion' was removed from input object type 'IssueUpdateInput' (IssueUpdateInput.documentVersion)
1782
+
1783
+ feat(schema): [breaking] Field 'billingEmailUpdate' was removed from object type 'Mutation' (Mutation.billingEmailUpdate)
1784
+
1785
+ feat(schema): [breaking] Field 'collaborativeDocumentUpdate' was removed from object type 'Mutation' (Mutation.collaborativeDocumentUpdate)
1786
+
1787
+ feat(schema): [breaking] Field 'debugCreateOAuthApps' was removed from object type 'Mutation' (Mutation.debugCreateOAuthApps)
1788
+
1789
+ feat(schema): [breaking] Field 'debugCreateSAMLOrg' was removed from object type 'Mutation' (Mutation.debugCreateSAMLOrg)
1790
+
1791
+ feat(schema): [breaking] Field 'debugCreateSubscription' was removed from object type 'Mutation' (Mutation.debugCreateSubscription)
1792
+
1793
+ feat(schema): [breaking] Field 'debugFailWithInternalError' was removed from object type 'Mutation' (Mutation.debugFailWithInternalError)
1794
+
1795
+ feat(schema): [breaking] Field 'debugFailWithWarning' was removed from object type 'Mutation' (Mutation.debugFailWithWarning)
1796
+
1797
+ feat(schema): [breaking] Field 'feedbackCreate' was removed from object type 'Mutation' (Mutation.feedbackCreate)
1798
+
1799
+ feat(schema): [breaking] Field 'notificationCreate' was removed from object type 'Mutation' (Mutation.notificationCreate)
1800
+
1801
+ feat(schema): [breaking] Field 'oauthAuthStringAuthorize' was removed from object type 'Mutation' (Mutation.oauthAuthStringAuthorize)
1802
+
1803
+ feat(schema): [breaking] Field 'oauthAuthStringChallenge' was removed from object type 'Mutation' (Mutation.oauthAuthStringChallenge)
1804
+
1805
+ feat(schema): [breaking] Field 'oauthAuthStringCheck' was removed from object type 'Mutation' (Mutation.oauthAuthStringCheck)
1806
+
1807
+ feat(schema): [breaking] Field 'oauthClientArchive' was removed from object type 'Mutation' (Mutation.oauthClientArchive)
1808
+
1809
+ feat(schema): [breaking] Field 'oauthClientCreate' was removed from object type 'Mutation' (Mutation.oauthClientCreate)
1810
+
1811
+ feat(schema): [breaking] Field 'oauthClientRotateSecret' was removed from object type 'Mutation' (Mutation.oauthClientRotateSecret)
1812
+
1813
+ feat(schema): [breaking] Field 'oauthClientUpdate' was removed from object type 'Mutation' (Mutation.oauthClientUpdate)
1814
+
1815
+ feat(schema): [breaking] Field 'oauthTokenRevoke' was removed from object type 'Mutation' (Mutation.oauthTokenRevoke)
1816
+
1817
+ feat(schema): [breaking] Field 'subscriptionArchive' was removed from object type 'Mutation' (Mutation.subscriptionArchive)
1818
+
1819
+ feat(schema): [breaking] Field 'subscriptionSessionCreate' was removed from object type 'Mutation' (Mutation.subscriptionSessionCreate)
1820
+
1821
+ feat(schema): [breaking] Field 'subscriptionUpdate' was removed from object type 'Mutation' (Mutation.subscriptionUpdate)
1822
+
1823
+ feat(schema): [breaking] Field 'subscriptionUpdateSessionCreate' was removed from object type 'Mutation' (Mutation.subscriptionUpdateSessionCreate)
1824
+
1825
+ feat(schema): [breaking] Field 'subscriptionUpgrade' was removed from object type 'Mutation' (Mutation.subscriptionUpgrade)
1826
+
1827
+ feat(schema): [breaking] Argument 'service: String!' added to field 'Mutation.integrationSlackProjectPost' (Mutation.integrationSlackProjectPost.service)
1828
+
1829
+ feat(schema): [breaking] 'NotificationSubscription' kind changed from 'ObjectTypeDefinition' to 'InterfaceTypeDefinition' (NotificationSubscription)
1830
+
1831
+ feat(schema): [breaking] Input field 'NullableCycleFilter.and' changed type from '[CycleFilter!]' to '[NullableCycleFilter!]' (NullableCycleFilter.and)
1832
+
1833
+ feat(schema): [breaking] Input field 'NullableCycleFilter.or' changed type from '[CycleFilter!]' to '[NullableCycleFilter!]' (NullableCycleFilter.or)
1834
+
1835
+ feat(schema): [breaking] Input field 'milestone' was removed from input object type 'NullableProjectFilter' (NullableProjectFilter.milestone)
1836
+
1837
+ feat(schema): [breaking] Input field 'NullableProjectFilter.and' changed type from '[ProjectFilter!]' to '[NullableProjectFilter!]' (NullableProjectFilter.and)
1838
+
1839
+ feat(schema): [breaking] Input field 'NullableProjectFilter.or' changed type from '[ProjectFilter!]' to '[NullableProjectFilter!]' (NullableProjectFilter.or)
1840
+
1841
+ feat(schema): [breaking] Input field 'NullableUserFilter.and' changed type from '[UserFilter!]' to '[NullableUserFilter!]' (NullableUserFilter.and)
1842
+
1843
+ feat(schema): [breaking] Input field 'NullableUserFilter.or' changed type from '[UserFilter!]' to '[NullableUserFilter!]' (NullableUserFilter.or)
1844
+
1845
+ feat(schema): [breaking] Field 'OauthClient.description' changed type from 'String!' to 'String' (OauthClient.description)
1846
+
1847
+ feat(schema): [breaking] Field 'OauthClient.imageUrl' changed type from 'String!' to 'String' (OauthClient.imageUrl)
1848
+
1849
+ feat(schema): [breaking] Field 'milestones' was removed from object type 'Organization' (Organization.milestones)
1850
+
1851
+ feat(schema): [breaking] Field 'Organization.subscription' changed type from 'Subscription' to 'PaidSubscription' (Organization.subscription)
1852
+
1853
+ feat(schema): [breaking] Field 'permission' was removed from object type 'OrganizationInvite' (OrganizationInvite.permission)
1854
+
1855
+ feat(schema): [breaking] Input field 'permission' was removed from input object type 'OrganizationInviteCreateInput' (OrganizationInviteCreateInput.permission)
1856
+
1857
+ feat(schema): [breaking] Field 'permission' was removed from object type 'OrganizationInviteDetailsPayload' (OrganizationInviteDetailsPayload.permission)
1858
+
1859
+ feat(schema): [breaking] Input field 'milestone' was removed from input object type 'ProjectCollectionFilter' (ProjectCollectionFilter.milestone)
1860
+
1861
+ feat(schema): [breaking] Input field 'ProjectCollectionFilter.and' changed type from '[ProjectFilter!]' to '[ProjectCollectionFilter!]' (ProjectCollectionFilter.and)
1862
+
1863
+ feat(schema): [breaking] Input field 'ProjectCollectionFilter.or' changed type from '[ProjectFilter!]' to '[ProjectCollectionFilter!]' (ProjectCollectionFilter.or)
1864
+
1865
+ feat(schema): [breaking] Input field 'milestone' was removed from input object type 'ProjectFilter' (ProjectFilter.milestone)
1866
+
1867
+ feat(schema): [breaking] Field 'archivedModelSync' was removed from object type 'Query' (Query.archivedModelSync)
1868
+
1869
+ feat(schema): [breaking] Field 'archivedModelsSync' was removed from object type 'Query' (Query.archivedModelsSync)
1870
+
1871
+ feat(schema): [breaking] Field 'billingDetails' was removed from object type 'Query' (Query.billingDetails)
1872
+
1873
+ feat(schema): [breaking] Field 'collaborativeDocumentJoin' was removed from object type 'Query' (Query.collaborativeDocumentJoin)
1874
+
1875
+ feat(schema): [breaking] Field 'dependentModelSync' was removed from object type 'Query' (Query.dependentModelSync)
1876
+
1877
+ feat(schema): [breaking] Field 'reaction' was removed from object type 'Query' (Query.reaction)
1878
+
1879
+ feat(schema): [breaking] Field 'reactions' was removed from object type 'Query' (Query.reactions)
1880
+
1881
+ feat(schema): [breaking] Field 'subscription' was removed from object type 'Query' (Query.subscription)
1882
+
1883
+ feat(schema): [breaking] Field 'syncBatch' was removed from object type 'Query' (Query.syncBatch)
1884
+
1885
+ feat(schema): [breaking] Field 'syncBootstrap' was removed from object type 'Query' (Query.syncBootstrap)
1886
+
1887
+ feat(schema): [breaking] Field 'syncDelta' was removed from object type 'Query' (Query.syncDelta)
1888
+
1889
+ feat(schema): [breaking] Argument 'filter: MilestoneFilter' was removed from field 'Query.milestones' (Query.milestones.filter)
1890
+
1891
+ feat(schema): [breaking] Field 'comment' was removed from object type 'Reaction' (Reaction.comment)
1892
+
1893
+ feat(schema): [breaking] Field 'allowedDomains' was removed from object type 'SamlConfiguration' (SamlConfiguration.allowedDomains)
1894
+
1895
+ feat(schema): [breaking] Input field 'allowedDomains' was removed from input object type 'SamlConfigurationInput' (SamlConfigurationInput.allowedDomains)
1896
+
1897
+ feat(schema): [breaking] Field 'allowedDomains' was removed from object type 'SamlConfigurationPayload' (SamlConfigurationPayload.allowedDomains)
1898
+
1899
+ feat(schema): [breaking] Field 'UploadFile.metaData' changed type from 'JSON' to 'JSONObject' (UploadFile.metaData)
1900
+
1901
+ feat(schema): [breaking] Input field 'UserSettingsUpdateInput.settings' changed type from 'String' to 'JSONObject' (UserSettingsUpdateInput.settings)
1902
+
1903
+ feat(schema): [breaking] Field 'Webhook.label' changed type from 'String!' to 'String' (Webhook.label)
1904
+
1905
+ feat(schema): [breaking] Field 'ZendeskSettings.botUserId' changed type from 'String!' to 'String' (ZendeskSettings.botUserId)
1906
+
1907
+ feat(schema): [dangerous] Input field 'and' was added to input object type 'AttachmentFilter' (AttachmentFilter.and)
1908
+
1909
+ feat(schema): [dangerous] Input field 'or' was added to input object type 'AttachmentFilter' (AttachmentFilter.or)
1910
+
1911
+ feat(schema): [dangerous] Input field 'length' was added to input object type 'CommentCollectionFilter' (CommentCollectionFilter.length)
1912
+
1913
+ feat(schema): [dangerous] Input field 'createdAt' was added to input object type 'CommentCreateInput' (CommentCreateInput.createdAt)
1914
+
1915
+ feat(schema): [dangerous] Input field 'displayIconUrl' was added to input object type 'CommentCreateInput' (CommentCreateInput.displayIconUrl)
1916
+
1917
+ feat(schema): [dangerous] Input field 'description' was added to input object type 'CycleCreateInput' (CycleCreateInput.description)
1918
+
1919
+ feat(schema): [dangerous] Input field 'isActive' was added to input object type 'CycleFilter' (CycleFilter.isActive)
1920
+
1921
+ feat(schema): [dangerous] Input field 'isFuture' was added to input object type 'CycleFilter' (CycleFilter.isFuture)
1922
+
1923
+ feat(schema): [dangerous] Input field 'isNext' was added to input object type 'CycleFilter' (CycleFilter.isNext)
1924
+
1925
+ feat(schema): [dangerous] Input field 'isPast' was added to input object type 'CycleFilter' (CycleFilter.isPast)
1926
+
1927
+ feat(schema): [dangerous] Input field 'isPrevious' was added to input object type 'CycleFilter' (CycleFilter.isPrevious)
1928
+
1929
+ feat(schema): [dangerous] Input field 'description' was added to input object type 'CycleUpdateInput' (CycleUpdateInput.description)
1930
+
1931
+ feat(schema): [dangerous] Input field 'roadmapId' was added to input object type 'FavoriteCreateInput' (FavoriteCreateInput.roadmapId)
1932
+
1933
+ feat(schema): [dangerous] Input field 'front' was added to input object type 'IntegrationSettingsInput' (IntegrationSettingsInput.front)
1934
+
1935
+ feat(schema): [dangerous] Input field 'gitHub' was added to input object type 'IntegrationSettingsInput' (IntegrationSettingsInput.gitHub)
1936
+
1937
+ feat(schema): [dangerous] Input field 'slackOrgProjectUpdatesPost' was added to input object type 'IntegrationSettingsInput' (IntegrationSettingsInput.slackOrgProjectUpdatesPost)
1938
+
1939
+ feat(schema): [dangerous] Input field 'automateTicketReopeningOnCancellation' was added to input object type 'IntercomSettingsInput' (IntercomSettingsInput.automateTicketReopeningOnCancellation)
1940
+
1941
+ feat(schema): [dangerous] Input field 'automateTicketReopeningOnComment' was added to input object type 'IntercomSettingsInput' (IntercomSettingsInput.automateTicketReopeningOnComment)
1942
+
1943
+ feat(schema): [dangerous] Input field 'automateTicketReopeningOnCompletion' was added to input object type 'IntercomSettingsInput' (IntercomSettingsInput.automateTicketReopeningOnCompletion)
1944
+
1945
+ feat(schema): [dangerous] Input field 'hasBlockedByRelations' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.hasBlockedByRelations)
1946
+
1947
+ feat(schema): [dangerous] Input field 'hasBlockingRelations' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.hasBlockingRelations)
1948
+
1949
+ feat(schema): [dangerous] Input field 'hasDuplicateRelations' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.hasDuplicateRelations)
1950
+
1951
+ feat(schema): [dangerous] Input field 'hasRelatedRelations' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.hasRelatedRelations)
1952
+
1953
+ feat(schema): [dangerous] Input field 'length' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.length)
1954
+
1955
+ feat(schema): [dangerous] Input field 'parent' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.parent)
1956
+
1957
+ feat(schema): [dangerous] Input field 'searchableContent' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.searchableContent)
1958
+
1959
+ feat(schema): [dangerous] Input field 'subscribers' was added to input object type 'IssueCollectionFilter' (IssueCollectionFilter.subscribers)
1960
+
1961
+ feat(schema): [dangerous] Input field 'createdAt' was added to input object type 'IssueCreateInput' (IssueCreateInput.createdAt)
1962
+
1963
+ feat(schema): [dangerous] Input field 'displayIconUrl' was added to input object type 'IssueCreateInput' (IssueCreateInput.displayIconUrl)
1964
+
1965
+ feat(schema): [dangerous] Input field 'hasBlockedByRelations' was added to input object type 'IssueFilter' (IssueFilter.hasBlockedByRelations)
1966
+
1967
+ feat(schema): [dangerous] Input field 'hasBlockingRelations' was added to input object type 'IssueFilter' (IssueFilter.hasBlockingRelations)
1968
+
1969
+ feat(schema): [dangerous] Input field 'hasDuplicateRelations' was added to input object type 'IssueFilter' (IssueFilter.hasDuplicateRelations)
1970
+
1971
+ feat(schema): [dangerous] Input field 'hasRelatedRelations' was added to input object type 'IssueFilter' (IssueFilter.hasRelatedRelations)
1972
+
1973
+ feat(schema): [dangerous] Input field 'parent' was added to input object type 'IssueFilter' (IssueFilter.parent)
1974
+
1975
+ feat(schema): [dangerous] Input field 'searchableContent' was added to input object type 'IssueFilter' (IssueFilter.searchableContent)
1976
+
1977
+ feat(schema): [dangerous] Input field 'subscribers' was added to input object type 'IssueFilter' (IssueFilter.subscribers)
1978
+
1979
+ feat(schema): [dangerous] Input field 'length' was added to input object type 'IssueLabelCollectionFilter' (IssueLabelCollectionFilter.length)
1980
+
1981
+ feat(schema): [dangerous] Input field 'parent' was added to input object type 'IssueLabelCollectionFilter' (IssueLabelCollectionFilter.parent)
1982
+
1983
+ feat(schema): [dangerous] Input field 'parentId' was added to input object type 'IssueLabelCreateInput' (IssueLabelCreateInput.parentId)
1984
+
1985
+ feat(schema): [dangerous] Input field 'parent' was added to input object type 'IssueLabelFilter' (IssueLabelFilter.parent)
1986
+
1987
+ feat(schema): [dangerous] Input field 'parentId' was added to input object type 'IssueLabelUpdateInput' (IssueLabelUpdateInput.parentId)
1988
+
1989
+ feat(schema): [dangerous] Input field 'description' was added to input object type 'MilestoneCreateInput' (MilestoneCreateInput.description)
1990
+
1991
+ feat(schema): [dangerous] Input field 'targetDate' was added to input object type 'MilestoneCreateInput' (MilestoneCreateInput.targetDate)
1992
+
1993
+ feat(schema): [dangerous] Input field 'teamIds' was added to input object type 'MilestoneCreateInput' (MilestoneCreateInput.teamIds)
1994
+
1995
+ feat(schema): [dangerous] Input field 'description' was added to input object type 'MilestoneUpdateInput' (MilestoneUpdateInput.description)
1996
+
1997
+ feat(schema): [dangerous] Input field 'targetDate' was added to input object type 'MilestoneUpdateInput' (MilestoneUpdateInput.targetDate)
1998
+
1999
+ feat(schema): [dangerous] Input field 'teamIds' was added to input object type 'MilestoneUpdateInput' (MilestoneUpdateInput.teamIds)
2000
+
2001
+ feat(schema): [dangerous] Argument 'makePublic: Boolean' added to field 'Mutation.fileUpload' (Mutation.fileUpload.makePublic)
2002
+
2003
+ feat(schema): [dangerous] Argument 'domainUrl: String' added to field 'Mutation.integrationIntercom' (Mutation.integrationIntercom.domainUrl)
2004
+
2005
+ feat(schema): [dangerous] Argument 'organizationId: String' added to field 'Mutation.issueImportCreateAsana' (Mutation.issueImportCreateAsana.organizationId)
2006
+
2007
+ feat(schema): [dangerous] Argument 'teamName: String' added to field 'Mutation.issueImportCreateAsana' (Mutation.issueImportCreateAsana.teamName)
2008
+
2009
+ feat(schema): [dangerous] Argument 'organizationId: String' added to field 'Mutation.issueImportCreateClubhouse' (Mutation.issueImportCreateClubhouse.organizationId)
2010
+
2011
+ feat(schema): [dangerous] Argument 'teamName: String' added to field 'Mutation.issueImportCreateClubhouse' (Mutation.issueImportCreateClubhouse.teamName)
2012
+
2013
+ feat(schema): [dangerous] Argument 'organizationId: String' added to field 'Mutation.issueImportCreateGithub' (Mutation.issueImportCreateGithub.organizationId)
2014
+
2015
+ feat(schema): [dangerous] Argument 'teamName: String' added to field 'Mutation.issueImportCreateGithub' (Mutation.issueImportCreateGithub.teamName)
2016
+
2017
+ feat(schema): [dangerous] Argument 'organizationId: String' added to field 'Mutation.issueImportCreateJira' (Mutation.issueImportCreateJira.organizationId)
2018
+
2019
+ feat(schema): [dangerous] Argument 'teamName: String' added to field 'Mutation.issueImportCreateJira' (Mutation.issueImportCreateJira.teamName)
2020
+
2021
+ feat(schema): [dangerous] Argument 'triggerEmailVerification: Boolean' added to field 'Mutation.organizationDomainCreate' (Mutation.organizationDomainCreate.triggerEmailVerification)
2022
+
2023
+ feat(schema): [dangerous] Input field 'projectNotificationSubscriptionType' was added to input object type 'NotificationSubscriptionCreateInput' (NotificationSubscriptionCreateInput.projectNotificationSubscriptionType)
2024
+
2025
+ feat(schema): [dangerous] Input field 'projectUpdateId' was added to input object type 'NotificationUpdateInput' (NotificationUpdateInput.projectUpdateId)
2026
+
2027
+ feat(schema): [dangerous] Input field 'isActive' was added to input object type 'NullableCycleFilter' (NullableCycleFilter.isActive)
2028
+
2029
+ feat(schema): [dangerous] Input field 'isFuture' was added to input object type 'NullableCycleFilter' (NullableCycleFilter.isFuture)
2030
+
2031
+ feat(schema): [dangerous] Input field 'isNext' was added to input object type 'NullableCycleFilter' (NullableCycleFilter.isNext)
2032
+
2033
+ feat(schema): [dangerous] Input field 'isPast' was added to input object type 'NullableCycleFilter' (NullableCycleFilter.isPast)
2034
+
2035
+ feat(schema): [dangerous] Input field 'isPrevious' was added to input object type 'NullableCycleFilter' (NullableCycleFilter.isPrevious)
2036
+
2037
+ feat(schema): [dangerous] Input field 'roadmaps' was added to input object type 'NullableProjectFilter' (NullableProjectFilter.roadmaps)
2038
+
2039
+ feat(schema): [dangerous] Input field 'slugId' was added to input object type 'NullableProjectFilter' (NullableProjectFilter.slugId)
2040
+
2041
+ feat(schema): [dangerous] Input field 'authType' was added to input object type 'OrganizationDomainCreateInput' (OrganizationDomainCreateInput.authType)
2042
+
2043
+ feat(schema): [dangerous] Input field 'role' was added to input object type 'OrganizationInviteCreateInput' (OrganizationInviteCreateInput.role)
2044
+
2045
+ feat(schema): [dangerous] Input field 'length' was added to input object type 'ProjectCollectionFilter' (ProjectCollectionFilter.length)
2046
+
2047
+ feat(schema): [dangerous] Input field 'roadmaps' was added to input object type 'ProjectCollectionFilter' (ProjectCollectionFilter.roadmaps)
2048
+
2049
+ feat(schema): [dangerous] Input field 'slugId' was added to input object type 'ProjectCollectionFilter' (ProjectCollectionFilter.slugId)
2050
+
2051
+ feat(schema): [dangerous] Input field 'convertedFromIssueId' was added to input object type 'ProjectCreateInput' (ProjectCreateInput.convertedFromIssueId)
2052
+
2053
+ feat(schema): [dangerous] Input field 'roadmaps' was added to input object type 'ProjectFilter' (ProjectFilter.roadmaps)
2054
+
2055
+ feat(schema): [dangerous] Input field 'slugId' was added to input object type 'ProjectFilter' (ProjectFilter.slugId)
2056
+
2057
+ feat(schema): [dangerous] Input field 'convertedFromIssueId' was added to input object type 'ProjectUpdateInput' (ProjectUpdateInput.convertedFromIssueId)
2058
+
2059
+ feat(schema): [dangerous] Input field 'projectUpdateRemindersPausedUntilAt' was added to input object type 'ProjectUpdateInput' (ProjectUpdateInput.projectUpdateRemindersPausedUntilAt)
2060
+
2061
+ feat(schema): [dangerous] Input field 'type' was added to input object type 'PushSubscriptionCreateInput' (PushSubscriptionCreateInput.type)
2062
+
2063
+ feat(schema): [dangerous] Input field 'projectUpdateId' was added to input object type 'ReactionCreateInput' (ReactionCreateInput.projectUpdateId)
2064
+
2065
+ feat(schema): [dangerous] Input field 'issueSortOrderDefaultToBottom' was added to input object type 'TeamCreateInput' (TeamCreateInput.issueSortOrderDefaultToBottom)
2066
+
2067
+ feat(schema): [dangerous] Input field 'sortOrder' was added to input object type 'TeamMembershipCreateInput' (TeamMembershipCreateInput.sortOrder)
2068
+
2069
+ feat(schema): [dangerous] Input field 'sortOrder' was added to input object type 'TeamMembershipUpdateInput' (TeamMembershipUpdateInput.sortOrder)
2070
+
2071
+ feat(schema): [dangerous] Input field 'issueSortOrderDefaultToBottom' was added to input object type 'TeamUpdateInput' (TeamUpdateInput.issueSortOrderDefaultToBottom)
2072
+
2073
+ feat(schema): [dangerous] Input field 'oauthAppReview' was added to input object type 'UpdateOrganizationInput' (UpdateOrganizationInput.oauthAppReview)
2074
+
2075
+ feat(schema): [dangerous] Input field 'projectUpdateRemindersDay' was added to input object type 'UpdateOrganizationInput' (UpdateOrganizationInput.projectUpdateRemindersDay)
2076
+
2077
+ feat(schema): [dangerous] Input field 'projectUpdateRemindersHour' was added to input object type 'UpdateOrganizationInput' (UpdateOrganizationInput.projectUpdateRemindersHour)
2078
+
2079
+ feat(schema): [dangerous] Input field 'projectUpdatesReminderFrequency' was added to input object type 'UpdateOrganizationInput' (UpdateOrganizationInput.projectUpdatesReminderFrequency)
2080
+
2081
+ feat(schema): [dangerous] Enum value 'insightsWelcomeDismissed' was added to enum 'UserFlagType' (UserFlagType.insightsWelcomeDismissed)
2082
+
2083
+ feat(schema): [dangerous] Enum value 'issueLabelSuggestionUsed' was added to enum 'UserFlagType' (UserFlagType.issueLabelSuggestionUsed)
2084
+
2085
+ feat(schema): [dangerous] Enum value 'joinTeamIntroductionDismissed' was added to enum 'UserFlagType' (UserFlagType.joinTeamIntroductionDismissed)
2086
+
2087
+ feat(schema): [dangerous] Enum value 'projectUpdatesWelcomeDismissed' was added to enum 'UserFlagType' (UserFlagType.projectUpdatesWelcomeDismissed)
2088
+
2089
+ feat(schema): [dangerous] Enum value 'rewindBannerDismissed' was added to enum 'UserFlagType' (UserFlagType.rewindBannerDismissed)
2090
+
2091
+ feat(schema): [dangerous] Enum value 'teamsPageIntroductionDismissed' was added to enum 'UserFlagType' (UserFlagType.teamsPageIntroductionDismissed)
2092
+
2093
+ feat(schema): [dangerous] Input field 'roadmapId' was added to input object type 'ViewPreferencesCreateInput' (ViewPreferencesCreateInput.roadmapId)
2094
+
2095
+ feat(schema): [dangerous] Enum value 'archive' was added to enum 'ViewType' (ViewType.archive)
2096
+
2097
+ feat(schema): [dangerous] Enum value 'customRoadmap' was added to enum 'ViewType' (ViewType.customRoadmap)
2098
+
2099
+ feat(schema): [dangerous] Enum value 'myIssuesCreatedByMe' was added to enum 'ViewType' (ViewType.myIssuesCreatedByMe)
2100
+
2101
+ feat(schema): [dangerous] Enum value 'myIssuesSubscribedTo' was added to enum 'ViewType' (ViewType.myIssuesSubscribedTo)
2102
+
2103
+ feat(schema): [dangerous] Enum value 'teams' was added to enum 'ViewType' (ViewType.teams)
2104
+
2105
+ feat(schema): [dangerous] Enum value 'userProfileCreatedByUser' was added to enum 'ViewType' (ViewType.userProfileCreatedByUser)
2106
+
2107
+ feat(schema): [dangerous] Input field 'automateTicketReopeningOnCancellation' was added to input object type 'ZendeskSettingsInput' (ZendeskSettingsInput.automateTicketReopeningOnCancellation)
2108
+
2109
+ feat(schema): [dangerous] Input field 'automateTicketReopeningOnComment' was added to input object type 'ZendeskSettingsInput' (ZendeskSettingsInput.automateTicketReopeningOnComment)
2110
+
2111
+ feat(schema): [dangerous] Input field 'automateTicketReopeningOnCompletion' was added to input object type 'ZendeskSettingsInput' (ZendeskSettingsInput.automateTicketReopeningOnCompletion)
2112
+
2113
+ feat(schema): [dangerous] Input field 'sendNoteOnComment' was added to input object type 'ZendeskSettingsInput' (ZendeskSettingsInput.sendNoteOnComment)
2114
+
2115
+ feat(schema): [dangerous] Input field 'sendNoteOnStatusChange' was added to input object type 'ZendeskSettingsInput' (ZendeskSettingsInput.sendNoteOnStatusChange)
2116
+
2117
+ feat(schema): [non_breaking] Type 'AdminJobConfiguration' was added (AdminJobConfiguration)
2118
+
2119
+ feat(schema): [non_breaking] Type 'AdminJobConfigurationPayload' was added (AdminJobConfigurationPayload)
2120
+
2121
+ feat(schema): [non_breaking] Type 'AdminJobStatusPayload' was added (AdminJobStatusPayload)
2122
+
2123
+ feat(schema): [non_breaking] Type 'Aggregation' was added (Aggregation)
2124
+
2125
+ feat(schema): [non_breaking] Type 'AirbyteConfigurationInput' was added (AirbyteConfigurationInput)
2126
+
2127
+ feat(schema): [non_breaking] Type 'AttachmentCollectionFilter' was added (AttachmentCollectionFilter)
2128
+
2129
+ feat(schema): [non_breaking] Type 'AuthMembership' was added (AuthMembership)
2130
+
2131
+ feat(schema): [non_breaking] Type 'ChartType' was added (ChartType)
2132
+
2133
+ feat(schema): [non_breaking] Type 'ContactSalesCreateInput' was added (ContactSalesCreateInput)
2134
+
2135
+ feat(schema): [non_breaking] Type 'ContentComparator' was added (ContentComparator)
2136
+
2137
+ feat(schema): [non_breaking] Type 'DateAggregation' was added (DateAggregation)
2138
+
2139
+ feat(schema): [non_breaking] Type 'Day' was added (Day)
2140
+
2141
+ feat(schema): [non_breaking] Type 'Dimension' was added (Dimension)
2142
+
2143
+ feat(schema): [non_breaking] Type 'DimensionName' was added (DimensionName)
2144
+
2145
+ feat(schema): [non_breaking] Type 'EstimateComparator' was added (EstimateComparator)
2146
+
2147
+ feat(schema): [non_breaking] Type 'FactsTable' was added (FactsTable)
2148
+
2149
+ feat(schema): [non_breaking] Type 'FrontSettings' was added (FrontSettings)
2150
+
2151
+ feat(schema): [non_breaking] Type 'FrontSettingsInput' was added (FrontSettingsInput)
2152
+
2153
+ feat(schema): [non_breaking] Type 'GitHubSettings' was added (GitHubSettings)
2154
+
2155
+ feat(schema): [non_breaking] Type 'GitHubSettingsInput' was added (GitHubSettingsInput)
2156
+
2157
+ feat(schema): [non_breaking] Type 'Initiative' was added (Initiative)
2158
+
2159
+ feat(schema): [non_breaking] Type 'InitiativeConnection' was added (InitiativeConnection)
2160
+
2161
+ feat(schema): [non_breaking] Type 'InitiativeEdge' was added (InitiativeEdge)
2162
+
2163
+ feat(schema): [non_breaking] Type 'InsightPayload' was added (InsightPayload)
2164
+
2165
+ feat(schema): [non_breaking] Type 'IntegrationRequestInput' was added (IntegrationRequestInput)
2166
+
2167
+ feat(schema): [non_breaking] Type 'IntegrationRequestPayload' was added (IntegrationRequestPayload)
2168
+
2169
+ feat(schema): [non_breaking] Type 'IntegrationTemplate' was added (IntegrationTemplate)
2170
+
2171
+ feat(schema): [non_breaking] Type 'IntegrationTemplateConnection' was added (IntegrationTemplateConnection)
2172
+
2173
+ feat(schema): [non_breaking] Type 'IntegrationTemplateCreateInput' was added (IntegrationTemplateCreateInput)
2174
+
2175
+ feat(schema): [non_breaking] Type 'IntegrationTemplateEdge' was added (IntegrationTemplateEdge)
2176
+
2177
+ feat(schema): [non_breaking] Type 'IntegrationTemplatePayload' was added (IntegrationTemplatePayload)
2178
+
2179
+ feat(schema): [non_breaking] Type 'IntegrationsSettings' was added (IntegrationsSettings)
2180
+
2181
+ feat(schema): [non_breaking] Type 'IntegrationsSettingsConnection' was added (IntegrationsSettingsConnection)
2182
+
2183
+ feat(schema): [non_breaking] Type 'IntegrationsSettingsCreateInput' was added (IntegrationsSettingsCreateInput)
2184
+
2185
+ feat(schema): [non_breaking] Type 'IntegrationsSettingsEdge' was added (IntegrationsSettingsEdge)
2186
+
2187
+ feat(schema): [non_breaking] Type 'IntegrationsSettingsPayload' was added (IntegrationsSettingsPayload)
2188
+
2189
+ feat(schema): [non_breaking] Type 'IntegrationsSettingsUpdateInput' was added (IntegrationsSettingsUpdateInput)
2190
+
2191
+ feat(schema): [non_breaking] Type 'LogoutResponse' was added (LogoutResponse)
2192
+
2193
+ feat(schema): [non_breaking] Type 'Measure' was added (Measure)
2194
+
2195
+ feat(schema): [non_breaking] Type 'MeasureName' was added (MeasureName)
2196
+
2197
+ feat(schema): [non_breaking] Type 'MilestoneMigrationPayload' was added (MilestoneMigrationPayload)
2198
+
2199
+ feat(schema): [non_breaking] Type 'MilestonesMigrateInput' was added (MilestonesMigrateInput)
2200
+
2201
+ feat(schema): [non_breaking] Type 'NotificationSubscriptionUpdateInput' was added (NotificationSubscriptionUpdateInput)
2202
+
2203
+ feat(schema): [non_breaking] Type 'NullableIssueFilter' was added (NullableIssueFilter)
2204
+
2205
+ feat(schema): [non_breaking] Type 'OAuthClientApprovalStatus' was added (OAuthClientApprovalStatus)
2206
+
2207
+ feat(schema): [non_breaking] Type 'OauthClientApproval' was added (OauthClientApproval)
2208
+
2209
+ feat(schema): [non_breaking] Type 'OauthClientApprovalNotification' was added (OauthClientApprovalNotification)
2210
+
2211
+ feat(schema): [non_breaking] Type 'OrganizationDomainAuthType' was added (OrganizationDomainAuthType)
2212
+
2213
+ feat(schema): [non_breaking] Type 'OrganizationDomainClaimPayload' was added (OrganizationDomainClaimPayload)
2214
+
2215
+ feat(schema): [non_breaking] Type 'OrganizationInviteUpdateInput' was added (OrganizationInviteUpdateInput)
2216
+
2217
+ feat(schema): [non_breaking] Type 'PaidSubscription' was added (PaidSubscription)
2218
+
2219
+ feat(schema): [non_breaking] Type 'ProjectNotification' was added (ProjectNotification)
2220
+
2221
+ feat(schema): [non_breaking] Type 'ProjectNotificationSubscription' was added (ProjectNotificationSubscription)
2222
+
2223
+ feat(schema): [non_breaking] Type 'ProjectNotificationSubscriptionType' was added (ProjectNotificationSubscriptionType)
2224
+
2225
+ feat(schema): [non_breaking] Type 'ProjectUpdate' was added (ProjectUpdate)
2226
+
2227
+ feat(schema): [non_breaking] Type 'ProjectUpdateConnection' was added (ProjectUpdateConnection)
2228
+
2229
+ feat(schema): [non_breaking] Type 'ProjectUpdateCreateInput' was added (ProjectUpdateCreateInput)
2230
+
2231
+ feat(schema): [non_breaking] Type 'ProjectUpdateEdge' was added (ProjectUpdateEdge)
2232
+
2233
+ feat(schema): [non_breaking] Type 'ProjectUpdateHealthType' was added (ProjectUpdateHealthType)
2234
+
2235
+ feat(schema): [non_breaking] Type 'ProjectUpdateInteraction' was added (ProjectUpdateInteraction)
2236
+
2237
+ feat(schema): [non_breaking] Type 'ProjectUpdateInteractionConnection' was added (ProjectUpdateInteractionConnection)
2238
+
2239
+ feat(schema): [non_breaking] Type 'ProjectUpdateInteractionCreateInput' was added (ProjectUpdateInteractionCreateInput)
2240
+
2241
+ feat(schema): [non_breaking] Type 'ProjectUpdateInteractionEdge' was added (ProjectUpdateInteractionEdge)
2242
+
2243
+ feat(schema): [non_breaking] Type 'ProjectUpdateInteractionPayload' was added (ProjectUpdateInteractionPayload)
2244
+
2245
+ feat(schema): [non_breaking] Type 'ProjectUpdatePayload' was added (ProjectUpdatePayload)
2246
+
2247
+ feat(schema): [non_breaking] Type 'ProjectUpdateReminderFrequency' was added (ProjectUpdateReminderFrequency)
2248
+
2249
+ feat(schema): [non_breaking] Type 'ProjectUpdateUpdateInput' was added (ProjectUpdateUpdateInput)
2250
+
2251
+ feat(schema): [non_breaking] Type 'ProjectUpdateWithInteractionPayload' was added (ProjectUpdateWithInteractionPayload)
2252
+
2253
+ feat(schema): [non_breaking] Type 'PullRequestReview' was added (PullRequestReview)
2254
+
2255
+ feat(schema): [non_breaking] Type 'PushSubscriptionType' was added (PushSubscriptionType)
2256
+
2257
+ feat(schema): [non_breaking] Type 'RelationExistsComparator' was added (RelationExistsComparator)
2258
+
2259
+ feat(schema): [non_breaking] Type 'Roadmap' was added (Roadmap)
2260
+
2261
+ feat(schema): [non_breaking] Type 'RoadmapCollectionFilter' was added (RoadmapCollectionFilter)
2262
+
2263
+ feat(schema): [non_breaking] Type 'RoadmapConnection' was added (RoadmapConnection)
2264
+
2265
+ feat(schema): [non_breaking] Type 'RoadmapCreateInput' was added (RoadmapCreateInput)
2266
+
2267
+ feat(schema): [non_breaking] Type 'RoadmapEdge' was added (RoadmapEdge)
2268
+
2269
+ feat(schema): [non_breaking] Type 'RoadmapFilter' was added (RoadmapFilter)
2270
+
2271
+ feat(schema): [non_breaking] Type 'RoadmapPayload' was added (RoadmapPayload)
2272
+
2273
+ feat(schema): [non_breaking] Type 'RoadmapToProject' was added (RoadmapToProject)
2274
+
2275
+ feat(schema): [non_breaking] Type 'RoadmapToProjectConnection' was added (RoadmapToProjectConnection)
2276
+
2277
+ feat(schema): [non_breaking] Type 'RoadmapToProjectCreateInput' was added (RoadmapToProjectCreateInput)
2278
+
2279
+ feat(schema): [non_breaking] Type 'RoadmapToProjectEdge' was added (RoadmapToProjectEdge)
2280
+
2281
+ feat(schema): [non_breaking] Type 'RoadmapToProjectPayload' was added (RoadmapToProjectPayload)
2282
+
2283
+ feat(schema): [non_breaking] Type 'RoadmapToProjectUpdateInput' was added (RoadmapToProjectUpdateInput)
2284
+
2285
+ feat(schema): [non_breaking] Type 'RoadmapUpdateInput' was added (RoadmapUpdateInput)
2286
+
2287
+ feat(schema): [non_breaking] Type 'TeamNotificationSubscription' was added (TeamNotificationSubscription)
2288
+
2289
+ feat(schema): [non_breaking] Type 'UserAccountEmailChange' was added (UserAccountEmailChange)
2290
+
2291
+ feat(schema): [non_breaking] Type 'UserAccountEmailChangeVerifyCodePayload' was added (UserAccountEmailChangeVerifyCodePayload)
2292
+
2293
+ feat(schema): [non_breaking] Type 'UserCollectionFilter' was added (UserCollectionFilter)
2294
+
2295
+ feat(schema): [non_breaking] Type 'UserRoleType' was added (UserRoleType)
2296
+
2297
+ feat(schema): [non_breaking] Type 'WorkflowConditions' was added (WorkflowConditions)
2298
+
2299
+ feat(schema): [non_breaking] Type 'WorkflowDefinition' was added (WorkflowDefinition)
2300
+
2301
+ feat(schema): [non_breaking] Type 'WorkflowEntityPropertyMatcher' was added (WorkflowEntityPropertyMatcher)
2302
+
2303
+ feat(schema): [non_breaking] Type 'WorkflowTriggerType' was added (WorkflowTriggerType)
2304
+
2305
+ feat(schema): [non_breaking] Type 'WorkflowType' was added (WorkflowType)
2306
+
2307
+ feat(schema): [non_breaking] Type 'WorkspaceAuthorizedApplication' was added (WorkspaceAuthorizedApplication)
2308
+
2309
+ feat(schema): [non_breaking] Field 'ApiKey.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2310
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2311
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2312
+ been updated after creation.' (ApiKey.updatedAt)
2313
+
2314
+ feat(schema): [non_breaking] Input field 'ApiKeyCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (ApiKeyCreateInput.id)
2315
+
2316
+ feat(schema): [non_breaking] Field 'id' was added to object type 'Application' (Application.id)
2317
+
2318
+ feat(schema): [non_breaking] Field 'Attachment.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2319
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2320
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2321
+ been updated after creation.' (Attachment.updatedAt)
2322
+
2323
+ feat(schema): [non_breaking] Description '[Alpha] Issue attachment (e.g. support ticket, pull request).' on type 'Attachment' has changed to 'Issue attachment (e.g. support ticket, pull request).' (Attachment)
2324
+
2325
+ feat(schema): [non_breaking] Input field 'AttachmentCreateInput.commentBodyData' description changed from '[Internal] Create a linked comment with Prosemirror body. Please use `commentBody` instead' to 'Create a linked comment with Prosemirror body. Please use `commentBody` instead' (AttachmentCreateInput.commentBodyData)
2326
+
2327
+ feat(schema): [non_breaking] Input field 'AttachmentCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (AttachmentCreateInput.id)
2328
+
2329
+ feat(schema): [non_breaking] Description '[Alpha] Attachment filtering options.' on type 'AttachmentFilter' has changed to 'Attachment filtering options.' (AttachmentFilter)
2330
+
2331
+ feat(schema): [non_breaking] Field 'AuditEntry.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2332
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2333
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2334
+ been updated after creation.' (AuditEntry.updatedAt)
2335
+
2336
+ feat(schema): [non_breaking] Description '[Alpha] Audit entry filtering options.' on type 'AuditEntryFilter' has changed to 'Audit entry filtering options.' (AuditEntryFilter)
2337
+
2338
+ feat(schema): [non_breaking] Description 'Public information of the OAuth application, plus the authorized scopes for a given user.' on type 'AuthorizedApplication' has changed to '[INTERNAL] Public information of the OAuth application, plus the authorized scopes for a given user.' (AuthorizedApplication)
2339
+
2340
+ feat(schema): [non_breaking] Field 'bodyData' was added to object type 'Comment' (Comment.bodyData)
2341
+
2342
+ feat(schema): [non_breaking] Field 'reactionData' was added to object type 'Comment' (Comment.reactionData)
2343
+
2344
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Comment.children' changed from '[Alpha] Filter returned comments.' to 'Filter returned comments.' (Comment.children.filter)
2345
+
2346
+ feat(schema): [non_breaking] Field 'Comment.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2347
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2348
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2349
+ been updated after creation.' (Comment.updatedAt)
2350
+
2351
+ feat(schema): [non_breaking] Description '[Alpha] Comment filtering options.' on type 'CommentCollectionFilter' has changed to 'Comment filtering options.' (CommentCollectionFilter)
2352
+
2353
+ feat(schema): [non_breaking] Input field 'CommentCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (CommentCreateInput.id)
2354
+
2355
+ feat(schema): [non_breaking] Description '[Alpha] Comment filtering options.' on type 'CommentFilter' has changed to 'Comment filtering options.' (CommentFilter)
2356
+
2357
+ feat(schema): [non_breaking] Field 'CustomView.filterData' description changed from '[Alpha] The filter applied to issues in the custom view.' to 'The filter applied to issues in the custom view.' (CustomView.filterData)
2358
+
2359
+ feat(schema): [non_breaking] Field 'CustomView.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2360
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2361
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2362
+ been updated after creation.' (CustomView.updatedAt)
2363
+
2364
+ feat(schema): [non_breaking] Input field 'CustomViewCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (CustomViewCreateInput.id)
2365
+
2366
+ feat(schema): [non_breaking] Field 'description' was added to object type 'Cycle' (Cycle.description)
2367
+
2368
+ feat(schema): [non_breaking] Field 'inProgressScopeHistory' was added to object type 'Cycle' (Cycle.inProgressScopeHistory)
2369
+
2370
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Cycle.issues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (Cycle.issues.filter)
2371
+
2372
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Cycle.uncompletedIssuesUponClose' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (Cycle.uncompletedIssuesUponClose.filter)
2373
+
2374
+ feat(schema): [non_breaking] Field 'Cycle.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2375
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2376
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2377
+ been updated after creation.' (Cycle.updatedAt)
2378
+
2379
+ feat(schema): [non_breaking] Input field 'CycleCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (CycleCreateInput.id)
2380
+
2381
+ feat(schema): [non_breaking] Description '[Alpha] Project filtering options.' on type 'CycleFilter' has changed to 'Cycle filtering options.' (CycleFilter)
2382
+
2383
+ feat(schema): [non_breaking] Field 'Document.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2384
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2385
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2386
+ been updated after creation.' (Document.updatedAt)
2387
+
2388
+ feat(schema): [non_breaking] Input field 'DocumentCreateInput.contentData' description changed from '[Internal] The document content as a Prosemirror document.' to 'The document content as a Prosemirror document.' (DocumentCreateInput.contentData)
2389
+
2390
+ feat(schema): [non_breaking] Input field 'DocumentCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (DocumentCreateInput.id)
2391
+
2392
+ feat(schema): [non_breaking] Input field 'DocumentUpdateInput.contentData' description changed from '[Internal] The document content as a Prosemirror document.' to 'The document content as a Prosemirror document.' (DocumentUpdateInput.contentData)
2393
+
2394
+ feat(schema): [non_breaking] Field 'Emoji.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2395
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2396
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2397
+ been updated after creation.' (Emoji.updatedAt)
2398
+
2399
+ feat(schema): [non_breaking] Input field 'EmojiCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (EmojiCreateInput.id)
2400
+
2401
+ feat(schema): [non_breaking] Field 'Entity.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2402
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2403
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2404
+ been updated after creation.' (Entity.updatedAt)
2405
+
2406
+ feat(schema): [non_breaking] Field 'roadmap' was added to object type 'Favorite' (Favorite.roadmap)
2407
+
2408
+ feat(schema): [non_breaking] Field 'Favorite.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2409
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2410
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2411
+ been updated after creation.' (Favorite.updatedAt)
2412
+
2413
+ feat(schema): [non_breaking] Input field 'FavoriteUpdateInput.parentId' description changed from 'The id of the folder to move the favorite under.' to 'The identifier (in UUID v4 format) of the folder to move the favorite under.' (FavoriteUpdateInput.parentId)
2414
+
2415
+ feat(schema): [non_breaking] Field 'isPersonal' was added to object type 'GithubOrg' (GithubOrg.isPersonal)
2416
+
2417
+ feat(schema): [non_breaking] Field 'Integration.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2418
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2419
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2420
+ been updated after creation.' (Integration.updatedAt)
2421
+
2422
+ feat(schema): [non_breaking] Field 'IntegrationResource.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2423
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2424
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2425
+ been updated after creation.' (IntegrationResource.updatedAt)
2426
+
2427
+ feat(schema): [non_breaking] Field 'front' was added to object type 'IntegrationSettings' (IntegrationSettings.front)
2428
+
2429
+ feat(schema): [non_breaking] Field 'gitHub' was added to object type 'IntegrationSettings' (IntegrationSettings.gitHub)
2430
+
2431
+ feat(schema): [non_breaking] Field 'slackOrgProjectUpdatesPost' was added to object type 'IntegrationSettings' (IntegrationSettings.slackOrgProjectUpdatesPost)
2432
+
2433
+ feat(schema): [non_breaking] Field 'automateTicketReopeningOnCancellation' was added to object type 'IntercomSettings' (IntercomSettings.automateTicketReopeningOnCancellation)
2434
+
2435
+ feat(schema): [non_breaking] Field 'automateTicketReopeningOnComment' was added to object type 'IntercomSettings' (IntercomSettings.automateTicketReopeningOnComment)
2436
+
2437
+ feat(schema): [non_breaking] Field 'automateTicketReopeningOnCompletion' was added to object type 'IntercomSettings' (IntercomSettings.automateTicketReopeningOnCompletion)
2438
+
2439
+ feat(schema): [non_breaking] Field 'descriptionData' was added to object type 'Issue' (Issue.descriptionData)
2440
+
2441
+ feat(schema): [non_breaking] Field 'triagedAt' was added to object type 'Issue' (Issue.triagedAt)
2442
+
2443
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Issue.attachments' changed from '[Alpha] Filter returned attachments.' to 'Filter returned attachments.' (Issue.attachments.filter)
2444
+
2445
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Issue.children' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (Issue.children.filter)
2446
+
2447
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Issue.comments' changed from '[Alpha] Filter returned comments.' to 'Filter returned comments.' (Issue.comments.filter)
2448
+
2449
+ feat(schema): [non_breaking] Field 'Issue.integrationResources' description changed from 'Integration resources for this issue.' to '[DEPRECATED] Integration resources for this issue.' (Issue.integrationResources)
2450
+
2451
+ feat(schema): [non_breaking] Field 'Issue.integrationResources' is deprecated (Issue.integrationResources)
2452
+
2453
+ feat(schema): [non_breaking] Field 'Issue.integrationResources' has deprecation reason 'This field will soon be deprecated, please use `attachments` instead' (Issue.integrationResources)
2454
+
2455
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Issue.labels' changed from '[Alpha] Filter returned issue labels.' to 'Filter returned issue labels.' (Issue.labels.filter)
2456
+
2457
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Issue.subscribers' changed from '[Alpha] Filter returned subscribers.' to 'Filter returned subscribers.' (Issue.subscribers.filter)
2458
+
2459
+ feat(schema): [non_breaking] Field 'Issue.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2460
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2461
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2462
+ been updated after creation.' (Issue.updatedAt)
2463
+
2464
+ feat(schema): [non_breaking] Description '[Alpha] Issue filtering options.' on type 'IssueCollectionFilter' has changed to 'Issue filtering options.' (IssueCollectionFilter)
2465
+
2466
+ feat(schema): [non_breaking] Input field 'IssueCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (IssueCreateInput.id)
2467
+
2468
+ feat(schema): [non_breaking] Description '[Alpha] Issue filtering options.' on type 'IssueFilter' has changed to 'Issue filtering options.' (IssueFilter)
2469
+
2470
+ feat(schema): [non_breaking] Field 'actorId' was added to object type 'IssueHistory' (IssueHistory.actorId)
2471
+
2472
+ feat(schema): [non_breaking] Field 'attachmentId' was added to object type 'IssueHistory' (IssueHistory.attachmentId)
2473
+
2474
+ feat(schema): [non_breaking] Field 'fromAssigneeId' was added to object type 'IssueHistory' (IssueHistory.fromAssigneeId)
2475
+
2476
+ feat(schema): [non_breaking] Field 'fromCycleId' was added to object type 'IssueHistory' (IssueHistory.fromCycleId)
2477
+
2478
+ feat(schema): [non_breaking] Field 'fromParentId' was added to object type 'IssueHistory' (IssueHistory.fromParentId)
2479
+
2480
+ feat(schema): [non_breaking] Field 'fromProjectId' was added to object type 'IssueHistory' (IssueHistory.fromProjectId)
2481
+
2482
+ feat(schema): [non_breaking] Field 'fromStateId' was added to object type 'IssueHistory' (IssueHistory.fromStateId)
2483
+
2484
+ feat(schema): [non_breaking] Field 'fromTeamId' was added to object type 'IssueHistory' (IssueHistory.fromTeamId)
2485
+
2486
+ feat(schema): [non_breaking] Field 'toAssigneeId' was added to object type 'IssueHistory' (IssueHistory.toAssigneeId)
2487
+
2488
+ feat(schema): [non_breaking] Field 'toConvertedProject' was added to object type 'IssueHistory' (IssueHistory.toConvertedProject)
2489
+
2490
+ feat(schema): [non_breaking] Field 'toConvertedProjectId' was added to object type 'IssueHistory' (IssueHistory.toConvertedProjectId)
2491
+
2492
+ feat(schema): [non_breaking] Field 'toCycleId' was added to object type 'IssueHistory' (IssueHistory.toCycleId)
2493
+
2494
+ feat(schema): [non_breaking] Field 'toParentId' was added to object type 'IssueHistory' (IssueHistory.toParentId)
2495
+
2496
+ feat(schema): [non_breaking] Field 'toProjectId' was added to object type 'IssueHistory' (IssueHistory.toProjectId)
2497
+
2498
+ feat(schema): [non_breaking] Field 'toStateId' was added to object type 'IssueHistory' (IssueHistory.toStateId)
2499
+
2500
+ feat(schema): [non_breaking] Field 'toTeamId' was added to object type 'IssueHistory' (IssueHistory.toTeamId)
2501
+
2502
+ feat(schema): [non_breaking] Field 'IssueHistory.autoArchived' has description 'Whether the issue was auto-archived.' (IssueHistory.autoArchived)
2503
+
2504
+ feat(schema): [non_breaking] Field 'IssueHistory.autoClosed' has description 'Whether the issue was auto-closed.' (IssueHistory.autoClosed)
2505
+
2506
+ feat(schema): [non_breaking] Field 'IssueHistory.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2507
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2508
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2509
+ been updated after creation.' (IssueHistory.updatedAt)
2510
+
2511
+ feat(schema): [non_breaking] Field 'progress' was added to object type 'IssueImport' (IssueImport.progress)
2512
+
2513
+ feat(schema): [non_breaking] Field 'teamName' was added to object type 'IssueImport' (IssueImport.teamName)
2514
+
2515
+ feat(schema): [non_breaking] Field 'IssueImport.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2516
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2517
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2518
+ been updated after creation.' (IssueImport.updatedAt)
2519
+
2520
+ feat(schema): [non_breaking] Field 'children' was added to object type 'IssueLabel' (IssueLabel.children)
2521
+
2522
+ feat(schema): [non_breaking] Field 'parent' was added to object type 'IssueLabel' (IssueLabel.parent)
2523
+
2524
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'IssueLabel.issues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (IssueLabel.issues.filter)
2525
+
2526
+ feat(schema): [non_breaking] Field 'IssueLabel.organization' changed type from 'Organization' to 'Organization!' (IssueLabel.organization)
2527
+
2528
+ feat(schema): [non_breaking] Field 'IssueLabel.team' description changed from 'The team that the label is associated with. If null, the label is associated with the global workspace..' to 'The team that the label is associated with. If null, the label is associated with the global workspace.' (IssueLabel.team)
2529
+
2530
+ feat(schema): [non_breaking] Field 'IssueLabel.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2531
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2532
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2533
+ been updated after creation.' (IssueLabel.updatedAt)
2534
+
2535
+ feat(schema): [non_breaking] Description '[Alpha] Issue label filtering options.' on type 'IssueLabelCollectionFilter' has changed to 'Issue label filtering options.' (IssueLabelCollectionFilter)
2536
+
2537
+ feat(schema): [non_breaking] Input field 'IssueLabelCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (IssueLabelCreateInput.id)
2538
+
2539
+ feat(schema): [non_breaking] Description '[Alpha] Issue label filtering options.' on type 'IssueLabelFilter' has changed to 'Issue label filtering options.' (IssueLabelFilter)
2540
+
2541
+ feat(schema): [non_breaking] Field 'actor' was added to object type 'IssueNotification' (IssueNotification.actor)
2542
+
2543
+ feat(schema): [non_breaking] Field 'unsnoozedAt' was added to object type 'IssueNotification' (IssueNotification.unsnoozedAt)
2544
+
2545
+ feat(schema): [non_breaking] Field 'IssueNotification.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2546
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2547
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2548
+ been updated after creation.' (IssueNotification.updatedAt)
2549
+
2550
+ feat(schema): [non_breaking] Field 'IssueRelation.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2551
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2552
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2553
+ been updated after creation.' (IssueRelation.updatedAt)
2554
+
2555
+ feat(schema): [non_breaking] Input field 'IssueRelationCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (IssueRelationCreateInput.id)
2556
+
2557
+ feat(schema): [non_breaking] Description 'The `JSON` scalar type represents JSON values' on type 'JSON' has changed to 'The `JSON` scalar type represents arbitrary values as _stringified_ JSON' (JSON)
2558
+
2559
+ feat(schema): [non_breaking] Description 'The `JSONObject` scalar type represents JSON values as a string' on type 'JSONObject' has changed to 'The `JSONObject` scalar type represents arbitrary values as _embedded_ JSON' (JSONObject)
2560
+
2561
+ feat(schema): [non_breaking] Field 'description' was added to object type 'Milestone' (Milestone.description)
2562
+
2563
+ feat(schema): [non_breaking] Field 'targetDate' was added to object type 'Milestone' (Milestone.targetDate)
2564
+
2565
+ feat(schema): [non_breaking] Field 'Milestone.projects' is deprecated (Milestone.projects)
2566
+
2567
+ feat(schema): [non_breaking] Field 'Milestone.projects' has deprecation reason 'Milestones will be removed. Use roadmaps instead.' (Milestone.projects)
2568
+
2569
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Milestone.projects' changed from '[Alpha] Filter returned projects.' to 'Filter returned projects.' (Milestone.projects.filter)
2570
+
2571
+ feat(schema): [non_breaking] Field 'Milestone.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2572
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2573
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2574
+ been updated after creation.' (Milestone.updatedAt)
2575
+
2576
+ feat(schema): [non_breaking] Input field 'MilestoneCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (MilestoneCreateInput.id)
2577
+
2578
+ feat(schema): [non_breaking] Field 'airbyteIntegrationConnect' was added to object type 'Mutation' (Mutation.airbyteIntegrationConnect)
2579
+
2580
+ feat(schema): [non_breaking] Field 'contactSalesCreate' was added to object type 'Mutation' (Mutation.contactSalesCreate)
2581
+
2582
+ feat(schema): [non_breaking] Field 'integrationRequest' was added to object type 'Mutation' (Mutation.integrationRequest)
2583
+
2584
+ feat(schema): [non_breaking] Field 'integrationSlackOrgProjectUpdatesPost' was added to object type 'Mutation' (Mutation.integrationSlackOrgProjectUpdatesPost)
2585
+
2586
+ feat(schema): [non_breaking] Field 'integrationTemplateCreate' was added to object type 'Mutation' (Mutation.integrationTemplateCreate)
2587
+
2588
+ feat(schema): [non_breaking] Field 'integrationTemplateDelete' was added to object type 'Mutation' (Mutation.integrationTemplateDelete)
2589
+
2590
+ feat(schema): [non_breaking] Field 'integrationsSettingsCreate' was added to object type 'Mutation' (Mutation.integrationsSettingsCreate)
2591
+
2592
+ feat(schema): [non_breaking] Field 'integrationsSettingsUpdate' was added to object type 'Mutation' (Mutation.integrationsSettingsUpdate)
2593
+
2594
+ feat(schema): [non_breaking] Field 'issueReminder' was added to object type 'Mutation' (Mutation.issueReminder)
2595
+
2596
+ feat(schema): [non_breaking] Field 'logout' was added to object type 'Mutation' (Mutation.logout)
2597
+
2598
+ feat(schema): [non_breaking] Field 'migrateMilestonesToRoadmaps' was added to object type 'Mutation' (Mutation.migrateMilestonesToRoadmaps)
2599
+
2600
+ feat(schema): [non_breaking] Field 'notificationSubscriptionUpdate' was added to object type 'Mutation' (Mutation.notificationSubscriptionUpdate)
2601
+
2602
+ feat(schema): [non_breaking] Field 'organizationDomainClaim' was added to object type 'Mutation' (Mutation.organizationDomainClaim)
2603
+
2604
+ feat(schema): [non_breaking] Field 'organizationInviteUpdate' was added to object type 'Mutation' (Mutation.organizationInviteUpdate)
2605
+
2606
+ feat(schema): [non_breaking] Field 'projectUpdateCreate' was added to object type 'Mutation' (Mutation.projectUpdateCreate)
2607
+
2608
+ feat(schema): [non_breaking] Field 'projectUpdateDelete' was added to object type 'Mutation' (Mutation.projectUpdateDelete)
2609
+
2610
+ feat(schema): [non_breaking] Field 'projectUpdateInteractionCreate' was added to object type 'Mutation' (Mutation.projectUpdateInteractionCreate)
2611
+
2612
+ feat(schema): [non_breaking] Field 'projectUpdateMarkAsRead' was added to object type 'Mutation' (Mutation.projectUpdateMarkAsRead)
2613
+
2614
+ feat(schema): [non_breaking] Field 'projectUpdateUpdate' was added to object type 'Mutation' (Mutation.projectUpdateUpdate)
2615
+
2616
+ feat(schema): [non_breaking] Field 'roadmapCreate' was added to object type 'Mutation' (Mutation.roadmapCreate)
2617
+
2618
+ feat(schema): [non_breaking] Field 'roadmapDelete' was added to object type 'Mutation' (Mutation.roadmapDelete)
2619
+
2620
+ feat(schema): [non_breaking] Field 'roadmapToProjectCreate' was added to object type 'Mutation' (Mutation.roadmapToProjectCreate)
2621
+
2622
+ feat(schema): [non_breaking] Field 'roadmapToProjectDelete' was added to object type 'Mutation' (Mutation.roadmapToProjectDelete)
2623
+
2624
+ feat(schema): [non_breaking] Field 'roadmapToProjectUpdate' was added to object type 'Mutation' (Mutation.roadmapToProjectUpdate)
2625
+
2626
+ feat(schema): [non_breaking] Field 'roadmapUpdate' was added to object type 'Mutation' (Mutation.roadmapUpdate)
2627
+
2628
+ feat(schema): [non_breaking] Field 'teamCyclesDelete' was added to object type 'Mutation' (Mutation.teamCyclesDelete)
2629
+
2630
+ feat(schema): [non_breaking] Field 'userAccountEmailChangeVerifyCode' was added to object type 'Mutation' (Mutation.userAccountEmailChangeVerifyCode)
2631
+
2632
+ feat(schema): [non_breaking] Field 'userDemoteMember' was added to object type 'Mutation' (Mutation.userDemoteMember)
2633
+
2634
+ feat(schema): [non_breaking] Field 'userGitHubConnect' was added to object type 'Mutation' (Mutation.userGitHubConnect)
2635
+
2636
+ feat(schema): [non_breaking] Field 'userGoogleCalendarConnect' was added to object type 'Mutation' (Mutation.userGoogleCalendarConnect)
2637
+
2638
+ feat(schema): [non_breaking] Field 'userPromoteMember' was added to object type 'Mutation' (Mutation.userPromoteMember)
2639
+
2640
+ feat(schema): [non_breaking] Field 'Mutation.apiKeyCreate' description changed from '[Internal] Creates a new API key.' to 'Creates a new API key.' (Mutation.apiKeyCreate)
2641
+
2642
+ feat(schema): [non_breaking] Field 'Mutation.apiKeyDelete' description changed from '[Internal] Deletes an API key.' to 'Deletes an API key.' (Mutation.apiKeyDelete)
2643
+
2644
+ feat(schema): [non_breaking] Field 'Mutation.attachmentCreate' description changed from '[Alpha] Creates a new attachment, or updates existing if the same `url` and `issueId` is used.' to 'Creates a new attachment, or updates existing if the same `url` and `issueId` is used.' (Mutation.attachmentCreate)
2645
+
2646
+ feat(schema): [non_breaking] Field 'Mutation.attachmentDelete' description changed from '[Alpha] Deletes an issue attachment.' to 'Deletes an issue attachment.' (Mutation.attachmentDelete)
2647
+
2648
+ feat(schema): [non_breaking] Field 'Mutation.attachmentUpdate' description changed from '[Alpha] Updates an existing issue attachment.' to 'Updates an existing issue attachment.' (Mutation.attachmentUpdate)
2649
+
2650
+ feat(schema): [non_breaking] Field 'Mutation.integrationResourceArchive' is deprecated (Mutation.integrationResourceArchive)
2651
+
2652
+ feat(schema): [non_breaking] Field 'Mutation.integrationResourceArchive' has deprecation reason 'This query will soon be deprecated, please use `attachmentArchive` instead' (Mutation.integrationResourceArchive)
2653
+
2654
+ feat(schema): [non_breaking] Type for argument 'teamId' on field 'Mutation.issueImportCreateAsana' changed from 'String!' to 'String' (Mutation.issueImportCreateAsana.teamId)
2655
+
2656
+ feat(schema): [non_breaking] Field 'Mutation.issueImportCreateClubhouse' description changed from 'Kicks off a Clubhouse import job.' to 'Kicks off a Shortcut (formerly Clubhouse) import job.' (Mutation.issueImportCreateClubhouse)
2657
+
2658
+ feat(schema): [non_breaking] Description for argument 'clubhouseTeamName' on field 'Mutation.issueImportCreateClubhouse' changed from 'Clubhouse team name to choose which issues we should import.' to 'Shortcut (formerly Clubhouse) team name to choose which issues we should import.' (Mutation.issueImportCreateClubhouse.clubhouseTeamName)
2659
+
2660
+ feat(schema): [non_breaking] Description for argument 'clubhouseToken' on field 'Mutation.issueImportCreateClubhouse' changed from 'Clubhouse token to fetch information from the Clubhouse API.' to 'Shortcut (formerly Clubhouse) token to fetch information from the Clubhouse API.' (Mutation.issueImportCreateClubhouse.clubhouseToken)
2661
+
2662
+ feat(schema): [non_breaking] Type for argument 'teamId' on field 'Mutation.issueImportCreateClubhouse' changed from 'String!' to 'String' (Mutation.issueImportCreateClubhouse.teamId)
2663
+
2664
+ feat(schema): [non_breaking] Type for argument 'teamId' on field 'Mutation.issueImportCreateGithub' changed from 'String!' to 'String' (Mutation.issueImportCreateGithub.teamId)
2665
+
2666
+ feat(schema): [non_breaking] Description for argument 'teamId' on field 'Mutation.issueImportCreateJira' changed from 'ID of the team into which to import data.' to 'ID of the team into which to import data. Empty to create new team.' (Mutation.issueImportCreateJira.teamId)
2667
+
2668
+ feat(schema): [non_breaking] Type for argument 'teamId' on field 'Mutation.issueImportCreateJira' changed from 'String!' to 'String' (Mutation.issueImportCreateJira.teamId)
2669
+
2670
+ feat(schema): [non_breaking] Field 'Mutation.issueLabelArchive' description changed from 'Archives an issue label.' to 'Deletes an issue label.' (Mutation.issueLabelArchive)
2671
+
2672
+ feat(schema): [non_breaking] Deprecation reason on field 'Mutation.issueLabelArchive' has changed from 'Labels are deleted instead of archived.' to 'Labels are deleted instead of archived now!' (Mutation.issueLabelArchive)
2673
+
2674
+ feat(schema): [non_breaking] Field 'Mutation.milestoneCreate' is deprecated (Mutation.milestoneCreate)
2675
+
2676
+ feat(schema): [non_breaking] Field 'Mutation.milestoneCreate' has deprecation reason 'Milestones will be removed. Use roadmaps instead.' (Mutation.milestoneCreate)
2677
+
2678
+ feat(schema): [non_breaking] Field 'Mutation.milestoneDelete' is deprecated (Mutation.milestoneDelete)
2679
+
2680
+ feat(schema): [non_breaking] Field 'Mutation.milestoneDelete' has deprecation reason 'Milestones will be removed. Use roadmaps instead.' (Mutation.milestoneDelete)
2681
+
2682
+ feat(schema): [non_breaking] Field 'Mutation.milestoneUpdate' is deprecated (Mutation.milestoneUpdate)
2683
+
2684
+ feat(schema): [non_breaking] Field 'Mutation.milestoneUpdate' has deprecation reason 'Milestones will be removed. Use roadmaps instead.' (Mutation.milestoneUpdate)
2685
+
2686
+ feat(schema): [non_breaking] Description for argument 'input' on field 'Mutation.notificationUpdate' changed from 'A partial notification object to update the issue with.' to 'A partial notification object to update the notification with.' (Mutation.notificationUpdate.input)
2687
+
2688
+ feat(schema): [non_breaking] Field 'Mutation.organizationDomainCreate' description changed from 'Adds a domain to be allowed for an organization.' to '[INTERNAL] Adds a domain to be allowed for an organization.' (Mutation.organizationDomainCreate)
2689
+
2690
+ feat(schema): [non_breaking] Field 'Mutation.organizationDomainVerify' description changed from 'Verifies a domain to be added to an organization.' to '[INTERNAL] Verifies a domain to be added to an organization.' (Mutation.organizationDomainVerify)
2691
+
2692
+ feat(schema): [non_breaking] Field 'actor' was added to interface 'Notification' (Notification.actor)
2693
+
2694
+ feat(schema): [non_breaking] Field 'unsnoozedAt' was added to interface 'Notification' (Notification.unsnoozedAt)
2695
+
2696
+ feat(schema): [non_breaking] Field 'Notification.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2697
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2698
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2699
+ been updated after creation.' (Notification.updatedAt)
2700
+
2701
+ feat(schema): [non_breaking] Input field 'NotificationSubscriptionCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (NotificationSubscriptionCreateInput.id)
2702
+
2703
+ feat(schema): [non_breaking] Input field 'NullableCycleFilter.and' description changed from 'Compound filters, all of which need to be matched by the cycle.' to 'Compound filters, one of which need to be matched by the cycle.' (NullableCycleFilter.and)
2704
+
2705
+ feat(schema): [non_breaking] Description '[Alpha] Cycle filtering options.' on type 'NullableCycleFilter' has changed to 'Cycle filtering options.' (NullableCycleFilter)
2706
+
2707
+ feat(schema): [non_breaking] Description '[Alpha] Project filtering options.' on type 'NullableProjectFilter' has changed to 'Project filtering options.' (NullableProjectFilter)
2708
+
2709
+ feat(schema): [non_breaking] Description '[Alpha] User filtering options.' on type 'NullableUserFilter' has changed to 'User filtering options.' (NullableUserFilter)
2710
+
2711
+ feat(schema): [non_breaking] Field 'creator' was added to object type 'OauthClient' (OauthClient.creator)
2712
+
2713
+ feat(schema): [non_breaking] Field 'organization' was added to object type 'OauthClient' (OauthClient.organization)
2714
+
2715
+ feat(schema): [non_breaking] Field 'OauthClient.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2716
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2717
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2718
+ been updated after creation.' (OauthClient.updatedAt)
2719
+
2720
+ feat(schema): [non_breaking] Field 'previousUrlKeys' was added to object type 'Organization' (Organization.previousUrlKeys)
2721
+
2722
+ feat(schema): [non_breaking] Field 'projectUpdateRemindersDay' was added to object type 'Organization' (Organization.projectUpdateRemindersDay)
2723
+
2724
+ feat(schema): [non_breaking] Field 'projectUpdateRemindersHour' was added to object type 'Organization' (Organization.projectUpdateRemindersHour)
2725
+
2726
+ feat(schema): [non_breaking] Field 'projectUpdatesReminderFrequency' was added to object type 'Organization' (Organization.projectUpdatesReminderFrequency)
2727
+
2728
+ feat(schema): [non_breaking] Field 'scimEnabled' was added to object type 'Organization' (Organization.scimEnabled)
2729
+
2730
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Organization.labels' changed from '[Alpha] Filter returned issue labels.' to 'Filter returned issue labels.' (Organization.labels.filter)
2731
+
2732
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Organization.teams' changed from '[Alpha] Filter returned teams.' to 'Filter returned teams.' (Organization.teams.filter)
2733
+
2734
+ feat(schema): [non_breaking] Field 'Organization.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2735
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2736
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2737
+ been updated after creation.' (Organization.updatedAt)
2738
+
2739
+ feat(schema): [non_breaking] Field 'authType' was added to object type 'OrganizationDomain' (OrganizationDomain.authType)
2740
+
2741
+ feat(schema): [non_breaking] Field 'claimed' was added to object type 'OrganizationDomain' (OrganizationDomain.claimed)
2742
+
2743
+ feat(schema): [non_breaking] Field 'OrganizationDomain.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2744
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2745
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2746
+ been updated after creation.' (OrganizationDomain.updatedAt)
2747
+
2748
+ feat(schema): [non_breaking] Input field 'OrganizationDomainCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (OrganizationDomainCreateInput.id)
2749
+
2750
+ feat(schema): [non_breaking] Input field 'OrganizationDomainCreateInput.verificationEmail' changed type from 'String!' to 'String' (OrganizationDomainCreateInput.verificationEmail)
2751
+
2752
+ feat(schema): [non_breaking] Object type 'OrganizationDomainPayload' has description '[INTERNAL] Organization domain operation response.' (OrganizationDomainPayload)
2753
+
2754
+ feat(schema): [non_breaking] Object type 'OrganizationDomainSimplePayload' has description '[INTERNAL] Organization domain operation response.' (OrganizationDomainSimplePayload)
2755
+
2756
+ feat(schema): [non_breaking] Input field 'OrganizationDomainVerificationInput.organizationDomainId' description changed from 'The identifier of the domain being verified.' to 'The identifier in UUID v4 format of the domain being verified.' (OrganizationDomainVerificationInput.organizationDomainId)
2757
+
2758
+ feat(schema): [non_breaking] Field 'role' was added to object type 'OrganizationInvite' (OrganizationInvite.role)
2759
+
2760
+ feat(schema): [non_breaking] Field 'OrganizationInvite.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2761
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2762
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2763
+ been updated after creation.' (OrganizationInvite.updatedAt)
2764
+
2765
+ feat(schema): [non_breaking] Input field 'OrganizationInviteCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (OrganizationInviteCreateInput.id)
2766
+
2767
+ feat(schema): [non_breaking] Field 'role' was added to object type 'OrganizationInviteDetailsPayload' (OrganizationInviteDetailsPayload.role)
2768
+
2769
+ feat(schema): [non_breaking] Field 'convertedFromIssue' was added to object type 'Project' (Project.convertedFromIssue)
2770
+
2771
+ feat(schema): [non_breaking] Field 'inProgressScopeHistory' was added to object type 'Project' (Project.inProgressScopeHistory)
2772
+
2773
+ feat(schema): [non_breaking] Field 'initiative' was added to object type 'Project' (Project.initiative)
2774
+
2775
+ feat(schema): [non_breaking] Field 'integrationsSettings' was added to object type 'Project' (Project.integrationsSettings)
2776
+
2777
+ feat(schema): [non_breaking] Field 'projectUpdateRemindersPausedUntilAt' was added to object type 'Project' (Project.projectUpdateRemindersPausedUntilAt)
2778
+
2779
+ feat(schema): [non_breaking] Field 'projectUpdates' was added to object type 'Project' (Project.projectUpdates)
2780
+
2781
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Project.issues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (Project.issues.filter)
2782
+
2783
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Project.members' changed from '[Alpha] Filter returned users.' to 'Filter returned users.' (Project.members.filter)
2784
+
2785
+ feat(schema): [non_breaking] Field 'Project.milestone' is deprecated (Project.milestone)
2786
+
2787
+ feat(schema): [non_breaking] Field 'Project.milestone' has deprecation reason 'Milestones will be removed. Use roadmaps instead.' (Project.milestone)
2788
+
2789
+ feat(schema): [non_breaking] Field 'Project.sortOrder' description changed from 'The sort order for the project within its milestone.' to 'The sort order for the project within its milestone/initiative.' (Project.sortOrder)
2790
+
2791
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Project.teams' changed from '[Alpha] Filter returned teams.' to 'Filter returned teams.' (Project.teams.filter)
2792
+
2793
+ feat(schema): [non_breaking] Field 'Project.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2794
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2795
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2796
+ been updated after creation.' (Project.updatedAt)
2797
+
2798
+ feat(schema): [non_breaking] Description '[Alpha] Project filtering options.' on type 'ProjectCollectionFilter' has changed to 'Project filtering options.' (ProjectCollectionFilter)
2799
+
2800
+ feat(schema): [non_breaking] Input field 'ProjectCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (ProjectCreateInput.id)
2801
+
2802
+ feat(schema): [non_breaking] Input field 'ProjectCreateInput.sortOrder' description changed from 'The sort order for the project within its milestone.' to 'The sort order for the project within shared views.' (ProjectCreateInput.sortOrder)
2803
+
2804
+ feat(schema): [non_breaking] Input field 'ProjectCreateInput.startDate' description changed from '[Internal] The planned start date of the project.' to 'The planned start date of the project.' (ProjectCreateInput.startDate)
2805
+
2806
+ feat(schema): [non_breaking] Description '[Alpha] Project filtering options.' on type 'ProjectFilter' has changed to 'Project filtering options.' (ProjectFilter)
2807
+
2808
+ feat(schema): [non_breaking] Field 'ProjectLink.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2809
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2810
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2811
+ been updated after creation.' (ProjectLink.updatedAt)
2812
+
2813
+ feat(schema): [non_breaking] Input field 'ProjectLinkCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (ProjectLinkCreateInput.id)
2814
+
2815
+ feat(schema): [non_breaking] Input field 'ProjectUpdateInput.sortOrder' description changed from 'The sort order for the project within its milestone.' to 'The sort order for the project in shared views.' (ProjectUpdateInput.sortOrder)
2816
+
2817
+ feat(schema): [non_breaking] Input field 'ProjectUpdateInput.startDate' description changed from '[Internal] The planned start date of the project.' to 'The planned start date of the project.' (ProjectUpdateInput.startDate)
2818
+
2819
+ feat(schema): [non_breaking] Field 'reviewers' was added to object type 'PullRequestPayload' (PullRequestPayload.reviewers)
2820
+
2821
+ feat(schema): [non_breaking] Field 'reviews' was added to object type 'PullRequestPayload' (PullRequestPayload.reviews)
2822
+
2823
+ feat(schema): [non_breaking] Field 'PushSubscription.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2824
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2825
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2826
+ been updated after creation.' (PushSubscription.updatedAt)
2827
+
2828
+ feat(schema): [non_breaking] Input field 'PushSubscriptionCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (PushSubscriptionCreateInput.id)
2829
+
2830
+ feat(schema): [non_breaking] Field 'applicationInfoByIds' was added to object type 'Query' (Query.applicationInfoByIds)
2831
+
2832
+ feat(schema): [non_breaking] Field 'integrationTemplate' was added to object type 'Query' (Query.integrationTemplate)
2833
+
2834
+ feat(schema): [non_breaking] Field 'integrationTemplates' was added to object type 'Query' (Query.integrationTemplates)
2835
+
2836
+ feat(schema): [non_breaking] Field 'integrationsSettings' was added to object type 'Query' (Query.integrationsSettings)
2837
+
2838
+ feat(schema): [non_breaking] Field 'organizationDomainClaimRequest' was added to object type 'Query' (Query.organizationDomainClaimRequest)
2839
+
2840
+ feat(schema): [non_breaking] Field 'projectUpdate' was added to object type 'Query' (Query.projectUpdate)
2841
+
2842
+ feat(schema): [non_breaking] Field 'projectUpdateInteraction' was added to object type 'Query' (Query.projectUpdateInteraction)
2843
+
2844
+ feat(schema): [non_breaking] Field 'projectUpdateInteractions' was added to object type 'Query' (Query.projectUpdateInteractions)
2845
+
2846
+ feat(schema): [non_breaking] Field 'projectUpdates' was added to object type 'Query' (Query.projectUpdates)
2847
+
2848
+ feat(schema): [non_breaking] Field 'roadmap' was added to object type 'Query' (Query.roadmap)
2849
+
2850
+ feat(schema): [non_breaking] Field 'roadmapToProject' was added to object type 'Query' (Query.roadmapToProject)
2851
+
2852
+ feat(schema): [non_breaking] Field 'roadmapToProjects' was added to object type 'Query' (Query.roadmapToProjects)
2853
+
2854
+ feat(schema): [non_breaking] Field 'roadmaps' was added to object type 'Query' (Query.roadmaps)
2855
+
2856
+ feat(schema): [non_breaking] Field 'workspaceAuthorizedApplications' was added to object type 'Query' (Query.workspaceAuthorizedApplications)
2857
+
2858
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.administrableTeams' changed from '[Alpha] Filter returned teams.' to 'Filter returned teams.' (Query.administrableTeams.filter)
2859
+
2860
+ feat(schema): [non_breaking] Field 'Query.apiKeys' description changed from '[Internal] All API keys for the user.' to 'All API keys for the user.' (Query.apiKeys)
2861
+
2862
+ feat(schema): [non_breaking] Field 'Query.attachment' description changed from '[Alpha] One specific issue attachment.
2863
+ [Deprecated] 'url' can no longer be used as the 'id' parameter. Use 'attachmentsForUrl' instead' to 'One specific issue attachment.
2864
+ [Deprecated] 'url' can no longer be used as the 'id' parameter. Use 'attachmentsForUrl' instead' (Query.attachment)
2865
+
2866
+ feat(schema): [non_breaking] Field 'Query.attachmentIssue' description changed from '[Alpha] Query an issue by its associated attachment, and its id.' to 'Query an issue by its associated attachment, and its id.' (Query.attachmentIssue)
2867
+
2868
+ feat(schema): [non_breaking] Field 'Query.attachments' description changed from '[Alpha] All issue attachments.
2869
+
2870
+ To get attachments for a given URL, use `attachmentsForURL` query.' to 'All issue attachments.
2871
+
2872
+ To get attachments for a given URL, use `attachmentsForURL` query.' (Query.attachments)
2873
+
2874
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.attachments' changed from '[Alpha] Filter returned attachments.' to 'Filter returned attachments.' (Query.attachments.filter)
2875
+
2876
+ feat(schema): [non_breaking] Field 'Query.attachmentsForURL' description changed from '[Alpha] Returns issue attachments for a given `url`.' to 'Returns issue attachments for a given `url`.' (Query.attachmentsForURL)
2877
+
2878
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.auditEntries' changed from '[Alpha] Filter returned audit entries.' to 'Filter returned audit entries.' (Query.auditEntries.filter)
2879
+
2880
+ feat(schema): [non_breaking] Field 'Query.authorizedApplications' description changed from 'Get all authorized applications for a user' to '[INTERNAL] Get all authorized applications for a user' (Query.authorizedApplications)
2881
+
2882
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.comments' changed from '[Alpha] Filter returned comments.' to 'Filter returned comments.' (Query.comments.filter)
2883
+
2884
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.cycles' changed from '[Alpha] Filter returned users.' to 'Filter returned users.' (Query.cycles.filter)
2885
+
2886
+ feat(schema): [non_breaking] Field 'Query.integrationResource' is deprecated (Query.integrationResource)
2887
+
2888
+ feat(schema): [non_breaking] Field 'Query.integrationResource' has deprecation reason 'This query will soon be deprecated, please use `attachment` instead' (Query.integrationResource)
2889
+
2890
+ feat(schema): [non_breaking] Field 'Query.integrationResources' is deprecated (Query.integrationResources)
2891
+
2892
+ feat(schema): [non_breaking] Field 'Query.integrationResources' has deprecation reason 'This query will soon be deprecated, please use `attachments` instead' (Query.integrationResources)
2893
+
2894
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.issueLabels' changed from '[Alpha] Filter returned issue labels.' to 'Filter returned issue labels.' (Query.issueLabels.filter)
2895
+
2896
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.issueSearch' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (Query.issueSearch.filter)
2897
+
2898
+ feat(schema): [non_breaking] Field 'Query.issueVcsBranchSearch' description changed from '[Internal] Find issue based on the VCS branch name.' to 'Find issue based on the VCS branch name.' (Query.issueVcsBranchSearch)
2899
+
2900
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.issues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (Query.issues.filter)
2901
+
2902
+ feat(schema): [non_breaking] Field 'Query.milestone' is deprecated (Query.milestone)
2903
+
2904
+ feat(schema): [non_breaking] Field 'Query.milestone' has deprecation reason 'Milestones will be removed. Use roadmaps instead.' (Query.milestone)
2905
+
2906
+ feat(schema): [non_breaking] Field 'Query.milestones' is deprecated (Query.milestones)
2907
+
2908
+ feat(schema): [non_breaking] Field 'Query.milestones' has deprecation reason 'Milestones will be removed. Use roadmaps instead.' (Query.milestones)
2909
+
2910
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.projects' changed from '[Alpha] Filter returned projects.' to 'Filter returned projects.' (Query.projects.filter)
2911
+
2912
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.teams' changed from '[Alpha] Filter returned teams.' to 'Filter returned teams.' (Query.teams.filter)
2913
+
2914
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.users' changed from '[Alpha] Filter returned users.' to 'Filter returned users.' (Query.users.filter)
2915
+
2916
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Query.workflowStates' changed from '[Alpha] Filter returned workflow states.' to 'Filter returned workflow states.' (Query.workflowStates.filter)
2917
+
2918
+ feat(schema): [non_breaking] Field 'Reaction.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2919
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2920
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2921
+ been updated after creation.' (Reaction.updatedAt)
2922
+
2923
+ feat(schema): [non_breaking] Description 'A reaction associated with a comment.' on type 'Reaction' has changed to 'A reaction associated with a comment or a project update.' (Reaction)
2924
+
2925
+ feat(schema): [non_breaking] Input field 'ReactionCreateInput.commentId' changed type from 'String!' to 'String' (ReactionCreateInput.commentId)
2926
+
2927
+ feat(schema): [non_breaking] Input field 'ReactionCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one' (ReactionCreateInput.id)
2928
+
2929
+ feat(schema): [non_breaking] Field 'integrationsSettings' was added to object type 'Team' (Team.integrationsSettings)
2930
+
2931
+ feat(schema): [non_breaking] Field 'issueSortOrderDefaultToBottom' was added to object type 'Team' (Team.issueSortOrderDefaultToBottom)
2932
+
2933
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Team.cycles' changed from '[Alpha] Filter returned cycles.' to 'Filter returned cycles.' (Team.cycles.filter)
2934
+
2935
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Team.issues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (Team.issues.filter)
2936
+
2937
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Team.labels' changed from '[Alpha] Filter returned issue labels.' to 'Filter returned issue labels.' (Team.labels.filter)
2938
+
2939
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Team.members' changed from '[Alpha] Filter returned users.' to 'Filter returned users.' (Team.members.filter)
2940
+
2941
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Team.projects' changed from '[Alpha] Filter returned projects.' to 'Filter returned projects.' (Team.projects.filter)
2942
+
2943
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'Team.states' changed from '[Alpha] Filter returned workflow states.' to 'Filter returned workflow states.' (Team.states.filter)
2944
+
2945
+ feat(schema): [non_breaking] Field 'Team.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2946
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2947
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2948
+ been updated after creation.' (Team.updatedAt)
2949
+
2950
+ feat(schema): [non_breaking] Input field 'TeamCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (TeamCreateInput.id)
2951
+
2952
+ feat(schema): [non_breaking] Description '[Alpha] Project filtering options.' on type 'TeamFilter' has changed to 'Team filtering options.' (TeamFilter)
2953
+
2954
+ feat(schema): [non_breaking] Field 'sortOrder' was added to object type 'TeamMembership' (TeamMembership.sortOrder)
2955
+
2956
+ feat(schema): [non_breaking] Field 'TeamMembership.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2957
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2958
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2959
+ been updated after creation.' (TeamMembership.updatedAt)
2960
+
2961
+ feat(schema): [non_breaking] Input field 'TeamMembershipCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (TeamMembershipCreateInput.id)
2962
+
2963
+ feat(schema): [non_breaking] Input field 'TeamMembershipUpdateInput.owner' changed type from 'Boolean!' to 'Boolean' (TeamMembershipUpdateInput.owner)
2964
+
2965
+ feat(schema): [non_breaking] Field 'lastUpdatedBy' was added to object type 'Template' (Template.lastUpdatedBy)
2966
+
2967
+ feat(schema): [non_breaking] Field 'Template.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2968
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2969
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2970
+ been updated after creation.' (Template.updatedAt)
2971
+
2972
+ feat(schema): [non_breaking] Input field 'TemplateCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (TemplateCreateInput.id)
2973
+
2974
+ feat(schema): [non_breaking] Input field 'UpdateOrganizationInput.reducedPersonalInformation' description changed from 'Whether the organization is using project milestones.' to 'Whether the organization has opted for reduced customer support attachment information.' (UpdateOrganizationInput.reducedPersonalInformation)
2975
+
2976
+ feat(schema): [non_breaking] Input field 'UpdateOrganizationInput.roadmapEnabled' description changed from 'Whether the organization is using project milestones.' to 'Whether the organization is using roadmap.' (UpdateOrganizationInput.roadmapEnabled)
2977
+
2978
+ feat(schema): [non_breaking] Field 'calendarHash' was added to object type 'User' (User.calendarHash)
2979
+
2980
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'User.assignedIssues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (User.assignedIssues.filter)
2981
+
2982
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'User.createdIssues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (User.createdIssues.filter)
2983
+
2984
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'User.teams' changed from '[Alpha] Filter returned teams.' to 'Filter returned teams.' (User.teams.filter)
2985
+
2986
+ feat(schema): [non_breaking] Field 'User.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2987
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2988
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
2989
+ been updated after creation.' (User.updatedAt)
2990
+
2991
+ feat(schema): [non_breaking] Field 'approvalErrorCode' was added to object type 'UserAuthorizedApplication' (UserAuthorizedApplication.approvalErrorCode)
2992
+
2993
+ feat(schema): [non_breaking] Field 'id' was added to object type 'UserAuthorizedApplication' (UserAuthorizedApplication.id)
2994
+
2995
+ feat(schema): [non_breaking] Description '[Alpha] User filtering options.' on type 'UserFilter' has changed to 'User filtering options.' (UserFilter)
2996
+
2997
+ feat(schema): [non_breaking] Field 'UserSettings.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
2998
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
2999
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
3000
+ been updated after creation.' (UserSettings.updatedAt)
3001
+
3002
+ feat(schema): [non_breaking] Field 'ViewPreferences.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
3003
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
3004
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
3005
+ been updated after creation.' (ViewPreferences.updatedAt)
3006
+
3007
+ feat(schema): [non_breaking] Input field 'ViewPreferencesCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (ViewPreferencesCreateInput.id)
3008
+
3009
+ feat(schema): [non_breaking] Field 'Webhook.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
3010
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
3011
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
3012
+ been updated after creation.' (Webhook.updatedAt)
3013
+
3014
+ feat(schema): [non_breaking] Input field 'WebhookCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (WebhookCreateInput.id)
3015
+
3016
+ feat(schema): [non_breaking] Description for argument 'filter' on field 'WorkflowState.issues' changed from '[Alpha] Filter returned issues.' to 'Filter returned issues.' (WorkflowState.issues.filter)
3017
+
3018
+ feat(schema): [non_breaking] Field 'WorkflowState.updatedAt' description changed from 'The last time at which the entity was updated. This is the same as the creation time if the
3019
+ entity hasn't been updated after creation.' to 'The last time at which the entity was meaningfully updated, i.e. for all changes of syncable properties except those
3020
+ for which updates should not produce an update to updatedAt (see skipUpdatedAtKeys). This is the same as the creation time if the entity hasn't
3021
+ been updated after creation.' (WorkflowState.updatedAt)
3022
+
3023
+ feat(schema): [non_breaking] Input field 'WorkflowStateCreateInput.id' description changed from 'The identifier. If none is provided, the backend will generate one.' to 'The identifier in UUID v4 format. If none is provided, the backend will generate one.' (WorkflowStateCreateInput.id)
3024
+
3025
+ feat(schema): [non_breaking] Description '[Alpha] Workflow state filtering options.' on type 'WorkflowStateFilter' has changed to 'Workflow state filtering options.' (WorkflowStateFilter)
3026
+
3027
+ feat(schema): [non_breaking] Field 'automateTicketReopeningOnCancellation' was added to object type 'ZendeskSettings' (ZendeskSettings.automateTicketReopeningOnCancellation)
3028
+
3029
+ feat(schema): [non_breaking] Field 'automateTicketReopeningOnComment' was added to object type 'ZendeskSettings' (ZendeskSettings.automateTicketReopeningOnComment)
3030
+
3031
+ feat(schema): [non_breaking] Field 'automateTicketReopeningOnCompletion' was added to object type 'ZendeskSettings' (ZendeskSettings.automateTicketReopeningOnCompletion)
3032
+
3033
+ feat(schema): [non_breaking] Field 'sendNoteOnComment' was added to object type 'ZendeskSettings' (ZendeskSettings.sendNoteOnComment)
3034
+
3035
+ feat(schema): [non_breaking] Field 'sendNoteOnStatusChange' was added to object type 'ZendeskSettings' (ZendeskSettings.sendNoteOnStatusChange)
3036
+
3037
+ feat(schema): [non_breaking] Input field 'ZendeskSettingsInput.botUserId' changed type from 'String!' to 'String' (ZendeskSettingsInput.botUserId)
3038
+
3039
+ ### Patch Changes
3040
+
3041
+ - 980454f: Removed deprecated rollup plugin `rollup-plugin-size-snapshot`
3042
+
3
3043
  ## 1.22.0
4
3044
 
5
3045
  ### Minor Changes