Skip to content

enableAutoscoringInput

Autogenerated input type of enableAutoscoring

Fields

deprecated DO NOT USE
item_id · ID! · required · ID of the form being autoscored
module_ids · [ID]! · required · List of form modules to add to a subtotal
subtotal_label · String · Name of the subtotal

Used By

Definition

"""
Autogenerated input type of enableAutoscoring
"""
input enableAutoscoringInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the form being autoscored
"""
item_id: ID!
"""
List of form modules to add to a subtotal
"""
module_ids: [ID]!
"""
Name of the subtotal
"""
subtotal_label: String
}