INPUT_OBJECT
EntityTraversalRecursionUntilInput
Input defining conditions to match to exit traversal recursion
link GraphQL Schema definition
- input EntityTraversalRecursionUntilInput {
- # Optionally filter by entityIds
- EntityId!] : [
- # Optionally filter by this field, support leading '!' (not) and trailing '*'
- # (starts with)
- String!] : [
- # Optionally filter by this field, support leading '!' (not) and trailing '*'
- # (starts with)
- String!] : [
- # Optionally filter by entityTypes corresponding to the values from the enum (this
- # can be used for its autocomplete functionality)
- EntityTypeConst!] : [
- # Optional additional field filters to match for exiting traversal recursion
- #
- # The field format is `[[namespaces.
.](properties.|tags.)]` - QueryFilter :
- # Optionally filter by this field, support leading '!' (not) and trailing '*'
- # (starts with)
- String!] : [
- # Optionally filter by this field, support leading '!' (not) and trailing '*'
- # (starts with)
- String!] : [
- }