diff --git a/src/main/java/io/cryostat/graphql/RootNode.java b/src/main/java/io/cryostat/graphql/RootNode.java index bbcd325cd..b4deaff7f 100644 --- a/src/main/java/io/cryostat/graphql/RootNode.java +++ b/src/main/java/io/cryostat/graphql/RootNode.java @@ -39,6 +39,9 @@ public DiscoveryNode getRootNode() { return DiscoveryNode.getUniverse(); } + @Description( + "Get target nodes that are descendants of this node. That is, get the set of leaf nodes" + + " from anywhere below this node's subtree.") public List descendantTargets( @Source DiscoveryNode discoveryNode, DescendantTargetsFilterInput filter) { // TODO do this filtering at the database query level as much as possible. As is, this will