Skip to content

Commit

Permalink
fix schema syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushaddon committed Nov 13, 2023
1 parent fa82a39 commit 768fe95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions server/src/core/server/graph/schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -7221,19 +7221,14 @@ input RejectCommentInput {
commentRevisionID: ID!

"""
reason is the reason the comment is being rejected
reason is the reason the comment is being rejected if DSA features are enabled.
"""
reason: RejectCommentReasonInput

"""
clientMutationId is required for Relay support.
"""
clientMutationId: String!

"""
reason is the reason the comment is being rejected if DSA features are enabled.
"""
reason: RejectCommentReasonInput
}

type RejectCommentPayload {
Expand Down
2 changes: 1 addition & 1 deletion server/src/core/server/models/dsaReport/report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export interface DSAReport extends TenantResource {
* status keeps track of the current status of the DSA Report
*/
status: GQLDSAReportStatus;

/**
* history keeps track of the history of a DSAReport, including notes added, when status is changed,
* and when an illegal content decision is made
Expand Down

0 comments on commit 768fe95

Please sign in to comment.