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

[MarketLocalizationRegisterInput!]!required

The input fields for a market localization.

ID!required

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


Fields

[MarketLocalization!]

The market localizations that were created or updated.

[TranslationUserError!]!non-null

The list of errors that occurred from executing the mutation.

mutation

Deletes market localizations.

Arguments

[ID!]!required

The list of market IDs.

Anchor to marketLocalizationKeysmarketLocalizationKeys
[String!]!required

The list of market localization keys.

ID!required

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


Fields

[MarketLocalization!]

The market localizations that were deleted.

[TranslationUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?