TranslationJson
Last edit: Oct 26, 2022
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
)