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