GraphQL API

GraphQL API

Latest Poppulo platform GraphQL API

EmailContentArticleLocalisedValues

Type for getting locale specific Published articles metadata

Fields

  • language

    Locale

    BCP-47 locale code for this content version

  • isRightToLeft

    Boolean

    Right-to-left text direction flag for languages like Arabic/Hebrew

  • title

    String

    Article headline in this locale

  • subtitle

    String

    Optional subheading or tagline

  • author

    String

    Byline or author attribution

  • summary

    String

    HTML summary/preview content. Images use `notessa-image://<imageReference>` in src attributes. Template macros are expanded to their default values.

  • summaryCaption

    String

    Caption or alt text for the synopsis section

  • summaryImageRef

    String

    Image reference key for the primary synopsis image. Corresponds to an entry in the article's `images` array. Null when no synopsis image is configured for this locale.

  • body

    String

    Full HTML article content with same image/macro processing as synopsis.

  • bodyCaption

    String

    Caption or alt text for the body section

  • bodyImageRef

    String

    Image reference key for the primary body image. Null when no body image is configured for this locale.

  • galleryImageRefs
    List

    String

    Array of image reference keys for additional gallery images. Empty array when no gallery images are attached to this locale.

  • fullStoryLinkText

    String

    Link text for "read more" or "full story" call-to-action