Skip to content

createCustomModuleFormPayload

Autogenerated return type of createCustomModuleForm.

Fields

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

Used By

Definition

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