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