AddDSAReportNoteInput
No description
type AddDSAReportNoteInput { userID: ID! body: String! reportID: ID! clientMutationId: String!}Fields#
userID (ID!)#
id of the user who added the note to the DSAReport
body (String!)#
body is the text of the note added to the DSAReport
reportID (ID!)#
reportID is the id of the DSAReport to which the note is being added
clientMutationId (String!)#
clientMutationId is required for Relay support.