Skip to main content

NotificationDSAReportDetails

No description

type NotificationDSAReportDetails {
id: ID!
createdAt: Time!
referenceID: String!
comment: Comment
user: User
lawBrokenDescription: String
additionalInformation: String
submissionID: ID
}

Fields

NotificationDSAReportDetails.id ● ID! non-null scalar

id is the primary identifier of the DSA report.

NotificationDSAReportDetails.createdAt ● Time! non-null scalar

createdAt is the date when this report was created

NotificationDSAReportDetails.referenceID ● String! non-null scalar

referenceID is the friendly identifier that is human readable for the DSA report.

NotificationDSAReportDetails.comment ● Comment object

comment is the comment associated with the DSA report.

NotificationDSAReportDetails.user ● User object

user is the target user (of the comment) the DSA report pertains to.

NotificationDSAReportDetails.lawBrokenDescription ● String scalar

lawBrokenDescription describes the law that was allegedly broken in the DSA report.

NotificationDSAReportDetails.additionalInformation ● String scalar

additionalInformation is any further relevant details added by the user who filed the DSA report.

NotificationDSAReportDetails.submissionID ● ID scalar

submissionID is the linking id that connects this DSA report to other reports that may have been submitted at the same time by the same reporting user as a collection of co-related DSA reports.

Member Of

Notification object