QuestionTranslationArgs
No description
input QuestionTranslationArgs {
localeId: ID!
key: String!
translation: String
}
Fields
QuestionTranslationArgs.localeId ● ID! non-null scalar common
The ID of the locale to set the translation.
QuestionTranslationArgs.key ● String! non-null scalar common
The translated property key.
QuestionTranslationArgs.translation ● String scalar common
The translation.