INPUT_OBJECT

UpdateEntityHealthInput

link GraphQL Schema definition

  • input UpdateEntityHealthInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # When false, health is configured but not evaluated for records of this type.
  • isEnabled: Boolean
  • # Timestamp of the last full health recalculation across all matching records.
  • lastRecalculation: DateTime
  • # Id of the account type.
  • typeId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • settings: EntityHealthSettingsJSONString
  • }

link Require by