From 1b6f88476edf9b4bf2514dfdc033af9102b849e1 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Fri, 14 Oct 2022 21:15:04 +0300 Subject: [PATCH] caching-unlimited --- schema.graphql | 1 - 1 file changed, 1 deletion(-) 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