Restored rudimentary tag filtering.

This commit is contained in:
2020-01-30 23:41:10 +01:00
parent eb9bc4677e
commit 42f227c39d
5 changed files with 36 additions and 1 deletions

View File

@@ -121,6 +121,15 @@ const releasesFragment = `
lessThan: $before,
greaterThan: $after,
}
releasesTags: {
none: {
tag: {
slug: {
in: $exclude
}
}
}
}
},
first: $limit,
orderBy: $orderBy,