From 16a24bfddfcfa46670ebdddb1da1bb01ff6b5a5b Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 4 Oct 2022 02:02:59 +0200 Subject: [PATCH] remove not working filters from schema --- backend/src/schema/types/type/Post.gql | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/schema/types/type/Post.gql b/backend/src/schema/types/type/Post.gql index dbfa0676d..8ea8b5cdb 100644 --- a/backend/src/schema/types/type/Post.gql +++ b/backend/src/schema/types/type/Post.gql @@ -170,7 +170,6 @@ type Post { @cypher(statement: "MATCH (this)<-[emoted:EMOTED]-(:User) RETURN COUNT(DISTINCT emoted)") group: Group @relation(name: "IN", direction: "OUT") - notVisibleFor: [User]! @cypher("MATCH (this)<-[:CANNOT_SEE]-(user:User) RETURN user") } input _PostInput {