INPUT_OBJECT
CreateEntityFitnessIndicatorInput
link GraphQL Schema definition
- input CreateEntityFitnessIndicatorInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Description of what the indicator measures, shown in the UI.
- : String!
- # When true, description is treated as a translation key and localized in the UI.
- : Boolean!
- # Id of the fitness configuration.
- : ID!
- # Suggested remediation text shown to the user when a record triggers this
- # indicator.
- : String!
- # When true, how_to_fix is treated as a translation key and localized in the UI.
- : Boolean!
- # When false, the indicator is configured but not evaluated for records.
- : Boolean!
- # Display name of the indicator.
- : String!
- # When true, name is treated as a translation key and localized in the UI;
- # otherwise the literal text is shown.
- : Boolean!
- : FitnessIndicatorSettingsJSONString!
- # Field whose values are strictly defined with an enumeration of values.
- : FitnessIndicatorTypeEnum!
- # Revision when entity was lastly changed.
- : Int
- }