INPUT_OBJECT
UpdateEntityHealthInput
link GraphQL Schema definition
- input UpdateEntityHealthInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Boolean value.
- : Boolean
- # Datetime information.
- : DateTime
- # Relation to single entity instance.
- : ID
- # Revision when entity was lastly changed.
- : Int
- : EntityHealthSettingsJSONString
- }