close

Filter

loading table of contents...

Headless Server Developer Manual / Version 2310

Table Of Contents

4.10.5 Querying derived Sites

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
      }
    }
  }
}

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

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