DeleteDSAReportNoteInput
No description
type DeleteDSAReportNoteInput { id: ID! reportID: ID! clientMutationId: String!}
#
Fieldsid
(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.