Skip to main content

DeleteDSAReportNoteInput

No description

input DeleteDSAReportNoteInput {
id: ID!
reportID: ID!
clientMutationId: String!
}

Fields

DeleteDSAReportNoteInput.id ● ID! non-null scalar

id of the note to be deleted from DSAReport history

DeleteDSAReportNoteInput.reportID ● ID! non-null scalar

reportID is the id of the DSAReport from which the note is to be deleted

DeleteDSAReportNoteInput.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

Member Of

deleteDSAReportNote mutation