INPUT_OBJECT
UpdateEntityHealthInput
link GraphQL Schema definition
- input UpdateEntityHealthInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # When false, health is configured but not evaluated for records of this type.
- : Boolean
- # Timestamp of the last full health recalculation across all matching records.
- : DateTime
- # Id of the account type.
- : ID
- # Revision when entity was lastly changed.
- : Int
- : EntityHealthSettingsJSONString
- }