Magidoc

UpdateRecurringTaskInput
Input Object

Input type for updating an existing Recurring Task basic information. To update the config or module, use the appropriate mutations.

Fields

#

config

The configuration for the task.

enabled

The new enabled state for the task.

id

ID !
Non-null

The ID of the recurring task.

module

The module or script to run when executing this Task.

name

The new name for the task.

schedule

The new schedule for the task.

scheduleText

A human readable schedule for this task.

Usages

#

References

#

  • Argument input of field updateRecurringTask from type Mutation