Skip to content

CopyCustomModuleCollectionInput

Autogenerated input type of CopyCustomModuleCollection

Fields

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

Used By

Definition

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