Skip to content

copyCustomModulePayload

Autogenerated return type of copyCustomModule.

Fields

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

Used By

Definition

"""
Autogenerated return type of copyCustomModule.
"""
type copyCustomModulePayload {
customModule: CustomModule
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}