- # Published translation of a field of a resource.
- type PublishedTranslation {
- # The resource field that is being translated.
- key: String!
- # The locale of this translation.
- locale: String!
- # The ID of the market that the translation is specific to. Null value means the translation is available in any market.
- marketId: ID
- # The translation value.
- value: String
- }
|