ChangeDSAReportStatusInput
No description
type ChangeDSAReportStatusInput { userID: ID! status: DSAReportStatus! reportID: ID! clientMutationId: String!}Fields#
userID (ID!)#
id of the user who changed the status of the DSAReport
status (DSAReportStatus!)#
status is the new status of the DSAReport
reportID (ID!)#
reportID is the id of the DSAReport that is having its status changed
clientMutationId (String!)#
clientMutationId is required for Relay support.