Remove unused query as cleanup

This commit is contained in:
Matt Rider 2019-07-02 14:36:03 -03:00
parent db3221cec6
commit 4c7718afb4

View File

@ -17,7 +17,6 @@ type Query {
LIMIT $limit
"""
)
CommentByPost(postId: ID!): [Comment]!
}
type Mutation {