Skip to content

bulkUpdateTasksPayload

Autogenerated return type of bulkUpdateTasks.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of bulkUpdateTasks.
"""
type bulkUpdateTasksPayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
tasks: [Task]
}