mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #1595 from Human-Connection/1454-security-issue-comment-mutations
Remove deleted/disabled/createdAt from Comment mutations
This commit is contained in:
commit
cb574dd850
@ -18,16 +18,11 @@ type Mutation {
|
|||||||
postId: ID!
|
postId: ID!
|
||||||
content: String!
|
content: String!
|
||||||
contentExcerpt: String
|
contentExcerpt: String
|
||||||
deleted: Boolean
|
|
||||||
disabled: Boolean
|
|
||||||
createdAt: String
|
|
||||||
): Comment
|
): Comment
|
||||||
UpdateComment(
|
UpdateComment(
|
||||||
id: ID!
|
id: ID!
|
||||||
content: String!
|
content: String!
|
||||||
contentExcerpt: String
|
contentExcerpt: String
|
||||||
deleted: Boolean
|
|
||||||
disabled: Boolean
|
|
||||||
): Comment
|
): Comment
|
||||||
DeleteComment(id: ID!): Comment
|
DeleteComment(id: ID!): Comment
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user