Rename categories to consentCategories
Exclude the UNCATEGORISED category at the SQL level so the admin cookie/display/translations pages only see consent-relevant categories. Removes dead client-side UNCATEGORISED filters that are no longer needed. Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -102,7 +102,7 @@ type CookieBanner implements Node {
|
||||
|
||||
organization: Organization @goField(forceResolver: true)
|
||||
|
||||
categories(
|
||||
consentCategories(
|
||||
first: Int
|
||||
after: CursorKey
|
||||
last: Int
|
||||
|
||||
Reference in New Issue
Block a user