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
  • # Multi-line text input field.
  • description: String
  • # Boolean value.
  • isActive: Boolean
  • # Name of the entity and its default text representation.
  • name: String
  • # Relation to single entity instance.
  • ownerId: ID
  • # Date information.
  • periodFrom: Date
  • # Date information.
  • periodTo: Date
  • # Relation to single entity instance.
  • targetClientId: ID
  • # Field whose values are strictly defined with an enumeration of values.
  • type: TargetTypeEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Relations to Targets.
  • childTargets: [CreateTargetRelationNoGroupTargetBackrefInput!]
  • }

link Require by