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
- # Id of the target currency.
- : ID
- # Free-text description shown alongside the target.
- : String
- # When true, the target is currently being tracked; when false, the target is a
- # draft or has been deactivated.
- : Boolean
- # Name of the entity and its default text representation.
- : String
- # Id of the owning user.
- : ID
- # First date of the active target period. Set when is_active is true; recomputed
- # from settings.period when activated.
- : Date
- # Last date of the active target period.
- : Date
- # Id of the assignee user.
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : TargetTypeEnum
- # Revision when entity was lastly changed.
- : Int
- # User-level child targets that aggregate into this group target.
- : [CreateTargetRelationNoGroupTargetBackrefInput!]
- }