feat(global-search): add filtering options by starred and bookmarked (#1336)

Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
This commit is contained in:
LaurentiuNiculae
2023-04-27 18:11:13 +03:00
committed by GitHub
parent 635d07ae04
commit 3d8a4022bd
9 changed files with 254 additions and 2 deletions
+8
View File
@@ -544,6 +544,14 @@ input Filter {
Only return images or repositories with at least one signature
"""
HasToBeSigned: Boolean
"""
Only returns images or repositories that are bookmarked or not bookmarked
"""
IsBookmarked: Boolean
"""
Only returns images or repositories that are starred or not starred
"""
IsStarred: Boolean
}
"""