rejectGeneratedFormAnswerGroupInput
Autogenerated input type of rejectGeneratedFormAnswerGroup
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USErejection_reason
· [GeneratedFormAnswerGroupRejectionReasonEnum!] · One or more reasons for rejecting the proposed note Used By
Definition
"""Autogenerated input type of rejectGeneratedFormAnswerGroup"""input rejectGeneratedFormAnswerGroupInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The ID of the generated form answer group to reject """ id: ID!
""" Free-text feedback explaining why the proposed note was rejected """ feedback: String
""" One or more reasons for rejecting the proposed note """ rejection_reason: [GeneratedFormAnswerGroupRejectionReasonEnum!] = []}