close

Filter

Headless Server Developer Manual / Version 2310
Table Of Contents

For a CMExternalLink that is linked to for example a CMTeaser, an external URL can be queried as follows:

{
  content {
    content(id:"12216") {
      ... on CMTeaser {
        teaserTarget {
          ... on CMExternalLink {
            url
            openInNewTab
          }
        }
      }
    }
  }
}
Was this article useful?

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.