feat: tags UI (wip) + save tags from page
This commit is contained in:
8
client/graph/common/common-pages-query-tags.gql
Normal file
8
client/graph/common/common-pages-query-tags.gql
Normal file
@@ -0,0 +1,8 @@
|
||||
query {
|
||||
pages {
|
||||
tags {
|
||||
tag
|
||||
title
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user