Skip to main content

RootSiteInput

Input type for updating root site settings.

input RootSiteInput {
authLayoutId: ID
defaultLayoutId: ID
rootPageId: ID
site_name: String
}

Fields

RootSiteInput.authLayoutId ● ID scalar

ID of the CMS layout to use for authentication pages.

RootSiteInput.defaultLayoutId ● ID scalar

ID of the default CMS layout for pages.

RootSiteInput.rootPageId ● ID scalar

ID of the root page.

RootSiteInput.site_name ● String scalar

Display name shown in the navigation bar.

Member Of

UpdateRootSiteInput input