-
Notifications
You must be signed in to change notification settings - Fork 242
Expand file tree
/
Copy path_generated_documents.graphql
More file actions
20757 lines (20234 loc) · 570 KB
/
_generated_documents.graphql
File metadata and controls
20757 lines (20234 loc) · 570 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# A DNS record for a SES domain identity.
fragment SesDomainIdentityDnsRecord on SesDomainIdentityDnsRecord {
__typename
# The content of the DNS record.
content
# The name of the DNS record.
name
# The type of the DNS record.
type
# Whether the DNS record is verified in the domain's DNS configuration.
isVerified
}
# A Git target branch for which there are automations (GitAutomationState).
fragment GitAutomationTargetBranch on GitAutomationTargetBranch {
__typename
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The target branch pattern.
branchPattern
# The team to which this Git target branch automation belongs.
team {
id
}
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The unique identifier of the entity.
id
# Whether the branch pattern is a regular expression.
isRegex
}
# A base part in an AI conversation.
fragment AiConversationBasePart on AiConversationBasePart {
__typename
# The ID of the part.
id
# The metadata of the part.
metadata {
...AiConversationPartMetadata
}
# The type of the part.
type
... on AiConversationPromptPart {
...AiConversationPromptPart
}
... on AiConversationReasoningPart {
...AiConversationReasoningPart
}
... on AiConversationTextPart {
...AiConversationTextPart
}
... on AiConversationToolCallPart {
...AiConversationToolCallPart
}
... on AiConversationWidgetPart {
...AiConversationWidgetPart
}
}
# A basic entity.
fragment Entity on Entity {
__typename
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The unique identifier of the entity.
id
}
# A bot actor is an actor that is not a user, but an application or integration.
fragment ActorBot on ActorBot {
__typename
# A url pointing to the avatar representing this bot.
avatarUrl
# The display name of the bot.
name
# The display name of the external user on behalf of which the bot acted.
userDisplayName
# The sub type of the bot.
subType
# The type of bot.
type
id
}
# A comment associated with an entity.
fragment Comment on Comment {
__typename
# Agent session associated with this comment.
agentSession {
id
}
# Comment's URL.
url
# Emoji reaction summary, grouped by emoji type.
reactionData
# Reactions associated with the comment.
reactions {
...Reaction
}
# The ID of the comment that resolved the thread.
resolvingCommentId
# The ID of the document content that the comment is associated with.
documentContentId
# The ID of the initiative update that the comment is associated with.
initiativeUpdateId
# The ID of the issue that the comment is associated with.
issueId
# The ID of the parent comment under which the current comment is nested.
parentId
# The ID of the project update that the comment is associated with.
projectUpdateId
# The bot that created the comment.
botActor {
...ActorBot
}
# The comment content in markdown format.
body
# The comment that resolved the thread.
resolvingComment {
id
}
# The document content that the comment is associated with.
documentContent {
...DocumentContent
}
# The external services the comment is synced with.
syncedWith {
...ExternalEntityInfo
}
# The external thread that the comment is synced with.
externalThread {
...SyncedExternalThread
}
# The external user who wrote the comment.
externalUser {
id
}
# The initiative update that the comment is associated with.
initiativeUpdate {
id
}
# The issue that the comment is associated with.
issue {
id
}
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The parent comment under which the current comment is nested.
parent {
id
}
# The project update that the comment is associated with.
projectUpdate {
id
}
# The text that this comment references. Only defined for inline comments.
quotedText
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The time the resolvingUser resolved the thread.
resolvedAt
# The time user edited the comment.
editedAt
# The unique identifier of the entity.
id
# The user that resolved the thread.
resolvingUser {
id
}
# The user who wrote the comment.
user {
id
}
}
# A comment thread that is synced with an external source.
fragment SyncedExternalThread on SyncedExternalThread {
__typename
# The display name of the source.
name
# The display name of the thread.
displayName
# The external url of the thread.
url
# The sub type of the external source.
subType
# The type of the external source.
type
# Whether a connected personal integration is required to comment in this thread.
isPersonalIntegrationRequired
# Whether the current user has the corresponding personal integration connected for the external service.
isPersonalIntegrationConnected
# Whether this thread is syncing with the external service.
isConnected
id
}
# A continuous period of time during which an issue remained in a specific workflow state.
fragment IssueStateSpan on IssueStateSpan {
__typename
# The timestamp when the issue entered this state.
startedAt
# The timestamp when the issue left this state. Null if the issue is currently in this state.
endedAt
# The unique identifier of the state span.
id
# The workflow state for this span.
state {
id
}
# The workflow state identifier for this span.
stateId
}
# A custom emoji.
fragment Emoji on Emoji {
__typename
# The emoji image URL.
url
# The emoji's name.
name
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The source of the emoji.
source
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The unique identifier of the entity.
id
# The user who created the emoji.
creator {
id
}
}
# A custom view notification subscription.
fragment CustomViewNotificationSubscription on CustomViewNotificationSubscription {
__typename
# The contextual cycle view associated with the notification subscription.
cycle {
id
}
# The contextual initiative view associated with the notification subscription.
initiative {
id
}
# The contextual label view associated with the notification subscription.
label {
id
}
# The contextual project view associated with the notification subscription.
project {
id
}
# The custom view subscribed to.
customView {
id
}
# The customer associated with the notification subscription.
customer {
id
}
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The team associated with the notification subscription.
team {
id
}
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The type of subscription.
notificationSubscriptionTypes
# The type of user view to which the notification subscription context is associated with.
userContextViewType
# The type of view to which the notification subscription context is associated with.
contextViewType
# The unique identifier of the entity.
id
# The user that subscribed to receive notifications.
subscriber {
id
}
# The user view associated with the notification subscription.
user {
id
}
# Whether the subscription is active or not.
active
}
# A custom view that has been saved by a user.
fragment CustomView on CustomView {
__typename
# The calculated view preferences values for this custom view.
viewPreferencesValues {
...ViewPreferencesValues
}
# The color of the icon of the custom view.
color
# The current users view preferences for this custom view.
userViewPreferences {
...ViewPreferences
}
# The custom view's unique URL slug.
slugId
# The description of the custom view.
description
# The filter applied to feed items in the custom view.
feedItemFilterData
# The filter applied to initiatives in the custom view.
initiativeFilterData
# The filter applied to issues in the custom view.
filterData
# The filter applied to projects in the custom view.
projectFilterData
# The filters applied to issues in the custom view.
filters
# The icon of the custom view.
icon
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The model name of the custom view.
modelName
# The name of the custom view.
name
# The organizations default view preferences for this custom view.
organizationViewPreferences {
...ViewPreferences
}
# The team associated with the custom view.
team {
id
}
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The unique identifier of the entity.
id
# The user who created the custom view.
creator {
id
}
# The user who last updated the custom view.
updatedBy {
id
}
# The user who owns the custom view.
owner {
id
}
# Whether the custom view is shared with everyone in the organization.
shared
}
# A customer need related notification.
fragment CustomerNeedNotification on CustomerNeedNotification {
__typename
# Notification type.
type
# Related customer need.
customerNeedId
# The bot that caused the notification.
botActor {
...ActorBot
}
# The category of the notification.
category
# The customer need related to the notification.
customerNeed {
id
}
# The external user that caused the notification.
externalUserActor {
id
}
# The issue related to the notification.
relatedIssue {
id
}
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The project related to the notification.
relatedProject {
id
}
# The time at when an email reminder for this notification was sent to the user. Null, if no email
# reminder has been sent.
emailedAt
# The time at when the user marked the notification as read. Null, if the the user hasn't read the notification
readAt
# The time at which a notification was unsnoozed..
unsnoozedAt
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The time until a notification will be snoozed. After that it will appear in the inbox again.
snoozedUntilAt
# The unique identifier of the entity.
id
# The user that caused the notification.
actor {
id
}
# The user that received the notification.
user {
id
}
}
# A customer need, expressed through a reference to an issue, project, or comment.
fragment CustomerNeed on CustomerNeed {
__typename
# The URL of the underlying attachment, if any
url
# The attachment this need is referencing.
attachment {
id
}
# The comment this need is referencing.
comment {
id
}
# The creator of the customer need.
creator {
id
}
# The customer that this need is attached to.
customer {
id
}
# The issue this customer need was originally created on. Will be undefined if the customer need hasn't been moved.
originalIssue {
id
}
# The issue this need is referencing.
issue {
id
}
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The need content in markdown format.
body
# The project attachment this need is referencing.
projectAttachment {
...ProjectAttachment
}
# The project this need is referencing.
project {
id
}
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The unique identifier of the entity.
id
# Whether the customer need is important or not. 0 = Not important, 1 = Important.
priority
}
# A customer notification subscription.
fragment CustomerNotificationSubscription on CustomerNotificationSubscription {
__typename
# The contextual custom view associated with the notification subscription.
customView {
id
}
# The contextual cycle view associated with the notification subscription.
cycle {
id
}
# The contextual initiative view associated with the notification subscription.
initiative {
id
}
# The contextual label view associated with the notification subscription.
label {
id
}
# The contextual project view associated with the notification subscription.
project {
id
}
# The customer subscribed to.
customer {
id
}
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The team associated with the notification subscription.
team {
id
}
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The type of subscription.
notificationSubscriptionTypes
# The type of user view to which the notification subscription context is associated with.
userContextViewType
# The type of view to which the notification subscription context is associated with.
contextViewType
# The unique identifier of the entity.
id
# The user that subscribed to receive notifications.
subscriber {
id
}
# The user view associated with the notification subscription.
user {
id
}
# Whether the subscription is active or not.
active
}
# A customer related notification.
fragment CustomerNotification on CustomerNotification {
__typename
# Notification type.
type
# Related customer.
customerId
# The bot that caused the notification.
botActor {
...ActorBot
}
# The category of the notification.
category
# The customer related to the notification.
customer {
id
}
# The external user that caused the notification.
externalUserActor {
id
}
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The time at when an email reminder for this notification was sent to the user. Null, if no email
# reminder has been sent.
emailedAt
# The time at when the user marked the notification as read. Null, if the the user hasn't read the notification
readAt
# The time at which a notification was unsnoozed..
unsnoozedAt
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The time until a notification will be snoozed. After that it will appear in the inbox again.
snoozedUntilAt
# The unique identifier of the entity.
id
# The user that caused the notification.
actor {
id
}
# The user that received the notification.
user {
id
}
}
# A customer status.
fragment CustomerStatus on CustomerStatus {
__typename
# Description of the status.
description
# The UI color of the status as a HEX string.
color
# The display name of the status.
displayName
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The name of the status.
name
# The position of the status in the workspace's customers flow.
position
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The type of the customer status.
type
# The unique identifier of the entity.
id
}
# A customer tier.
fragment CustomerTier on CustomerTier {
__typename
# Description of the tier.
description
# The UI color of the tier as a HEX string.
color
# The display name of the tier.
displayName
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The name of the tier.
name
# The position of the tier in the workspace's customers flow.
position
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The unique identifier of the entity.
id
}
# A customer whose needs will be tied to issues or projects.
fragment Customer on Customer {
__typename
# Customer needs associated with this customer.
needs {
...CustomerNeed
}
# The ID of the Slack channel used to interact with the customer.
slackChannelId
# The ID of the main source, when a customer has multiple sources. Must be one of externalIds.
mainSourceId
# The annual revenue generated by the customer.
revenue
# The approximate number of needs of the customer.
approximateNeedCount
# The current status of the customer.
status {
id
}
# The customer's logo URL.
logoUrl
# The customer's name.
name
# The customer's unique URL slug.
slugId
# The domains associated with this customer.
domains
# The ids of the customers in external systems.
externalIds
# The integration that manages the Customer.
integration {
id
}
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The size of the customer.
size
# The tier of the customer.
tier {
id
}
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The unique identifier of the entity.
id
# The user who owns the customer.
owner {
id
}
# URL of the customer in Linear.
url
}
# A cycle notification subscription.
fragment CycleNotificationSubscription on CycleNotificationSubscription {
__typename
# The contextual custom view associated with the notification subscription.
customView {
id
}
# The contextual initiative view associated with the notification subscription.
initiative {
id
}
# The contextual label view associated with the notification subscription.
label {
id
}
# The contextual project view associated with the notification subscription.
project {
id
}
# The customer associated with the notification subscription.
customer {
id
}
# The cycle subscribed to.
cycle {
id
}
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The team associated with the notification subscription.
team {
id
}
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The type of subscription.
notificationSubscriptionTypes
# The type of user view to which the notification subscription context is associated with.
userContextViewType
# The type of view to which the notification subscription context is associated with.
contextViewType
# The unique identifier of the entity.
id
# The user that subscribed to receive notifications.
subscriber {
id
}
# The user view associated with the notification subscription.
user {
id
}
# Whether the subscription is active or not.
active
}
# A document content for a project.
fragment DocumentContent on DocumentContent {
__typename
# The AI prompt rules that the content is associated with.
aiPromptRules {
...AiPromptRules
}
# The document content in markdown format.
content
# The document content state as a base64 encoded string.
contentState
# The document that the content is associated with.
document {
id
}
# The initiative that the content is associated with.
initiative {
id
}
# The issue that the content is associated with.
issue {
id
}
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The project milestone that the content is associated with.
projectMilestone {
id
}
# The project that the content is associated with.
project {
id
}
# The time at which the document content was restored from a previous version.
restoredAt
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The unique identifier of the entity.
id
# The welcome message that the content is associated with.
welcomeMessage {
...WelcomeMessage
}
}
# A document related notification.
fragment DocumentNotification on DocumentNotification {
__typename
# Name of the reaction emoji related to the notification.
reactionEmoji
# Notification type.
type
# Related comment ID. Null if the notification is not related to a comment.
commentId
# Related document ID.
documentId
# Related parent comment ID. Null if the notification is not related to a comment.
parentCommentId
# The bot that caused the notification.
botActor {
...ActorBot
}
# The category of the notification.
category
# The external user that caused the notification.
externalUserActor {
id
}
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The time at when an email reminder for this notification was sent to the user. Null, if no email
# reminder has been sent.
emailedAt
# The time at when the user marked the notification as read. Null, if the the user hasn't read the notification
readAt
# The time at which a notification was unsnoozed..
unsnoozedAt
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The time until a notification will be snoozed. After that it will appear in the inbox again.
snoozedUntilAt
# The unique identifier of the entity.
id
# The user that caused the notification.
actor {
id
}
# The user that received the notification.
user {
id
}
}
# A document that can be attached to different entities.
fragment Document on Document {
__typename
# A flag that indicates whether the document is in the trash bin.
trashed
# The ID of the document content associated with the document.
documentContentId
# The canonical url for the document.
url
# The color of the icon.
color
# The document title.
title
# The document's unique URL slug.
slugId
# The documents content in markdown format.
content
# The icon of the document.
icon
# The initiative that the document is associated with.
initiative {
id
}
# The issue that the document is associated with.
issue {
id
}
# The last template that was applied to this document.
lastAppliedTemplate {
id
}
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The order of the item in the resources list.
sortOrder
# The project that the document is associated with.
project {
id
}
# The time at which the document was hidden. Null if the entity has not been hidden.
hiddenAt
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The unique identifier of the entity.
id
# The user who created the document.
creator {
id
}
# The user who last updated the document.
updatedBy {
id
}
}
# A draft revision of document content, pending user review.
fragment DocumentContentDraft on DocumentContentDraft {
__typename
# The draft content state as a base64 encoded Yjs state update.
contentState
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The unique identifier of the entity.
id
documentContent {
...DocumentContent
}
documentContentId
user {
id
}
userId
}
# A facet. Facets are joins between entities. A facet can tie a custom view to a project, or a a
# project to a roadmap for example.
fragment Facet on Facet {
__typename
# The last time at which the entity was meaningfully updated. This is the same as the creation time if the entity hasn't
# been updated after creation.
updatedAt
# The owning feed user.
sourceFeedUser {
id
}
# The owning initiative.
sourceInitiative {
id
}
# The owning page.
sourcePage
# The owning project.
sourceProject {
id
}
# The owning team.
sourceTeam {
id
}
# The sort order of the facet.
sortOrder
# The targeted custom view.
targetCustomView {
id
}
# The time at which the entity was archived. Null if the entity has not been archived.
archivedAt
# The time at which the entity was created.
createdAt
# The unique identifier of the entity.
id
}
# A general purpose draft. Used for comments, project updates, etc.
fragment Draft on Draft {
__typename
# Additional properties for the draft.
data
# The comment for which this is a draft comment reply.
parentComment {
id
}
# The customer need that this draft is referencing.
customerNeed {
id
}
# The initiative for which this is a draft comment or initiative update.
initiative {
id
}
# The initiative update for which this is a draft comment.
initiativeUpdate {
id
}