Skip to content

deleteAutoscoringInput

Autogenerated input type of deleteAutoscoring

Fields

deprecated DO NOT USE
form_id · ID! · required · ID of the form being edited
section_id · ID! · required · ID of the sections being edited

Used By

Definition

"""
Autogenerated input type of deleteAutoscoring
"""
input deleteAutoscoringInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the form being edited
"""
form_id: ID!
"""
ID of the sections being edited
"""
section_id: ID!
}