DeleteCustomModuleCollectionPayload
Autogenerated return type of DeleteCustomModuleCollection.
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEcustom_module_collection
· CustomModuleCollection · The deleted question group messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of DeleteCustomModuleCollection."""type DeleteCustomModuleCollectionPayload { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The deleted question group """ custom_module_collection: CustomModuleCollection
""" The list of errors occurred during the mutation """ messages: [FieldError]}