query getPath($uuid: String) {
    node(uuid: $uuid) {
        path
    }
}
# [$.errors=<is-undefined>]