Anchor to MarketLocalizationMarket
objectMarket Localization
The market localization of a field within a resource, which is determined by the market ID.
Anchor to FieldsFields
- key (String!)
- market (Market!)
- outdated (Boolean!)
- updatedAt (DateTime)
- value (String)
- •String!non-null
A reference to the value being localized on the resource that this market localization belongs to.
- Anchor to marketmarket•Market!non-null
The market that the localization is specific to.
- Anchor to outdatedoutdated•Boolean!non-null
Whether the original content has changed since this market localization was updated.
- Anchor to updatedAtupdated•Date
At Time The date and time when the market localization was updated.
- Anchor to valuevalue•String
The value of the market localization.
Was this section helpful?
Anchor to MutationsMutations
- marketLocalizationsRegister (MarketLocalizationsRegisterPayload)
- marketLocalizationsRemove (MarketLocalizationsRemovePayload)
- •mutation
Creates or updates market localizations.
- Anchor to resourceIdresource•ID!
Id required The ID of the resource that is being localized within the context of a market.
- Anchor to marketLocalizationsmarket•[Market
Localizations Localization Register Input!]! required The input fields for a market localization.
Arguments
- •mutation
Deletes market localizations.
- Anchor to resourceIdresource•ID!
Id required The ID of the resource for which market localizations are being deleted.
- Anchor to marketLocalizationKeysmarket•[String!]!
Localization Keys required The list of market localization keys.
- Anchor to marketIdsmarket•[ID!]!
Ids required The list of market IDs.
Arguments
Was this section helpful?