INPUT_OBJECT

CreateOrUpdateTargetInput

link GraphQL Schema definition

  • input CreateOrUpdateTargetInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Field whose values are strictly defined with an enumeration of values.
  • calculationType: TargetCalculationTypeEnum
  • # Id of the target currency.
  • currencyId: ID
  • # Free-text description shown alongside the target.
  • description: String
  • # When true, the target is currently being tracked; when false, the target is a
  • # draft or has been deactivated.
  • isActive: Boolean
  • # Name of the entity and its default text representation.
  • name: String
  • # Id of the owning user.
  • ownerId: ID
  • # First date of the active target period. Set when is_active is true; recomputed
  • # from settings.period when activated.
  • periodFrom: Date
  • # Last date of the active target period.
  • periodTo: Date
  • # Id of the assignee user.
  • targetClientId: ID
  • # Field whose values are strictly defined with an enumeration of values.
  • type: TargetTypeEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • # User-level child targets that aggregate into this group target.
  • childTargets: [CreateTargetRelationNoGroupTargetBackrefInput!]
  • }

link Require by