Merge pull request #951 from Human-Connection/805-remove-unused-query

Remove unused query as cleanup
This commit is contained in:
Wolfgang Huß 2019-07-04 08:09:58 +02:00 committed by GitHub
commit 4b1bcdc0f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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