Skip to content

DeleteCustomModuleCollectionInput

Autogenerated input type of DeleteCustomModuleCollection

Fields

deprecated DO NOT USE
id · ID! · required · ID of the question group to delete

Used By

Definition

"""
Autogenerated input type of DeleteCustomModuleCollection
"""
input DeleteCustomModuleCollectionInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the question group to delete
"""
id: ID!
}