diff --git a/backend/src/schema/types/type/Comment.gql b/backend/src/schema/types/type/Comment.gql index 4abebcba6..1ccf617ef 100644 --- a/backend/src/schema/types/type/Comment.gql +++ b/backend/src/schema/types/type/Comment.gql @@ -18,16 +18,11 @@ type Mutation { postId: ID! content: String! contentExcerpt: String - deleted: Boolean - disabled: Boolean - createdAt: String ): Comment UpdateComment( id: ID! content: String! contentExcerpt: String - deleted: Boolean - disabled: Boolean ): Comment DeleteComment(id: ID!): Comment }