Translation - admin-graphql - OBJECT
Version: 2024-10
Description:
Translation of a field of a resource.
Access Scopes
Fields
-
key:
String! -
On the resource that this translation belongs to, the reference to the value being translated.
-
locale:
String! -
ISO code of the translation locale.
-
market:
Market -
The market that the translation is specific to. Null value means the translation is available in all markets.
-
outdated:
Boolean! -
Whether the original content has changed since this translation was updated.
-
updatedAt:
DateTime -
The date and time when the translation was updated.
-
value:
String -
Translation value.
Connections
Related queries
Related mutations
Related Unions
Examples