forked from DebaucheryLibrarian/traxxx
Restored rudimentary tag filtering.
This commit is contained in:
@@ -121,6 +121,15 @@ const releasesFragment = `
|
||||
lessThan: $before,
|
||||
greaterThan: $after,
|
||||
}
|
||||
releasesTags: {
|
||||
none: {
|
||||
tag: {
|
||||
slug: {
|
||||
in: $exclude
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
first: $limit,
|
||||
orderBy: $orderBy,
|
||||
|
||||
Reference in New Issue
Block a user