INPUT_OBJECT

CreateOrUpdateEntityFitnessIndicatorNoEntityFitnessBackrefInput

link GraphQL Schema definition

  • input CreateOrUpdateEntityFitnessIndicatorNoEntityFitnessBackrefInput {
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Description of what the indicator measures, shown in the UI.
  • description: String
  • # When true, description is treated as a translation key and localized in the UI.
  • descriptionUseLang: Boolean
  • # Suggested remediation text shown to the user when a record triggers this
  • # indicator.
  • howToFix: String
  • # When true, how_to_fix is treated as a translation key and localized in the UI.
  • howToFixUseLang: Boolean
  • # When false, the indicator is configured but not evaluated for records.
  • isEnabled: Boolean
  • # Display name of the indicator.
  • name: String
  • # When true, name is treated as a translation key and localized in the UI;
  • # otherwise the literal text is shown.
  • nameUseLang: Boolean
  • settings: FitnessIndicatorSettingsJSONString
  • # Field whose values are strictly defined with an enumeration of values.
  • type: FitnessIndicatorTypeEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • }