DeleteDSAReportNotePayload
No description
type DeleteDSAReportNotePayload {
dsaReport: DSAReport
clientMutationId: String!
}
Fields
DeleteDSAReportNotePayload.dsaReport
● DSAReport
object
dsaReport is the DSAReport from which the note was deleted
DeleteDSAReportNotePayload.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Returned By
deleteDSAReportNote
mutation