feat: new nav UI (wip)

This commit is contained in:
NGPixel
2020-02-02 16:26:44 -05:00
committed by Nicolas Giard
parent 53ceea74f1
commit 3ca72ccc1e
8 changed files with 404 additions and 180 deletions

View File

@@ -1,12 +0,0 @@
mutation ($tree: [NavigationItemInput]!) {
navigation{
updateTree(tree: $tree) {
responseResult {
succeeded
errorCode
slug
message
}
}
}
}

View File

@@ -1,12 +0,0 @@
{
navigation {
tree {
id
kind
label
icon
targetType
target
}
}
}