updateAutoscoringInput
Autogenerated input type of updateAutoscoring
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEmodule_ids
· [ID]
· List of form modules to add to a subtotal section_autoscoring
· Boolean
· If the form or section update enables or disables autoscoring section_ids
· [ID]
· ID of the sections being edited updated_label
· String
· Label that a scoring section is to be updated to Used By
Definition
"""Autogenerated input type of updateAutoscoring"""input updateAutoscoringInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" ID of the form being edited """ form_id: ID!
""" List of form modules to add to a subtotal """ module_ids: [ID]
""" If the form or section update enables or disables autoscoring """ section_autoscoring: Boolean
""" ID of the sections being edited """ section_ids: [ID]
""" Label that a scoring section is to be updated to """ updated_label: String}