INPUT_OBJECT
EntityTraversalInput
Input defining an entity graph traversal step
link GraphQL Schema definition
- input EntityTraversalInput {
- # Optionally deduplicate the entities after this traversal
- Boolean :
- # Traversal direction
- EntityTraversalDirection! :
- # 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!] : [
- # Optional additional field filters
- 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!] : [
- # Optionally filter traversal by one of the given relationship types, requires an
- # exact match
- String!] : [
- # Optionally filter by this field, support leading '!' (not) and trailing '*'
- # (starts with)
- String!] : [
- # Optionally specify whether the traversals should be constrained to same
- # partition (cloud account id), can be used for optimizing some queries
- EntityTraversalScope :
- }
link Require by
- EntityPrimary Entity type in the graph, implementing the individual EntityNode interface and with additional fields permitting traversals to other entities in the entity topology and to access other graph nodes with information related to the entity.
- EntityQuerynull
- EntityTraversalFilterInputnull
- StatsRelatedEntitiesQueryInputnull