INPUT_OBJECT

CreateOrUpdateEntityFitnessIndicatorNoEntityFitnessBackrefInput

link GraphQL Schema definition

  • input CreateOrUpdateEntityFitnessIndicatorNoEntityFitnessBackrefInput {
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # String value.
  • description: String
  • # Boolean value.
  • descriptionUseLang: Boolean
  • # String value.
  • howToFix: String
  • # Boolean value.
  • howToFixUseLang: Boolean
  • # Boolean value.
  • isEnabled: Boolean
  • # String value.
  • name: String
  • # Boolean value.
  • 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
  • }