Anchor to HasPublishedTranslationsHas
HasPublishedTranslations
interface
Published translations associated with the resource.
Anchor to FieldsFields
- Anchor to translationstranslations•[Translation!]!non-null
The published translations associated with the resource.
Was this section helpful?
{
"translations": [
{
"locale": "",
"marketId": ""
}
]
}
{
"translations": [
{
"locale": "",
"marketId": ""
}
]
}
interface HasPublishedTranslations {
translations: [Translation!]!
}