fix: readme + admin UI fixes

This commit is contained in:
Nicolas Giard
2018-10-19 18:18:55 -04:00
parent c08b5ac837
commit 553ebefb86
4 changed files with 4 additions and 174 deletions

View File

@@ -25,7 +25,7 @@ type NavigationQuery {
type NavigationMutation {
updateTree(
tree: [NavigationItemInput]!
): DefaultResponse
): DefaultResponse @auth(requires: ["manage:navigation", "manage:system"])
}
# -----------------------------------------------