AddDSAReportNoteInput
No description
input AddDSAReportNoteInput {
userID: ID!
body: String!
reportID: ID!
clientMutationId: String!
}
Fields
AddDSAReportNoteInput.userID
● ID!
non-null scalar
id of the user who added the note to the DSAReport
AddDSAReportNoteInput.body
● String!
non-null scalar
body is the text of the note added to the DSAReport
AddDSAReportNoteInput.reportID
● ID!
non-null scalar
reportID is the id of the DSAReport to which the note is being added
AddDSAReportNoteInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
addDSAReportNote
mutation