Skip to content

UpdateCustomModuleCollectionPayload

Autogenerated return type of UpdateCustomModuleCollection.

Fields

deprecated DO NOT USE
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

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