INPUT_OBJECT

CreateDraftTranslationInput

link GraphQL Schema definition

  • input CreateDraftTranslationInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single entity instance.
  • accountTypeId: ID
  • # Relation to single entity instance.
  • appointmentTypeId: ID
  • # Relation to single entity instance.
  • contactTypeId: ID
  • # Relation to single entity instance.
  • dataId: ID
  • # Multi-line text input field.
  • deDe: String
  • # Multi-line text input field.
  • enUs: String
  • # Multi-line text input field.
  • esEs: String
  • # Relation to single entity instance.
  • fieldId: ID
  • # Field whose values are strictly defined with an enumeration of values.
  • formType: FormTypeEnum
  • # Field whose values are strictly defined with an enumeration of values.
  • labelType: TranslationLabelTypeEnum!
  • # Relation to single entity instance.
  • leadTypeId: ID
  • # Relation to single entity instance.
  • opptyProductRelationTypeId: ID
  • # Relation to single entity instance.
  • opptyTypeId: ID
  • # Relation to single entity instance.
  • productTypeId: ID
  • # Relation to single entity instance.
  • projectTypeId: ID
  • # Multi-line text input field.
  • ptBr: String
  • # Relation to single entity instance.
  • taskTypeId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by