INPUT_OBJECT

updateAutoscoringInput

Autogenerated input type of updateAutoscoring

link GraphQL Schema definition

  • input updateAutoscoringInput {
  • # 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
  • }