TranslationJson
Last edit: Nov 10, 2025
TranslationJson
type TranslationJson {
deleted_records: Int!
key: String!
locale: String!
strategy: TranslationJsonStrategy!
upserted_records: Int!
value_json: HashObject!
}
TranslationJson
type TranslationJson {
deleted_records: Int!
key: String!
locale: String!
strategy: TranslationJsonStrategy!
upserted_records: Int!
value_json: HashObject!
}
deleted_records (Int)key (String)locale (String)strategy (TranslationJsonStrategy)upserted_records (Int)value_json (HashObject)