deleteAutoscoringInput
Autogenerated input type of deleteAutoscoring
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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!}