enableAutoscoringInput
Autogenerated input type of enableAutoscoring
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEsubtotal_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}