OBJECT

AutoscoredSectionType

The autoscored section for a filled form

link GraphQL Schema definition

  • type AutoscoredSectionType {
  • # The key of the section
  • section_key: String
  • # The title of the section
  • section_title: String
  • # The value of the section
  • value: Float
  • }