feat: page tree browser
This commit is contained in:
11
client/graph/common/common-pages-query-tree.gql
Normal file
11
client/graph/common/common-pages-query-tree.gql
Normal file
@@ -0,0 +1,11 @@
|
||||
query ($parent: Int!, $mode: PageTreeMode!, $locale: String!) {
|
||||
pages {
|
||||
tree(parent: $parent, mode: $mode, locale: $locale) {
|
||||
id
|
||||
path
|
||||
title
|
||||
isFolder
|
||||
parent
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user