DeleteDSAReportNoteInput
No description
type DeleteDSAReportNoteInput { id: ID! reportID: ID! clientMutationId: String!}Fields#
id (ID!)#
id of the note to be deleted from DSAReport history
reportID (ID!)#
reportID is the id of the DSAReport from which the note is to be deleted
clientMutationId (String!)#
clientMutationId is required for Relay support.