CopyCustomModuleCollectionPayload
Autogenerated return type of CopyCustomModuleCollection.
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEcustom_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]}