close

Filter

Headless Server Developer Manual / Version 2310
Table Of Contents

Derived sites are part of any Site object of the content schema by means of the field derivedSites (see Section 5.5, “Localized Content Management” in Blueprint Developer Manual for details).

query DerivedSitesQuery($id: String!) {
  content {
    site(siteId: $id) {
      name
      id
      locale
      derivedSites {
        name
        id
        locale
      }
    }
  }
}
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.