INPUT_OBJECT

CreateEntityFitnessIndicatorInput

link GraphQL Schema definition

  • input CreateEntityFitnessIndicatorInput {
  • clientMutationId: String
  • # 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!
  • # Id of the fitness configuration.
  • entityFitnessId: ID!
  • # 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
  • }

link Require by