INPUT_OBJECT
CreateDraftTranslationInput
link GraphQL Schema definition
- input CreateDraftTranslationInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the account type.
- : ID
- # Id of the appointment type.
- : ID
- # Id of the contact type.
- : ID
- # Id of the translated data option.
- : ID
- # Translated text in German.
- : String
- # Translated text in US English.
- : String
- # Translated text in Spanish.
- : String
- # Id of the translated field.
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : FormTypeEnum
- # Field whose values are strictly defined with an enumeration of values.
- : TranslationLabelTypeEnum!
- # Id of the lead type.
- : ID
- # Id of the opportunity product relation type.
- : ID
- # Id of the opportunity type.
- : ID
- # Id of the product type.
- : ID
- # Id of the project type.
- : ID
- # Translated text in Brazilian Portuguese.
- : String
- # Id of the task type.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }