File tree Expand file tree Collapse file tree
docs/docs/python-sdk/sdk_ref/infrahub_sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ JSONSchema
7878kbps
7979Keycloak
8080Loopbacks
81+ loopless
8182markdownlint
8283MDX
8384max_count
Original file line number Diff line number Diff line change @@ -145,6 +145,8 @@ Requires Infrahub 1.10 or later.
145145- ` excluded_namespaces ` : Schema namespaces to exclude from traversal.
146146- ` excluded_kinds ` : Node kinds to exclude from traversal.
147147- ` included_kinds ` : Node kinds to re-include when otherwise excluded by default.
148+ - ` shortest_paths_only ` : When True (the server default), only return the shortest
149+ path(s); when False, return all loopless paths (exhaustive mode).
148150- ` branch ` : Name of the branch to query from. Defaults to default_branch.
149151- ` at ` : Time of the query. Defaults to now.
150152- ` timeout ` : Overrides the default GraphQL timeout, in seconds.
@@ -687,6 +689,8 @@ Requires Infrahub 1.10 or later.
687689- ` excluded_namespaces ` : Schema namespaces to exclude from traversal.
688690- ` excluded_kinds ` : Node kinds to exclude from traversal.
689691- ` included_kinds ` : Node kinds to re-include when otherwise excluded by default.
692+ - ` shortest_paths_only ` : When True (the server default), only return the shortest
693+ path(s); when False, return all loopless paths (exhaustive mode).
690694- ` branch ` : Name of the branch to query from. Defaults to default_branch.
691695- ` at ` : Time of the query. Defaults to now.
692696- ` timeout ` : Overrides the default GraphQL timeout, in seconds.
You can’t perform that action at this time.
0 commit comments