Magidoc

bulkUpdateActionDates
Mutation

Update dates for multiple actions at once

Access: Requires user access to all actions

Parameters:

  • actionIds: Array of action IDs to update
  • workspaceId: The ID of the workspace
  • deadline: The new deadline to set (optional)
  • scheduledDate: The new scheduled date to set (optional)

Arguments

#

actionIds

[ID !]!
Non-null

workspaceId

ID !
Non-null

deadline

scheduledDate

Response

#

Returns [Action !]!.

Example

#