Skip to content

createAutoTaskGeneratorPayload

Autogenerated return type of createAutoTaskGenerator.

Fields

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

Used By

Definition

"""
Autogenerated return type of createAutoTaskGenerator.
"""
type createAutoTaskGeneratorPayload {
auto_task_generator: AutoTaskGenerator
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}