INPUT_OBJECT

EntityRelationshipQueryFilter

link GraphQL Schema definition

  • input EntityRelationshipQueryFilter {
  • # Optionally filter by creation time range
  • creationTimeRange: EntityTimeRangeFilter
  • # Optionally filter by field
  • destEntityId: [EntityId!]
  • # Optionally filter by field
  • destEntityType: [String!]
  • # Optionally filter by entityTypes corresponding to the values from the enum (this
  • # can be used for its autocomplete functionality)
  • destEntityTypeConst: [EntityTypeConst!]
  • # Optionally filter by lastUpdate time range
  • lastUpdateTimeRange: EntityTimeRangeFilter
  • # Optionally filter by field
  • relationshipId: [String!]
  • # Optionally filter by field
  • relationshipType: [String!]
  • # Optionally filter by field
  • sourceEntityId: [EntityId!]
  • # Optionally filter by field
  • sourceEntityType: [String!]
  • # Optionally filter by entityTypes corresponding to the values from the enum (this
  • # can be used for its autocomplete functionality)
  • sourceEntityTypeConst: [EntityTypeConst!]
  • # Optionally filter by field
  • traversalScope: EntityTraversalScope
  • }