From d1606c6b1f4421278bcef300893cc424cffeadb6 Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Mon, 25 Nov 2019 12:35:32 +0100 Subject: [PATCH] Add shoutedBy_some to _PostFilter - we have a feature that allows users to publicly show their shouts with their consent. we need this for the filter to work. --- backend/src/schema/types/type/Post.gql | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/schema/types/type/Post.gql b/backend/src/schema/types/type/Post.gql index a52558071..b29ac5386 100644 --- a/backend/src/schema/types/type/Post.gql +++ b/backend/src/schema/types/type/Post.gql @@ -19,6 +19,7 @@ input _PostFilter { title_not_starts_with: String title_ends_with: String title_not_ends_with: String + shoutedBy_some: _UserFilter slug: String slug_not: String slug_in: [String!]