aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/graph/resolve.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsfs/graph/resolve.py')
-rw-r--r--bsfs/graph/resolve.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsfs/graph/resolve.py b/bsfs/graph/resolve.py
index 0ba1e36..95dcfc1 100644
--- a/bsfs/graph/resolve.py
+++ b/bsfs/graph/resolve.py
@@ -48,6 +48,7 @@ class Filter():
root_type: bsc.Node,
node: typing.Optional[ast.filter.FilterExpression],
):
+ """Resolve Nodes instances of a *node* query starting at *root_type*."""
if node is None:
return None
return self._parse_filter_expression(root_type, node)