Decidim 0.30.0.rc3

Metadecidim API documentation

Explore the API interactively with GraphiQL

TranslatedField

A translated field

Fields

locales ([String])

Lists all the locales in which this translation is available

translation (String)

Returns a single translation given a locale.

Argument Type Description
locale String!

A locale to search for

translations ([LocalizedString]!)

All the localized strings for this translation.

Argument Type Description
locales [String!]

A list of locales to scope the translations to.