Skip to content

copyCustomModuleFormPayload

Autogenerated return type of copyCustomModuleForm.

Fields

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

Used By

Definition

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