feat: add initial my pages navigation
This commit is contained in:
29
lib/graphql/Query/NavigationMyPages.graphql
Normal file
29
lib/graphql/Query/NavigationMyPages.graphql
Normal file
@@ -0,0 +1,29 @@
|
||||
query GetNavigationMyPages {
|
||||
all_navigation_my_pages {
|
||||
items {
|
||||
items {
|
||||
... on NavigationMyPagesItemsItem {
|
||||
__typename
|
||||
item {
|
||||
pageConnection {
|
||||
edges {
|
||||
node {
|
||||
... on CodeDefinedPage {
|
||||
title
|
||||
}
|
||||
... on ContentPage {
|
||||
title
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
link_text
|
||||
}
|
||||
}
|
||||
}
|
||||
system {
|
||||
uid
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user