CreateDSAReportInput
No description
input CreateDSAReportInput {
commentID: ID!
userID: ID
lawBrokenDescription: String!
additionalInformation: String!
submissionID: ID
commentRevisionID: String
clientMutationId: String!
}
Fields
CreateDSAReportInput.commentID
● ID!
non-null scalar
id of the reported comment
CreateDSAReportInput.userID
● ID
scalar
id of the user who submitted the DSAReport
CreateDSAReportInput.lawBrokenDescription
● String!
non-null scalar
lawBrokenDescription is the text entered by the submitting user to describe which law is broken by the reported comment
CreateDSAReportInput.additionalInformation
● String!
non-null scalar
additionalInformation is more explanation entereted by the submitting user to describe how the comment breaks the law
CreateDSAReportInput.submissionID
● ID
scalar
submissionID keeps track of comments that were submitted together in one form
CreateDSAReportInput.commentRevisionID
● String
scalar
commentRevisionID is the revision ID for the comment for which a DSA report is being submitted.
CreateDSAReportInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
createDSAReport
mutation