mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
remove unused memberIds statement
This commit is contained in:
parent
4a63e1449e
commit
4a12cdf9e2
@ -41,13 +41,6 @@ type Group {
|
||||
myRole: GroupMemberRole # if 'null' then the current user is no member
|
||||
|
||||
posts: [Post] @relation(name: "IN", direction: "IN")
|
||||
memberIds: [String] @cypher(
|
||||
statement: """
|
||||
MATCH (this)<-[membership:MEMBER_OF]-(member:User)
|
||||
WHERE membership.role IN ['usual', 'admin', 'owner']
|
||||
RETURN collect(member.id)
|
||||
"""
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@ -61,7 +54,6 @@ input _GroupFilter {
|
||||
groupType_in: [GroupType!]
|
||||
actionRadius_in: [GroupActionRadius!]
|
||||
myRole_in: [GroupMemberRole!]
|
||||
memberIds_includes: String
|
||||
id: ID
|
||||
id_not: ID
|
||||
id_in: [ID!]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user