feat: new nav UI (wip)
This commit is contained in:
		| @@ -1,12 +0,0 @@ | ||||
| mutation ($tree: [NavigationItemInput]!) { | ||||
|   navigation{ | ||||
|     updateTree(tree: $tree) { | ||||
|       responseResult { | ||||
|         succeeded | ||||
|         errorCode | ||||
|         slug | ||||
|         message | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| } | ||||
| @@ -1,12 +0,0 @@ | ||||
| { | ||||
|   navigation { | ||||
|     tree { | ||||
|       id | ||||
|       kind | ||||
|       label | ||||
|       icon | ||||
|       targetType | ||||
|       target | ||||
|     } | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user