INPUT_OBJECT

EntityGroupDynamicDefinitionInput

Definition of a dynamic entity group

link GraphQL Schema definition

  • input EntityGroupDynamicDefinitionInput {
  • # Optional entityId of the group.
  • # If present, this will update the existing group to the new definition.
  • # Otherwise, a new group will be created.
  • entityId: EntityId
  • # Optional entityName - only relevant for entities of type EntityGroup or
  • # PotentialEntityGroup
  • entityName: String
  • # Optional rules defining the group
  • queryFilter: QueryFilter
  • # Optional policy for updating the entity group or app
  • updatePolicy: EntityGroupUpdatePolicyInput
  • }