mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +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