INPUT_OBJECT
CreateOrUpdateTargetInput
link GraphQL Schema definition
- input CreateOrUpdateTargetInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Field whose values are strictly defined with an enumeration of values.
- : TargetCalculationTypeEnum
- # Relation to single entity instance.
- : ID
- # Multi-line text input field.
- : String
- # Boolean value.
- : Boolean
- # Name of the entity and its default text representation.
- : String
- # Relation to single entity instance.
- : ID
- # Date information.
- : Date
- # Date information.
- : Date
- # Relation to single entity instance.
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : TargetTypeEnum
- # Revision when entity was lastly changed.
- : Int
- # Relations to Targets.
- : [CreateTargetRelationNoGroupTargetBackrefInput!]
- }