It says “one level”, you have to define the edges/preds in one level to be used by the recurse query in all levels it finds.
{
get_all_comments(func: uid("0x139")) @recurse(depth: 1) {
uid
author
content
comments #recursive call
}
}