INPUT_OBJECT

enableAutoscoringInput

Autogenerated input type of enableAutoscoring

link GraphQL Schema definition

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