INPUT_OBJECT
CreateEntityFitnessIndicatorInput
link GraphQL Schema definition
- input CreateEntityFitnessIndicatorInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # String value.
- : String!
- # Boolean value.
- : Boolean!
- # Relation to single entity instance.
- : ID!
- # String value.
- : String!
- # Boolean value.
- : Boolean!
- # Boolean value.
- : Boolean!
- # String value.
- : String!
- # Boolean value.
- : Boolean!
- : FitnessIndicatorSettingsJSONString!
- # Field whose values are strictly defined with an enumeration of values.
- : FitnessIndicatorTypeEnum!
- # Revision when entity was lastly changed.
- : Int
- }