Skip to main content
object

The market localization of a field within a resource, which is determined by the market ID.

String!
non-null

A reference to the value being localized on the resource that this market localization belongs to.

Market!
non-null

The market that the localization is specific to.

Boolean!
non-null

Whether the original content has changed since this market localization was updated.

DateTime

The date and time when the market localization was updated.

String

The value of the market localization.


Was this section helpful?

mutation

Creates or updates market localizations.

Arguments

ID!
required

The ID of the resource that is being localized within the context of a market.

[MarketLocalizationRegisterInput!]!
required

The input fields for a market localization.


mutation

Deletes market localizations.

Arguments

ID!
required

The ID of the resource for which market localizations are being deleted.

Anchor to marketLocalizationKeysmarketLocalizationKeys
[String!]!
required

The list of market localization keys.

[ID!]!
required

The list of market IDs.



Was this section helpful?