File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -482,9 +482,9 @@ type BulkUpdateAssigneeResponse {
482482}
483483
484484"""
485- Result of bulk toggling event marks (resolve / ignore / starred)
485+ Response of bulk toggling event marks (resolve / ignore / starred)
486486"""
487- type BulkToggleEventMarksResult {
487+ type BulkToggleEventMarksResponse {
488488 """
489489 Original event ids actually toggled in this operation
490490 """
@@ -497,9 +497,9 @@ type BulkToggleEventMarksResult {
497497}
498498
499499"""
500- Result of bulk marking events as viewed
500+ Response of bulk marking events as viewed
501501"""
502- type BulkVisitEventsResult {
502+ type BulkVisitEventsResponse {
503503 """
504504 Original event ids actually updated in this operation
505505 """
@@ -563,7 +563,7 @@ extend type Mutation {
563563 Original event ids
564564 """
565565 eventIds: [ID!]!
566- ): BulkVisitEventsResult ! @requireUserInWorkspace
566+ ): BulkVisitEventsResponse ! @requireUserInWorkspace
567567
568568 """
569569 Mutation sets or unsets passed mark to event
@@ -606,7 +606,7 @@ extend type Mutation {
606606 otherwise set it on every selected event that does not have it yet.
607607 """
608608 mark: EventMark!
609- ): BulkToggleEventMarksResult ! @requireUserInWorkspace
609+ ): BulkToggleEventMarksResponse ! @requireUserInWorkspace
610610
611611 """
612612 Namespace that contains only mutations related to the events
You can’t perform that action at this time.
0 commit comments