Skip to main content
Anchor to MarketLocalizableResource

MarketLocalizableResource

object

Requires read_translations access scope.

A resource that has market localizable fields.

Anchor to marketLocalizableContentmarketLocalizableContent
[MarketLocalizableContent!]!
non-null

The market localizable content.

[MarketLocalization!]!
non-null

Market localizations for the market localizable content.

Arguments

ID!
required

Filters market localizations by market ID.


ID!
non-null

The GID of the resource.


Was this section helpful?

query

A resource that can have localized values for different markets.

Arguments

ID!
required

Find a market localizable resource by ID.


query

Resources that can have localized values for different markets.

Arguments

MarketLocalizableResourceType!
required

Return only resources of a type.

Int

The first n elements from the paginated list.

String

The elements that come after the specified cursor.

Int

The last n elements from the paginated list.

String

The elements that come before the specified cursor.

Boolean
Default:false

Reverse the order of the underlying list.


query

Resources that can have localized values for different markets.

Arguments

[ID!]!
required

Return only resources for given IDs.

Int

The first n elements from the paginated list.

String

The elements that come after the specified cursor.

Int

The last n elements from the paginated list.

String

The elements that come before the specified cursor.

Boolean
Default:false

Reverse the order of the underlying list.



Was this section helpful?