Overhaul look and feel of folder select (#527)

This commit is contained in:
InfiniteTF
2020-05-09 05:08:00 +02:00
committed by GitHub
parent e9c68897d7
commit 328db57d6c
8 changed files with 111 additions and 24 deletions

View File

@@ -4,6 +4,10 @@ query Configuration {
}
}
query Directories($path: String) {
directories(path: $path)
}
query Directory($path: String) {
directory(path: $path) {
path
parent
directories
}
}