OBJECT
1type TranslatedField {2# Name of the field on the translated object3field: String! 45# Will be null if not translated6value: String 78}