remove not working filters from schema

This commit is contained in:
Moriz Wahl 2022-10-04 02:02:59 +02:00
parent 833bd5ff77
commit 16a24bfddf

View File

@ -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 {