diff --git a/schema.graphql b/schema.graphql index 4017b5fb..54c70523 100644 --- a/schema.graphql +++ b/schema.graphql @@ -247,7 +247,6 @@ type Query { # reactons reactionsByAuthor(slug: String!, offset: Int!, limit: Int!): [Reaction]! - reactionsByShout(slug: String!, offset: Int!, limit: Int!): [Reaction]! reactionsForShouts(shouts: [String]!, offset: Int!, limit: Int!): [Reaction]! # collab