AddDSAReportNotePayload
No description
type AddDSAReportNotePayload {
dsaReport: DSAReport
clientMutationId: String!
}
Fields
AddDSAReportNotePayload.dsaReport
● DSAReport
object
dsaReport is the DSAReport that the note was added to
AddDSAReportNotePayload.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Returned By
addDSAReportNote
mutation