ChangeDSAReportStatusInput
No description
input ChangeDSAReportStatusInput {
userID: ID!
status: DSAReportStatus!
reportID: ID!
clientMutationId: String!
}
Fields
ChangeDSAReportStatusInput.userID ● ID! non-null scalar
id of the user who changed the status of the DSAReport
ChangeDSAReportStatusInput.status ● DSAReportStatus! non-null enum
status is the new status of the DSAReport
ChangeDSAReportStatusInput.reportID ● ID! non-null scalar
reportID is the id of the DSAReport that is having its status changed
ChangeDSAReportStatusInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Member Of
changeDSAReportStatus mutation