From 4c7718afb414f0a13f132172c144baa23fbff2ff Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Tue, 2 Jul 2019 14:36:03 -0300 Subject: [PATCH] Remove unused query as cleanup --- backend/src/schema/types/schema.gql | 1 - 1 file changed, 1 deletion(-) 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 {