INPUT_OBJECT

CreateDraftTranslationInput

link GraphQL Schema definition

  • input CreateDraftTranslationInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the account type.
  • accountTypeId: ID
  • # Id of the appointment type.
  • appointmentTypeId: ID
  • # Id of the contact type.
  • contactTypeId: ID
  • # Id of the translated data option.
  • dataId: ID
  • # Translated text in German.
  • deDe: String
  • # Translated text in US English.
  • enUs: String
  • # Translated text in Spanish.
  • esEs: String
  • # Id of the translated field.
  • 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!
  • # Id of the lead type.
  • leadTypeId: ID
  • # Id of the opportunity product relation type.
  • opptyProductRelationTypeId: ID
  • # Id of the opportunity type.
  • opptyTypeId: ID
  • # Id of the product type.
  • productTypeId: ID
  • # Id of the project type.
  • projectTypeId: ID
  • # Translated text in Brazilian Portuguese.
  • ptBr: String
  • # Id of the task type.
  • taskTypeId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by