Skip to content

updateCustomModuleFormPayload

Autogenerated return type of updateCustomModuleForm.

Fields

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

Used By

Definition

"""
Autogenerated return type of updateCustomModuleForm.
"""
type updateCustomModuleFormPayload {
customModuleForm: CustomModuleForm
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}