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

@@ -87,11 +87,11 @@
content
name
rank
memberships{
id
title
path
}
# memberships{
# id
# title
# path
# }
projects{
id
title
@@ -144,16 +144,16 @@
}
}
memberships: allMembership(filter: {title: {in: ["foundation", "tech"]}}){
edges{
node{
id
title
path
}
}
}
}
# memberships: allMembership(filter: {title: {in: ["foundation", "tech"]}}){
# edges{
# node{
# id
# title
# path
# }
# }
# }
}
</page-query>
<script>