Remove memberships

This commit is contained in:
samaradel
2021-03-31 09:58:14 +02:00
parent eabb7d1a1b
commit 4132e8d885
3 changed files with 32 additions and 32 deletions

View File

@@ -60,7 +60,7 @@ query ($private: Int){
}
}
people: allPerson(filter: { private: { ne: $private }, memberships: { id: {in: ["foundation", "tech"]}}}) {
people: allPerson(filter: { private: { ne: $private }}) {
edges {
node {
id
@@ -69,11 +69,11 @@ query ($private: Int){
content
name
rank
memberships{
id
title
path
}
# memberships{
# id
# title
# path
# }
bio
linkedin
websites