OBJECT
SiteTranslation
link GraphQL Schema definition
- type SiteTranslation implements TranslationInterface {
- : Int!
- # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
- : String!
- # Custom metadata (HTML head)
- : String
- # Cookie banner message
- : String
- # Cookie banner "Read more" button text
- : String
- # Cookie banner "Accept" button text
- : String
- # Privacy agreement message
- : String
- }