diff --git a/backend/src/schema/types/schema.gql b/backend/src/schema/types/schema.gql index 8b0f422c8..cbbadeb52 100644 --- a/backend/src/schema/types/schema.gql +++ b/backend/src/schema/types/schema.gql @@ -17,7 +17,6 @@ type Query { LIMIT $limit """ ) - CommentByPost(postId: ID!): [Comment]! } type Mutation {