Add filter
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<page-query>
|
||||
|
||||
query ($private: Int){
|
||||
projects: allProject (filter: { private: { ne: $private }, tags: { id: {in: ["farming"]}}}){
|
||||
projects: allProject (filter: { private: { ne: $private }, tags: { id: {in: ["tech", "foundation"]}}}){
|
||||
edges {
|
||||
node {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user