Skip to content

CopyCustomModuleCollectionPayload

Autogenerated return type of CopyCustomModuleCollection.

Fields

deprecated DO NOT USE
custom_module_collection · CustomModuleCollection · The duplicated question group
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of CopyCustomModuleCollection.
"""
type CopyCustomModuleCollectionPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The duplicated question group
"""
custom_module_collection: CustomModuleCollection
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}