Remove subscription code

This commit is contained in:
Chi Vinh Le
2017-08-02 18:14:52 +07:00
parent 94901d40f3
commit b6b7570bcc
8 changed files with 4 additions and 51 deletions
-4
View File
@@ -1046,10 +1046,6 @@ type Subscription {
# Requires the `ADMIN` or `MODERATOR` role.
commentFlagged(asset_id: ID): Comment
# Get an update whenever a comment is featured.
# Requires the `ADMIN` or `MODERATOR` role.
commentFeatured(asset_id: ID): Comment
# Get an update whenever a comment has been accepted.
# Requires the `ADMIN` or `MODERATOR` role.
commentAccepted(asset_id: ID): Comment