filter
This parser helps you filter a SDTF graph.
Interface
Options
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
|
| The query that select items in the graph. | ||
|
|
|
| Whether to resolve the aliases of the graph. Thus, preventing aliases to become unresolvable when their source is not included in the selected items. |
|
|
|
| Whether to allow unresolvable aliases to flow through.
This option is only available when |
|
|
|
| When you target tokens from different areas in your graph you can end up with tokens that will have the same name which will lead to an override. When set to |
|
|
|
| By default, this parser mutates your graph. When set to |
Basic usage: select all tokens from a group in a collection
Last updated