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