mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
remove not working filters from schema
This commit is contained in:
parent
833bd5ff77
commit
16a24bfddf
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user