From 3f814db65a1d5f87733a8371f84eba85dc26b1fd Mon Sep 17 00:00:00 2001 From: Rob Earlam Date: Fri, 12 Jul 2024 10:11:18 +1000 Subject: [PATCH 01/14] Initial restructuring commit --- README.md | 51 +- .../Directory.Build.targets | 0 Packages.props => authoring/Packages.props | 0 .../XmCloudAuthoring.sln | 2 +- {src => authoring}/platform/Platform.csproj | 4 +- .../platform/Platform.wpp.targets | 0 .../platform/Properties/AssemblyInfo.cs | 4 +- .../Properties/PublishProfiles/Local.pubxml | 0 {src => authoring}/platform/README.md | 0 {src => authoring}/platform/web.config | 0 .../traefik/config/dynamic/certs_config.yaml | 6 - .../nextjs-starter/app}/.env | 184 +- .../nextjs-starter/app}/.eslintrc | 52 +- .../nextjs-starter/app}/.gitattributes | 22 +- .../nextjs-starter/app}/.gitignore | 64 +- .../nextjs-starter/app}/.graphql-let.yml | 16 +- .../nextjs-starter/app}/.prettierignore | 0 .../nextjs-starter/app}/.prettierrc | 16 +- .../app}/.vscode/extensions.json | 18 +- .../nextjs-starter/app}/.vscode/launch.json | 30 +- .../nextjs-starter/app}/LICENSE.txt | 404 +- .../nextjs-starter/app}/README.md | 10 +- .../nextjs-starter/app}/next-env.d.ts | 0 .../nextjs-starter/app}/next.config.js | 0 .../nextjs-starter/app}/package-lock.json | 4 +- .../nextjs-starter/app}/package.json | 4 +- .../nextjs-starter/app}/public/favicon.ico | Bin .../nextjs-starter/app}/public/sc_logo.svg | 104 +- .../nextjs-starter/app}/scripts/bootstrap.ts | 0 .../app}/scripts/config/index.ts | 0 .../app}/scripts/config/plugins/computed.ts | 0 .../scripts/config/plugins/edge-platform.ts | 0 .../app}/scripts/config/plugins/fallback.ts | 0 .../app}/scripts/config/plugins/multisite.ts | 0 .../scripts/config/plugins/package-json.ts | 0 .../scripts/config/plugins/scjssconfig.ts | 0 .../app}/scripts/config/plugins/sxa.ts | 0 .../fetch-graphql-introspection-data.ts | 0 .../generate-component-builder/index.ts | 0 .../plugins/component-builder.ts | 0 .../plugins/components.ts | 0 .../plugins/feaas.ts | 0 .../plugins/packages.ts | 0 .../app}/scripts/generate-config.ts | 0 .../app}/scripts/generate-metadata.ts | 0 .../app}/scripts/generate-plugins.ts | 0 .../app}/scripts/install-pre-push-hook.ts | 0 .../app}/scripts/scaffold-component/index.ts | 0 .../scaffold-component/plugins/byoc.ts | 0 .../scaffold-component/plugins/component.ts | 0 .../plugins/next-steps-byoc.ts | 0 .../scaffold-component/plugins/next-steps.ts | 0 .../app}/scripts/temp/.gitignore | 4 +- .../scripts/templates/byoc-component-src.ts | 0 .../app}/scripts/templates/component-src.ts | 0 .../nextjs-starter/app}/scripts/utils.ts | 0 .../nextjs-starter/app}/src/Bootstrap.tsx | 0 .../nextjs-starter/app}/src/Layout.tsx | 0 .../nextjs-starter/app}/src/Navigation.tsx | 0 .../nextjs-starter/app}/src/NotFound.tsx | 0 .../nextjs-starter/app}/src/Scripts.tsx | 0 .../nextjs-starter/app}/src/assets/app.css | 72 +- .../app}/src/assets/basic/_component.scss | 96 +- .../app}/src/assets/basic/_container.scss | 128 +- .../app}/src/assets/basic/_fonts.scss | 6 +- .../app}/src/assets/basic/_footer.scss | 62 +- .../app}/src/assets/basic/_header.scss | 98 +- .../app}/src/assets/basic/_navigation.scss | 300 +- .../app}/src/assets/basic/_promo.scss | 116 +- .../app}/src/assets/basic/_rich-text.scss | 22 +- .../app}/src/assets/basic/_variables.scss | 18 +- .../app}/src/assets/basic/main.scss | 16 +- .../nextjs-starter/app}/src/assets/main.scss | 8 +- .../app}/src/assets/sass/_app.scss | 206 +- .../src/assets/sass/abstracts/_functions.scss | 16 +- .../src/assets/sass/abstracts/_mixins.scss | 242 +- .../app}/src/assets/sass/abstracts/_vars.scss | 6 +- .../assets/sass/abstracts/vars/_colors.scss | 566 +- .../sass/abstracts/vars/_fontSizes.scss | 32 +- .../assets/sass/abstracts/vars/_margins.scss | 20 +- .../src/assets/sass/base/fonts/_fonts.scss | 2 +- .../src/assets/sass/base/fonts/index.scss | 2 +- .../app}/src/assets/sass/base/index.scss | 6 +- .../assets/sass/base/links/_link-button.scss | 52 +- .../src/assets/sass/base/links/index.scss | 2 +- .../src/assets/sass/base/reset/_inputs.scss | 116 +- .../src/assets/sass/base/reset/_links.scss | 28 +- .../sass/base/reset/_ui-datepicker.scss | 14 +- .../base/richtext/_richtext-files-icons.scss | 172 +- .../assets/sass/base/richtext/_richtext.scss | 202 +- .../src/assets/sass/base/richtext/index.scss | 4 +- .../assets/sass/base/typehead/_typehead.scss | 190 +- .../src/assets/sass/base/typehead/index.scss | 2 +- .../_component-column-splitter.scss | 28 +- .../sass/components/_component-container.scss | 54 +- .../sass/components/_component-image.scss | 36 +- .../components/_component-navigation.scss | 102 +- .../sass/components/_component-promo.scss | 84 +- .../_component-richtext-content.scss | 38 +- .../sass/components/common/_alignment.scss | 50 +- .../assets/sass/components/common/_boxed.scss | 32 +- .../sass/components/common/_clearfix.scss | 22 +- .../sass/components/common/_highlighted.scss | 124 +- .../sass/components/common/_link-button.scss | 32 +- .../sass/components/common/_promoted-box.scss | 6 +- .../assets/sass/components/common/index.scss | 10 +- .../sass/components/container/_bordered.scss | 46 +- .../components/container/_title-row-box.scss | 132 +- .../sass/components/container/index.scss | 2 +- .../image-alignment/_image-left.scss | 6 +- .../image-alignment/_image-right.scss | 6 +- .../components/image/_image-default-size.scss | 12 +- .../assets/sass/components/image/index.scss | 2 +- .../src/assets/sass/components/index.scss | 34 +- .../sass/components/layout/_acaindent.scss | 10 +- .../sass/components/layout/_background.scss | 54 +- .../assets/sass/components/layout/index.scss | 2 +- .../link-list/_component-link-list.scss | 90 +- .../components/link-list/_list-vertical.scss | 40 +- .../sass/components/link-list/index.scss | 4 +- .../navigation/_navigation-fat.scss | 116 +- .../_navigation-main-horizontal-vertical.scss | 352 +- .../navigation/_navigation-mobile.scss | 170 +- .../navigation/_navigation-sidebar.scss | 58 +- .../navigation/_sitemap-navigation.scss | 40 +- .../sass/components/navigation/index.scss | 10 +- .../promo/_absolute-bottom-link.scss | 16 +- .../sass/components/promo/_promo-hero.scss | 80 +- .../sass/components/promo/_promo-shadow.scss | 84 +- .../assets/sass/components/promo/index.scss | 6 +- .../rich-text/_rich-text-lists.scss | 126 +- .../sass/components/rich-text/index.scss | 2 +- .../spacing/_background-colors.scss | 28 +- .../sass/components/spacing/_indent.scss | 26 +- .../assets/sass/components/spacing/index.scss | 4 +- .../components/title/_component-title.scss | 48 +- .../assets/sass/components/title/index.scss | 2 +- .../app}/src/assets/sass/main.scss | 8 +- .../app}/src/assets/sass/variants/index.scss | 10 +- .../assets/sass/variants/link-list/index.scss | 0 .../sass/variants/navigation/index.scss | 0 .../sass/variants/page-content/index.scss | 0 .../src/assets/sass/variants/promo/index.scss | 0 .../assets/sass/variants/rich-text/index.scss | 0 .../src/assets/sass/variants/title/index.scss | 0 .../app}/src/byoc/index.client.tsx | 0 .../app}/src/byoc/index.hybrid.ts | 0 .../nextjs-starter/app}/src/byoc/index.ts | 0 .../app}/src/components/CdpPageView.tsx | 0 .../app}/src/components/ColumnSplitter.tsx | 0 .../app}/src/components/Container.tsx | 0 .../app}/src/components/ContentBlock.tsx | 0 .../app}/src/components/FEAASScripts.tsx | 0 .../app}/src/components/Image.tsx | 0 .../app}/src/components/LinkList.tsx | 0 .../app}/src/components/Navigation.tsx | 0 .../app}/src/components/PageContent.tsx | 0 .../PartialDesignDynamicPlaceholder.tsx | 0 .../app}/src/components/Promo.tsx | 0 .../app}/src/components/RichText.tsx | 0 .../app}/src/components/RowSplitter.tsx | 0 .../app}/src/components/Title.tsx | 0 .../app}/src/lib/component-props/index.ts | 0 .../nextjs-starter/app}/src/lib/config.ts | 0 .../app}/src/lib/context/index.ts | 0 .../app}/src/lib/context/sdk/events.ts | 0 .../src/lib/dictionary-service-factory.ts | 0 .../app}/src/lib/extract-path/index.ts | 0 .../src/lib/extract-path/plugins/multisite.ts | 0 .../lib/extract-path/plugins/personalize.ts | 0 .../src/lib/graphql-client-factory/create.ts | 0 .../src/lib/graphql-client-factory/index.ts | 0 .../app}/src/lib/layout-service-factory.ts | 0 .../app}/src/lib/middleware/index.ts | 0 .../src/lib/middleware/plugins/multisite.ts | 0 .../src/lib/middleware/plugins/personalize.ts | 0 .../src/lib/middleware/plugins/redirects.ts | 0 .../next-config/plugins/component-props.js | 0 .../lib/next-config/plugins/cors-header.js | 0 .../app}/src/lib/next-config/plugins/feaas.js | 0 .../src/lib/next-config/plugins/graphql.js | 0 .../src/lib/next-config/plugins/robots.js | 0 .../app}/src/lib/next-config/plugins/sass.js | 0 .../src/lib/next-config/plugins/sitemap.js | 0 .../app}/src/lib/page-props-factory/index.ts | 0 .../plugins/component-props.ts | 0 .../plugins/component-themes.ts | 0 .../plugins/content-styles.ts | 0 .../page-props-factory/plugins/normal-mode.ts | 0 .../page-props-factory/plugins/personalize.ts | 0 .../plugins/preview-mode.ts | 0 .../lib/page-props-factory/plugins/site.ts | 0 .../nextjs-starter/app}/src/lib/page-props.ts | 0 .../app}/src/lib/site-resolver/index.ts | 0 .../src/lib/site-resolver/plugins/default.ts | 0 .../lib/site-resolver/plugins/multisite.ts | 0 .../app}/src/lib/sitemap-fetcher/index.ts | 0 .../plugins/graphql-sitemap-service.ts | 0 .../nextjs-starter/app}/src/middleware.ts | 0 .../nextjs-starter/app}/src/pages/404.tsx | 0 .../nextjs-starter/app}/src/pages/500.tsx | 0 .../app}/src/pages/[[...path]].tsx | 0 .../nextjs-starter/app}/src/pages/_app.tsx | 0 .../nextjs-starter/app}/src/pages/_error.tsx | 0 .../app}/src/pages/api/editing/config.ts | 0 .../app}/src/pages/api/editing/data/[key].ts | 0 .../src/pages/api/editing/feaas/render.ts | 0 .../app}/src/pages/api/editing/render.ts | 0 .../app}/src/pages/api/healthz.ts | 0 .../app}/src/pages/api/robots.ts | 0 .../app}/src/pages/api/sitemap.ts | 0 .../app}/src/pages/feaas/render.tsx | 0 .../nextjs-starter/app}/src/temp/.gitignore | 6 +- .../src/temp/GraphQLIntrospectionResult.json | 44430 ++++++++-------- .../nextjs-starter/app}/tsconfig.json | 74 +- .../nextjs-starter/app}/tsconfig.scripts.json | 22 +- .../items/DefaultRenderingHost/Default.yml | 0 .../nextjs-starter}/renderinghost.module.json | 2 +- .env => localContainers/.env | 8 +- localContainers/README.md | 33 + .../docker-compose.override.yml | 6 +- .../docker-compose.yml | 0 {docker => localContainers/docker}/.gitignore | 0 {docker => localContainers/docker}/README.md | 0 .../docker}/build/README.md | 0 .../docker}/build/cm/Dockerfile | 0 .../docker}/build/cm/readme.md | 0 .../docker}/build/cm/templates/.gitignore | 0 .../build/cm/templates/import-templates.ps1 | 4 +- .../modules_template/ApiKey.module.json | 0 .../items/api-key/template.yml | 0 .../docker}/build/nodejs/Dockerfile | 0 .../docker}/build/rendering/Dockerfile | 0 {docker => localContainers/docker}/clean.ps1 | 0 .../docker}/data/cm/.gitkeep | 0 .../docker}/data/solr/.gitkeep | 0 .../docker}/data/sql/.gitkeep | 0 .../docker}/deploy/platform/.gitkeep | 0 .../docker}/traefik/README.md | 0 .../docker}/traefik/certs/.gitignore | 0 .../traefik/config/dynamic/certs_config.yaml | 6 + .../scripts/New-EdgeToken.ps1 | 0 down.ps1 => localContainers/scripts/down.ps1 | 2 + init.ps1 => localContainers/scripts/init.ps1 | 39 +- up.ps1 => localContainers/scripts/up.ps1 | 23 +- .../scripts/upFunctions.ps1 | 0 logo.png | Bin 41840 -> 0 bytes sitecore.json | 2 +- xmcloud.build.json | 4 +- 249 files changed, 25386 insertions(+), 25340 deletions(-) rename Directory.Build.targets => authoring/Directory.Build.targets (100%) rename Packages.props => authoring/Packages.props (100%) rename XmCloudSXAStarter.sln => authoring/XmCloudAuthoring.sln (95%) rename {src => authoring}/platform/Platform.csproj (97%) rename {src => authoring}/platform/Platform.wpp.targets (100%) rename {src => authoring}/platform/Properties/AssemblyInfo.cs (92%) rename {src => authoring}/platform/Properties/PublishProfiles/Local.pubxml (100%) rename {src => authoring}/platform/README.md (100%) rename {src => authoring}/platform/web.config (100%) delete mode 100644 docker/traefik/config/dynamic/certs_config.yaml rename {src/sxastarter => headapps/nextjs-starter/app}/.env (97%) rename {src/sxastarter => headapps/nextjs-starter/app}/.eslintrc (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/.gitattributes (97%) rename {src/sxastarter => headapps/nextjs-starter/app}/.gitignore (92%) rename {src/sxastarter => headapps/nextjs-starter/app}/.graphql-let.yml (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/.prettierignore (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/.prettierrc (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/.vscode/extensions.json (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/.vscode/launch.json (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/LICENSE.txt (98%) rename {src/sxastarter => headapps/nextjs-starter/app}/README.md (98%) rename {src/sxastarter => headapps/nextjs-starter/app}/next-env.d.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/next.config.js (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/package-lock.json (99%) rename {src/sxastarter => headapps/nextjs-starter/app}/package.json (98%) rename {src/sxastarter => headapps/nextjs-starter/app}/public/favicon.ico (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/public/sc_logo.svg (99%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/bootstrap.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/config/index.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/config/plugins/computed.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/config/plugins/edge-platform.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/config/plugins/fallback.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/config/plugins/multisite.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/config/plugins/package-json.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/config/plugins/scjssconfig.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/config/plugins/sxa.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/fetch-graphql-introspection-data.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/generate-component-builder/index.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/generate-component-builder/plugins/component-builder.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/generate-component-builder/plugins/components.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/generate-component-builder/plugins/feaas.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/generate-component-builder/plugins/packages.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/generate-config.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/generate-metadata.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/generate-plugins.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/install-pre-push-hook.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/scaffold-component/index.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/scaffold-component/plugins/byoc.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/scaffold-component/plugins/component.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/scaffold-component/plugins/next-steps-byoc.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/scaffold-component/plugins/next-steps.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/temp/.gitignore (87%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/templates/byoc-component-src.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/templates/component-src.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/scripts/utils.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/Bootstrap.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/Layout.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/Navigation.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/NotFound.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/Scripts.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/app.css (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/basic/_component.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/basic/_container.scss (93%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/basic/_fonts.scss (98%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/basic/_footer.scss (93%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/basic/_header.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/basic/_navigation.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/basic/_promo.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/basic/_rich-text.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/basic/_variables.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/basic/main.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/main.scss (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/_app.scss (93%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/abstracts/_functions.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/abstracts/_mixins.scss (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/abstracts/_vars.scss (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/abstracts/vars/_colors.scss (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/abstracts/vars/_fontSizes.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/abstracts/vars/_margins.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/base/fonts/_fonts.scss (99%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/base/fonts/index.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/base/index.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/base/links/_link-button.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/base/links/index.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/base/reset/_inputs.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/base/reset/_links.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/base/reset/_ui-datepicker.scss (93%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/base/richtext/_richtext-files-icons.scss (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/base/richtext/_richtext.scss (93%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/base/richtext/index.scss (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/base/typehead/_typehead.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/base/typehead/index.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/_component-column-splitter.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/_component-container.scss (92%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/_component-image.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/_component-navigation.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/_component-promo.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/_component-richtext-content.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/common/_alignment.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/common/_boxed.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/common/_clearfix.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/common/_highlighted.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/common/_link-button.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/common/_promoted-box.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/common/index.scss (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/container/_bordered.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/container/_title-row-box.scss (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/container/index.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/image-alignment/_image-left.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/image-alignment/_image-right.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/image/_image-default-size.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/image/index.scss (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/index.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/layout/_acaindent.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/layout/_background.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/layout/index.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/link-list/_component-link-list.scss (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/link-list/_list-vertical.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/link-list/index.scss (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/navigation/_navigation-fat.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/navigation/_navigation-main-horizontal-vertical.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/navigation/_navigation-mobile.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/navigation/_navigation-sidebar.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/navigation/_sitemap-navigation.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/navigation/index.scss (97%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/promo/_absolute-bottom-link.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/promo/_promo-hero.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/promo/_promo-shadow.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/promo/index.scss (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/rich-text/_rich-text-lists.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/rich-text/index.scss (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/spacing/_background-colors.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/spacing/_indent.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/spacing/index.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/title/_component-title.scss (95%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/components/title/index.scss (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/main.scss (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/variants/index.scss (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/variants/link-list/index.scss (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/variants/navigation/index.scss (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/variants/page-content/index.scss (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/variants/promo/index.scss (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/variants/rich-text/index.scss (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/assets/sass/variants/title/index.scss (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/byoc/index.client.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/byoc/index.hybrid.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/byoc/index.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/components/CdpPageView.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/components/ColumnSplitter.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/components/Container.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/components/ContentBlock.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/components/FEAASScripts.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/components/Image.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/components/LinkList.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/components/Navigation.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/components/PageContent.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/components/PartialDesignDynamicPlaceholder.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/components/Promo.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/components/RichText.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/components/RowSplitter.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/components/Title.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/component-props/index.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/config.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/context/index.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/context/sdk/events.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/dictionary-service-factory.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/extract-path/index.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/extract-path/plugins/multisite.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/extract-path/plugins/personalize.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/graphql-client-factory/create.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/graphql-client-factory/index.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/layout-service-factory.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/middleware/index.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/middleware/plugins/multisite.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/middleware/plugins/personalize.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/middleware/plugins/redirects.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/next-config/plugins/component-props.js (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/next-config/plugins/cors-header.js (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/next-config/plugins/feaas.js (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/next-config/plugins/graphql.js (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/next-config/plugins/robots.js (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/next-config/plugins/sass.js (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/next-config/plugins/sitemap.js (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/page-props-factory/index.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/page-props-factory/plugins/component-props.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/page-props-factory/plugins/component-themes.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/page-props-factory/plugins/content-styles.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/page-props-factory/plugins/normal-mode.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/page-props-factory/plugins/personalize.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/page-props-factory/plugins/preview-mode.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/page-props-factory/plugins/site.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/page-props.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/site-resolver/index.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/site-resolver/plugins/default.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/site-resolver/plugins/multisite.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/sitemap-fetcher/index.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/lib/sitemap-fetcher/plugins/graphql-sitemap-service.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/middleware.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/pages/404.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/pages/500.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/pages/[[...path]].tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/pages/_app.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/pages/_error.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/pages/api/editing/config.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/pages/api/editing/data/[key].ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/pages/api/editing/feaas/render.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/pages/api/editing/render.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/pages/api/healthz.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/pages/api/robots.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/pages/api/sitemap.ts (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/pages/feaas/render.tsx (100%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/temp/.gitignore (94%) rename {src/sxastarter => headapps/nextjs-starter/app}/src/temp/GraphQLIntrospectionResult.json (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/tsconfig.json (96%) rename {src/sxastarter => headapps/nextjs-starter/app}/tsconfig.scripts.json (93%) rename {src => headapps/nextjs-starter}/items/DefaultRenderingHost/Default.yml (100%) rename {src => headapps/nextjs-starter}/renderinghost.module.json (81%) rename .env => localContainers/.env (93%) create mode 100644 localContainers/README.md rename docker-compose.override.yml => localContainers/docker-compose.override.yml (94%) rename docker-compose.yml => localContainers/docker-compose.yml (100%) rename {docker => localContainers/docker}/.gitignore (100%) rename {docker => localContainers/docker}/README.md (100%) rename {docker => localContainers/docker}/build/README.md (100%) rename {docker => localContainers/docker}/build/cm/Dockerfile (100%) rename {docker => localContainers/docker}/build/cm/readme.md (100%) rename {docker => localContainers/docker}/build/cm/templates/.gitignore (100%) rename {docker => localContainers/docker}/build/cm/templates/import-templates.ps1 (87%) rename {docker => localContainers/docker}/build/cm/templates/modules_template/ApiKey.module.json (100%) rename {docker => localContainers/docker}/build/cm/templates/modules_template/items/api-key/template.yml (100%) rename {docker => localContainers/docker}/build/nodejs/Dockerfile (100%) rename {docker => localContainers/docker}/build/rendering/Dockerfile (100%) rename {docker => localContainers/docker}/clean.ps1 (100%) rename {docker => localContainers/docker}/data/cm/.gitkeep (100%) rename {docker => localContainers/docker}/data/solr/.gitkeep (100%) rename {docker => localContainers/docker}/data/sql/.gitkeep (100%) rename {docker => localContainers/docker}/deploy/platform/.gitkeep (100%) rename {docker => localContainers/docker}/traefik/README.md (100%) rename {docker => localContainers/docker}/traefik/certs/.gitignore (100%) create mode 100644 localContainers/docker/traefik/config/dynamic/certs_config.yaml rename New-EdgeToken.ps1 => localContainers/scripts/New-EdgeToken.ps1 (100%) rename down.ps1 => localContainers/scripts/down.ps1 (83%) rename init.ps1 => localContainers/scripts/init.ps1 (85%) rename up.ps1 => localContainers/scripts/up.ps1 (88%) rename upFunctions.ps1 => localContainers/scripts/upFunctions.ps1 (100%) delete mode 100644 logo.png diff --git a/README.md b/README.md index 6e1b9964b..5bb9b7492 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,30 @@ -# XM Cloud Starter Kit (Next JS) - -## QUICK START - -1. In an ADMIN terminal: - - ```ps1 - .\init.ps1 -InitEnv -LicenseXmlPath "C:\path\to\license.xml" -AdminPassword "DesiredAdminPassword" - ``` - -2. Restart your terminal and run: - - ```ps1 - .\up.ps1 +# XM Cloud Next.js Starter Kit +This repository contains the Next.js Starter Kit for Sitecore XM Cloud Development. It is intended to get developers up and running quickly with a new Next.js project that is integrated with Sitecore XM Cloud. + +## GitHub Template +This Github repository is a template that can be used to create your own repository. To get started, click the `Use this template` button at the top of the repository. + +### Prerequisites +- Access to an Sitecore XM Cloud Environment +- [Node.js LTS](https://nodejs.org/en/) + +### Getting Started Guide +For developers new to XM Cloud you can follow the Getting Started Guide on the [Sitecore Documentation Site](https://doc.sitecore.com/xmc) to get up and running with XM Cloud. This will walk you through the process of creating a new XM Cloud Project, provisioning an Environment, deploying the NextJs Starter Kit, and finally creating your first Component. + +### Running the Next.js Starter Kit +- Log into the Sitecore XM Cloud Deploy Portal, locate your Environment and select the `Developer Settings` tab. +- Ensure that the `Preview` toggle is enabled. +- In the `Local Development` section, click to copy the sample `.env` file contents to your clipboard. +- Create a new `.env.local` file in the `./headapps/nextjs-starter/app` folder of this repository and paste the contents from your clipboard. +- Run the following commands in the root of the repository to start the NextJs application: + ```bash + cd headapps/nextjs-starter/app + npm install + npm run start:connected ``` +- You should now be able to access your site on `http://localhost:3000` and see your changes in real-time as you make them. -3. Follow the instructions to [deploy to XM Cloud](#deploy-to-xmcloud) - -4. Create Edge token and [query from edge](#query-edge) - -*** - -## About this Solution -This solution is designed to help developers learn and get started quickly -with XMCLoud + SXA. - +## Disconnected offline development +It is possible to mock a small subset of the XM Cloud Application elements to enable offline development. This can allow for a disconnected development experience, however it is recommend to work in the default connected mode. +You can find more information about how setup the offline development experience [here](./localcontainers/README.md) \ No newline at end of file diff --git a/Directory.Build.targets b/authoring/Directory.Build.targets similarity index 100% rename from Directory.Build.targets rename to authoring/Directory.Build.targets diff --git a/Packages.props b/authoring/Packages.props similarity index 100% rename from Packages.props rename to authoring/Packages.props diff --git a/XmCloudSXAStarter.sln b/authoring/XmCloudAuthoring.sln similarity index 95% rename from XmCloudSXAStarter.sln rename to authoring/XmCloudAuthoring.sln index 44a2064ea..32adf492d 100644 --- a/XmCloudSXAStarter.sln +++ b/authoring/XmCloudAuthoring.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.28729.10 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Platform", "src\platform\Platform.csproj", "{816F099C-E14B-4468-9E34-87F993C6484D}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Platform", ".\platform\Platform.csproj", "{816F099C-E14B-4468-9E34-87F993C6484D}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{196B5D43-B228-4632-9BC3-EAAF79B4EDA5}" ProjectSection(SolutionItems) = preProject diff --git a/src/platform/Platform.csproj b/authoring/platform/Platform.csproj similarity index 97% rename from src/platform/Platform.csproj rename to authoring/platform/Platform.csproj index 9bdc3789b..ac97393d5 100644 --- a/src/platform/Platform.csproj +++ b/authoring/platform/Platform.csproj @@ -11,8 +11,8 @@ {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} Library Properties - XmCloudSXAStarter - XmCloudSXAStarter + XmCloudNextJsStarter + XmCloudNextJsStarter v4.8 true diff --git a/src/platform/Platform.wpp.targets b/authoring/platform/Platform.wpp.targets similarity index 100% rename from src/platform/Platform.wpp.targets rename to authoring/platform/Platform.wpp.targets diff --git a/src/platform/Properties/AssemblyInfo.cs b/authoring/platform/Properties/AssemblyInfo.cs similarity index 92% rename from src/platform/Properties/AssemblyInfo.cs rename to authoring/platform/Properties/AssemblyInfo.cs index 64a9ffdab..1e5b63369 100644 --- a/src/platform/Properties/AssemblyInfo.cs +++ b/authoring/platform/Properties/AssemblyInfo.cs @@ -5,11 +5,11 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("XmCloudSXAStarter")] +[assembly: AssemblyTitle("XmCloudNextJsStarter")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("XmCloudSXAStarter")] +[assembly: AssemblyProduct("XmCloudNextJsStarter")] [assembly: AssemblyCopyright("Copyright © 2022")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/src/platform/Properties/PublishProfiles/Local.pubxml b/authoring/platform/Properties/PublishProfiles/Local.pubxml similarity index 100% rename from src/platform/Properties/PublishProfiles/Local.pubxml rename to authoring/platform/Properties/PublishProfiles/Local.pubxml diff --git a/src/platform/README.md b/authoring/platform/README.md similarity index 100% rename from src/platform/README.md rename to authoring/platform/README.md diff --git a/src/platform/web.config b/authoring/platform/web.config similarity index 100% rename from src/platform/web.config rename to authoring/platform/web.config diff --git a/docker/traefik/config/dynamic/certs_config.yaml b/docker/traefik/config/dynamic/certs_config.yaml deleted file mode 100644 index 015e18dd5..000000000 --- a/docker/traefik/config/dynamic/certs_config.yaml +++ /dev/null @@ -1,6 +0,0 @@ -tls: - certificates: - - certFile: C:\etc\traefik\certs\_wildcard.sxastarter.localhost.pem - keyFile: C:\etc\traefik\certs\_wildcard.sxastarter.localhost-key.pem - - certFile: C:\etc\traefik\certs\xmcloudcm.localhost.pem - keyFile: C:\etc\traefik\certs\xmcloudcm.localhost-key.pem \ No newline at end of file diff --git a/src/sxastarter/.env b/headapps/nextjs-starter/app/.env similarity index 97% rename from src/sxastarter/.env rename to headapps/nextjs-starter/app/.env index ba9277154..ac5157e75 100644 --- a/src/sxastarter/.env +++ b/headapps/nextjs-starter/app/.env @@ -1,92 +1,92 @@ -# For development purposes, note Next.js supports a .env.local -# file, which is already configured to be git ignored. -# Read more about Next.js support of environment variables here: -# https://nextjs.org/docs/basic-features/environment-variables - -# The public URL to use for absolute URLs, which are required when -# the Next.js app is run within Sitecore editors. -# This should match the `serverSideRenderingEngineApplicationUrl` -# in your Sitecore configuration (see \sitecore\config\sxastarter.config). -# Be sure to update these values accordingly as your public endpoint changes. -# See https://jss.sitecore.com/docs/fundamentals/services/view-engine -# If undefined, http://localhost:3000 is used by default. -# In production non-editing environments it is desirable to use relative URLs, so this may be set to empty string. -#PUBLIC_URL= - -# To secure the Sitecore editor endpoint exposed by your Next.js app -# (`/api/editing/render` by default), a secret token is used. This (client-side) -# value must match your server-side value (see \sitecore\config\sxastarter.config). -# We recommend an alphanumeric value of at least 16 characters. -JSS_EDITING_SECRET= - -# ====== Sitecore Preview / Delivery Edge ====== - -# Your Sitecore API key is needed to build the app. Typically, the API key is -# defined in `scjssconfig.json` (as `sitecore.apiKey`). This file may not exist -# when building locally (if you've never run `jss setup`), or when building in a -# higher environment (since `scjssconfig.json` is ignored from source control). -# In this case, use this environment variable to provide the value at build time. -SITECORE_API_KEY= - -# Your Sitecore API hostname is needed to build the app. Typically, the API host is -# defined in `scjssconfig.json` (as `sitecore.layoutServiceHost`). This file may -# not exist when building locally (if you've never run `jss setup`), or when building -# in a higher environment (since `scjssconfig.json` is ignored from source control). -# In this case, use this environment variable to provide the value at build time. -SITECORE_API_HOST= - -# Your GraphQL Edge endpoint. This is required for Sitecore Experience Edge. -# For Sitecore XM, this is typically optional. By default, the endpoint is calculated using -# the resolved Sitecore API hostname + the `graphQLEndpointPath` defined in your `package.json`. -GRAPH_QL_ENDPOINT= - -# ============================================== - -# Your Sitecore site name. -# Uses your `package.json` config `appName` if empty. -# When using the Next.js Multisite add-on, the value of the variable represents the default/configured site. -SITECORE_SITE_NAME= - -# Your default app language. -DEFAULT_LANGUAGE= - -# How many times should GraphQL Layout, Dictionary and ErrorPages services retry a fetch when endpoint rate limit is reached -# You can disable it for all the services by configuring it to 0. -GRAPH_QL_SERVICE_RETRIES=3 - -# The way in which layout and dictionary data is fetched from Sitecore -FETCH_WITH=GraphQL - -# Indicates whether SSG `getStaticPaths` pre-render any pages -# Set the environment variable DISABLE_SSG_FETCH=true -# to enable full ISR (Incremental Static Regeneration) flow -DISABLE_SSG_FETCH= - -# Sitecore JSS npm packages utilize the debug module for debug logging. -# https://www.npmjs.com/package/debug -# Set the DEBUG environment variable to 'sitecore-jss:*' to see all logs: -#DEBUG=sitecore-jss:* -# Or be selective and show for example only layout service logs: -#DEBUG=sitecore-jss:layout -# Or everything BUT layout service logs: -#DEBUG=sitecore-jss:*,-sitecore-jss:layout - - -# ========== Sitecore Edge Platform =========== - -# Your unified Sitecore Edge Context Id. -# This will be used over any Sitecore Preview / Delivery Edge variables (above). -SITECORE_EDGE_CONTEXT_ID= - -# ============================================== - -# An optional Sitecore Personalize scope identifier. -# This can be used to isolate personalization data when multiple XM Cloud Environments share a Personalize tenant. -# This should match the PAGES_PERSONALIZE_SCOPE environment variable for your connected XM Cloud Environment. -NEXT_PUBLIC_PERSONALIZE_SCOPE= - -# Timeout (ms) for Sitecore CDP requests to respond within. Default is 400. -PERSONALIZE_MIDDLEWARE_CDP_TIMEOUT= - -# Timeout (ms) for Sitecore Experience Edge requests to respond within. Default is 400. -PERSONALIZE_MIDDLEWARE_EDGE_TIMEOUT= +# For development purposes, note Next.js supports a .env.local +# file, which is already configured to be git ignored. +# Read more about Next.js support of environment variables here: +# https://nextjs.org/docs/basic-features/environment-variables + +# The public URL to use for absolute URLs, which are required when +# the Next.js app is run within Sitecore editors. +# This should match the `serverSideRenderingEngineApplicationUrl` +# in your Sitecore configuration (see \sitecore\config\sxastarter.config). +# Be sure to update these values accordingly as your public endpoint changes. +# See https://jss.sitecore.com/docs/fundamentals/services/view-engine +# If undefined, http://localhost:3000 is used by default. +# In production non-editing environments it is desirable to use relative URLs, so this may be set to empty string. +#PUBLIC_URL= + +# To secure the Sitecore editor endpoint exposed by your Next.js app +# (`/api/editing/render` by default), a secret token is used. This (client-side) +# value must match your server-side value (see \sitecore\config\sxastarter.config). +# We recommend an alphanumeric value of at least 16 characters. +JSS_EDITING_SECRET= + +# ====== Sitecore Preview / Delivery Edge ====== + +# Your Sitecore API key is needed to build the app. Typically, the API key is +# defined in `scjssconfig.json` (as `sitecore.apiKey`). This file may not exist +# when building locally (if you've never run `jss setup`), or when building in a +# higher environment (since `scjssconfig.json` is ignored from source control). +# In this case, use this environment variable to provide the value at build time. +SITECORE_API_KEY= + +# Your Sitecore API hostname is needed to build the app. Typically, the API host is +# defined in `scjssconfig.json` (as `sitecore.layoutServiceHost`). This file may +# not exist when building locally (if you've never run `jss setup`), or when building +# in a higher environment (since `scjssconfig.json` is ignored from source control). +# In this case, use this environment variable to provide the value at build time. +SITECORE_API_HOST= + +# Your GraphQL Edge endpoint. This is required for Sitecore Experience Edge. +# For Sitecore XM, this is typically optional. By default, the endpoint is calculated using +# the resolved Sitecore API hostname + the `graphQLEndpointPath` defined in your `package.json`. +GRAPH_QL_ENDPOINT= + +# ============================================== + +# Your Sitecore site name. +# Uses your `package.json` config `appName` if empty. +# When using the Next.js Multisite add-on, the value of the variable represents the default/configured site. +SITECORE_SITE_NAME= + +# Your default app language. +DEFAULT_LANGUAGE= + +# How many times should GraphQL Layout, Dictionary and ErrorPages services retry a fetch when endpoint rate limit is reached +# You can disable it for all the services by configuring it to 0. +GRAPH_QL_SERVICE_RETRIES=3 + +# The way in which layout and dictionary data is fetched from Sitecore +FETCH_WITH=GraphQL + +# Indicates whether SSG `getStaticPaths` pre-render any pages +# Set the environment variable DISABLE_SSG_FETCH=true +# to enable full ISR (Incremental Static Regeneration) flow +DISABLE_SSG_FETCH= + +# Sitecore JSS npm packages utilize the debug module for debug logging. +# https://www.npmjs.com/package/debug +# Set the DEBUG environment variable to 'sitecore-jss:*' to see all logs: +#DEBUG=sitecore-jss:* +# Or be selective and show for example only layout service logs: +#DEBUG=sitecore-jss:layout +# Or everything BUT layout service logs: +#DEBUG=sitecore-jss:*,-sitecore-jss:layout + + +# ========== Sitecore Edge Platform =========== + +# Your unified Sitecore Edge Context Id. +# This will be used over any Sitecore Preview / Delivery Edge variables (above). +SITECORE_EDGE_CONTEXT_ID= + +# ============================================== + +# An optional Sitecore Personalize scope identifier. +# This can be used to isolate personalization data when multiple XM Cloud Environments share a Personalize tenant. +# This should match the PAGES_PERSONALIZE_SCOPE environment variable for your connected XM Cloud Environment. +NEXT_PUBLIC_PERSONALIZE_SCOPE= + +# Timeout (ms) for Sitecore CDP requests to respond within. Default is 400. +PERSONALIZE_MIDDLEWARE_CDP_TIMEOUT= + +# Timeout (ms) for Sitecore Experience Edge requests to respond within. Default is 400. +PERSONALIZE_MIDDLEWARE_EDGE_TIMEOUT= diff --git a/src/sxastarter/.eslintrc b/headapps/nextjs-starter/app/.eslintrc similarity index 96% rename from src/sxastarter/.eslintrc rename to headapps/nextjs-starter/app/.eslintrc index a426349e1..b49939ea4 100644 --- a/src/sxastarter/.eslintrc +++ b/headapps/nextjs-starter/app/.eslintrc @@ -1,26 +1,26 @@ -{ - "root": true, - "extends": [ - "next", - "next/core-web-vitals", - "plugin:@typescript-eslint/recommended", - "prettier", - "plugin:yaml/recommended", - "plugin:prettier/recommended" - ], - "plugins": [ - "@typescript-eslint", - "prettier", - "yaml", - "react" - ], - "ignorePatterns": [".generated/**/*", "**/*.d.ts", "**/*.js"], - "rules": { - "@next/next/no-img-element": "off", // Don't force next/image - "jsx-a11y/alt-text": ["warn", { "elements": ["img"] }], // Don't force alt for (sourced from Sitecore media) - "no-unused-vars": "off", - "@typescript-eslint/no-unused-vars": "error", - "@typescript-eslint/no-explicit-any": "error", - "jsx-quotes": ["error", "prefer-double"] - } -} +{ + "root": true, + "extends": [ + "next", + "next/core-web-vitals", + "plugin:@typescript-eslint/recommended", + "prettier", + "plugin:yaml/recommended", + "plugin:prettier/recommended" + ], + "plugins": [ + "@typescript-eslint", + "prettier", + "yaml", + "react" + ], + "ignorePatterns": [".generated/**/*", "**/*.d.ts", "**/*.js"], + "rules": { + "@next/next/no-img-element": "off", // Don't force next/image + "jsx-a11y/alt-text": ["warn", { "elements": ["img"] }], // Don't force alt for (sourced from Sitecore media) + "no-unused-vars": "off", + "@typescript-eslint/no-unused-vars": "error", + "@typescript-eslint/no-explicit-any": "error", + "jsx-quotes": ["error", "prefer-double"] + } +} diff --git a/src/sxastarter/.gitattributes b/headapps/nextjs-starter/app/.gitattributes similarity index 97% rename from src/sxastarter/.gitattributes rename to headapps/nextjs-starter/app/.gitattributes index e4a75d7c8..0f0e875a7 100644 --- a/src/sxastarter/.gitattributes +++ b/headapps/nextjs-starter/app/.gitattributes @@ -1,11 +1,11 @@ -# Line endings for this repository -# See: https://help.github.com/en/articles/configuring-git-to-handle-line-endings -# This should line up with the expectations from .eslintrc - -# Set the default behavior, in case people don't have core.autocrlf set. -* text=crlf - -# Declare files that will always have CRLF line endings on checkout. -*.ts text eol=crlf -*.tsx text eol=crlf -*.js text eol=crlf +# Line endings for this repository +# See: https://help.github.com/en/articles/configuring-git-to-handle-line-endings +# This should line up with the expectations from .eslintrc + +# Set the default behavior, in case people don't have core.autocrlf set. +* text=crlf + +# Declare files that will always have CRLF line endings on checkout. +*.ts text eol=crlf +*.tsx text eol=crlf +*.js text eol=crlf diff --git a/src/sxastarter/.gitignore b/headapps/nextjs-starter/app/.gitignore similarity index 92% rename from src/sxastarter/.gitignore rename to headapps/nextjs-starter/app/.gitignore index 817564a0f..b9d296990 100644 --- a/src/sxastarter/.gitignore +++ b/headapps/nextjs-starter/app/.gitignore @@ -1,33 +1,33 @@ -# See https://help.github.com/ignore-files/ for more about ignoring files. - -# dependencies -/node_modules - -# testing -/coverage - -# next.js -/.next*/ -/out/ - -# graphql code generation -/.generated -*.graphql.d.ts -*.graphqls.d.ts - -# misc -.DS_Store - -# local env files -.env.local -.env.*.local - -# Log files -*.log* - -# sitecore -scjssconfig.json -*.deploysecret.config - -# vercel +# See https://help.github.com/ignore-files/ for more about ignoring files. + +# dependencies +/node_modules + +# testing +/coverage + +# next.js +/.next*/ +/out/ + +# graphql code generation +/.generated +*.graphql.d.ts +*.graphqls.d.ts + +# misc +.DS_Store + +# local env files +.env.local +.env.*.local + +# Log files +*.log* + +# sitecore +scjssconfig.json +*.deploysecret.config + +# vercel .vercel \ No newline at end of file diff --git a/src/sxastarter/.graphql-let.yml b/headapps/nextjs-starter/app/.graphql-let.yml similarity index 95% rename from src/sxastarter/.graphql-let.yml rename to headapps/nextjs-starter/app/.graphql-let.yml index 0236a605f..474bdea38 100644 --- a/src/sxastarter/.graphql-let.yml +++ b/headapps/nextjs-starter/app/.graphql-let.yml @@ -1,8 +1,8 @@ -schema: - - './src/temp/GraphQLIntrospectionResult.json' -documents: 'src/**/*.graphql' -plugins: - - typescript-operations - - typed-document-node -config: - useIndexSignature: true +schema: + - './src/temp/GraphQLIntrospectionResult.json' +documents: 'src/**/*.graphql' +plugins: + - typescript-operations + - typed-document-node +config: + useIndexSignature: true diff --git a/src/sxastarter/.prettierignore b/headapps/nextjs-starter/app/.prettierignore similarity index 100% rename from src/sxastarter/.prettierignore rename to headapps/nextjs-starter/app/.prettierignore diff --git a/src/sxastarter/.prettierrc b/headapps/nextjs-starter/app/.prettierrc similarity index 94% rename from src/sxastarter/.prettierrc rename to headapps/nextjs-starter/app/.prettierrc index 32ef27ee8..4bc0294f9 100644 --- a/src/sxastarter/.prettierrc +++ b/headapps/nextjs-starter/app/.prettierrc @@ -1,8 +1,8 @@ -{ - "endOfLine": "crlf", - "semi": true, - "singleQuote": true, - "tabWidth": 2, - "trailingComma": "es5", - "printWidth": 100 -} +{ + "endOfLine": "crlf", + "semi": true, + "singleQuote": true, + "tabWidth": 2, + "trailingComma": "es5", + "printWidth": 100 +} diff --git a/src/sxastarter/.vscode/extensions.json b/headapps/nextjs-starter/app/.vscode/extensions.json similarity index 95% rename from src/sxastarter/.vscode/extensions.json rename to headapps/nextjs-starter/app/.vscode/extensions.json index ed0719ec9..89e595b31 100644 --- a/src/sxastarter/.vscode/extensions.json +++ b/headapps/nextjs-starter/app/.vscode/extensions.json @@ -1,9 +1,9 @@ -{ - "recommendations": [ - "GraphQL.vscode-graphql", - "dbaeumer.vscode-eslint", - "esbenp.prettier-vscode", - "mikestead.dotenv", - "redhat.vscode-yaml", - ] -} +{ + "recommendations": [ + "GraphQL.vscode-graphql", + "dbaeumer.vscode-eslint", + "esbenp.prettier-vscode", + "mikestead.dotenv", + "redhat.vscode-yaml", + ] +} diff --git a/src/sxastarter/.vscode/launch.json b/headapps/nextjs-starter/app/.vscode/launch.json similarity index 96% rename from src/sxastarter/.vscode/launch.json rename to headapps/nextjs-starter/app/.vscode/launch.json index 2fd4f65a4..897f7fd0a 100644 --- a/src/sxastarter/.vscode/launch.json +++ b/headapps/nextjs-starter/app/.vscode/launch.json @@ -1,15 +1,15 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Attach to Process", - "type": "node", - "request": "attach", - "skipFiles": ["/**"], - "port": 9229 - } - ] -} +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "Attach to Process", + "type": "node", + "request": "attach", + "skipFiles": ["/**"], + "port": 9229 + } + ] +} diff --git a/src/sxastarter/LICENSE.txt b/headapps/nextjs-starter/app/LICENSE.txt similarity index 98% rename from src/sxastarter/LICENSE.txt rename to headapps/nextjs-starter/app/LICENSE.txt index 75b52484e..d64569567 100644 --- a/src/sxastarter/LICENSE.txt +++ b/headapps/nextjs-starter/app/LICENSE.txt @@ -1,202 +1,202 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/src/sxastarter/README.md b/headapps/nextjs-starter/app/README.md similarity index 98% rename from src/sxastarter/README.md rename to headapps/nextjs-starter/app/README.md index 0a24581c8..2ad4442aa 100644 --- a/src/sxastarter/README.md +++ b/headapps/nextjs-starter/app/README.md @@ -1,5 +1,5 @@ -# Sitecore JSS Next.js Sample Application - -[Documentation (Experience Platform)](https://doc.sitecore.com/xp/en/developers/hd/22/sitecore-headless-development/sitecore-javascript-rendering-sdk--jss--for-next-js.html) - -[Documentation (XM Cloud)](https://doc.sitecore.com/xmc/en/developers/xm-cloud/sitecore-javascript-rendering-sdk--jss--for-next-js.html) +# Sitecore JSS Next.js Sample Application + +[Documentation (Experience Platform)](https://doc.sitecore.com/xp/en/developers/hd/22/sitecore-headless-development/sitecore-javascript-rendering-sdk--jss--for-next-js.html) + +[Documentation (XM Cloud)](https://doc.sitecore.com/xmc/en/developers/xm-cloud/sitecore-javascript-rendering-sdk--jss--for-next-js.html) diff --git a/src/sxastarter/next-env.d.ts b/headapps/nextjs-starter/app/next-env.d.ts similarity index 100% rename from src/sxastarter/next-env.d.ts rename to headapps/nextjs-starter/app/next-env.d.ts diff --git a/src/sxastarter/next.config.js b/headapps/nextjs-starter/app/next.config.js similarity index 100% rename from src/sxastarter/next.config.js rename to headapps/nextjs-starter/app/next.config.js diff --git a/src/sxastarter/package-lock.json b/headapps/nextjs-starter/app/package-lock.json similarity index 99% rename from src/sxastarter/package-lock.json rename to headapps/nextjs-starter/app/package-lock.json index ca1950616..d00e2fc66 100644 --- a/src/sxastarter/package-lock.json +++ b/headapps/nextjs-starter/app/package-lock.json @@ -1,11 +1,11 @@ { - "name": "sxastarter", + "name": "nextjs-starter", "version": "22.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "sxastarter", + "name": "nextjs-starter", "version": "22.0.0", "license": "Apache-2.0", "dependencies": { diff --git a/src/sxastarter/package.json b/headapps/nextjs-starter/app/package.json similarity index 98% rename from src/sxastarter/package.json rename to headapps/nextjs-starter/app/package.json index 6b45e1e39..b202ac133 100644 --- a/src/sxastarter/package.json +++ b/headapps/nextjs-starter/app/package.json @@ -1,10 +1,10 @@ { - "name": "sxastarter", + "name": "nextjs-starter", "description": "Application utilizing Sitecore JavaScript Services and Next.js", "version": "22.0.0", "private": true, "config": { - "appName": "sxastarter", + "appName": "nextjs-starter", "rootPlaceholders": [ "jss-main" ], diff --git a/src/sxastarter/public/favicon.ico b/headapps/nextjs-starter/app/public/favicon.ico similarity index 100% rename from src/sxastarter/public/favicon.ico rename to headapps/nextjs-starter/app/public/favicon.ico diff --git a/src/sxastarter/public/sc_logo.svg b/headapps/nextjs-starter/app/public/sc_logo.svg similarity index 99% rename from src/sxastarter/public/sc_logo.svg rename to headapps/nextjs-starter/app/public/sc_logo.svg index 08add5013..fddc33c06 100644 --- a/src/sxastarter/public/sc_logo.svg +++ b/headapps/nextjs-starter/app/public/sc_logo.svg @@ -1,52 +1,52 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/src/sxastarter/scripts/bootstrap.ts b/headapps/nextjs-starter/app/scripts/bootstrap.ts similarity index 100% rename from src/sxastarter/scripts/bootstrap.ts rename to headapps/nextjs-starter/app/scripts/bootstrap.ts diff --git a/src/sxastarter/scripts/config/index.ts b/headapps/nextjs-starter/app/scripts/config/index.ts similarity index 100% rename from src/sxastarter/scripts/config/index.ts rename to headapps/nextjs-starter/app/scripts/config/index.ts diff --git a/src/sxastarter/scripts/config/plugins/computed.ts b/headapps/nextjs-starter/app/scripts/config/plugins/computed.ts similarity index 100% rename from src/sxastarter/scripts/config/plugins/computed.ts rename to headapps/nextjs-starter/app/scripts/config/plugins/computed.ts diff --git a/src/sxastarter/scripts/config/plugins/edge-platform.ts b/headapps/nextjs-starter/app/scripts/config/plugins/edge-platform.ts similarity index 100% rename from src/sxastarter/scripts/config/plugins/edge-platform.ts rename to headapps/nextjs-starter/app/scripts/config/plugins/edge-platform.ts diff --git a/src/sxastarter/scripts/config/plugins/fallback.ts b/headapps/nextjs-starter/app/scripts/config/plugins/fallback.ts similarity index 100% rename from src/sxastarter/scripts/config/plugins/fallback.ts rename to headapps/nextjs-starter/app/scripts/config/plugins/fallback.ts diff --git a/src/sxastarter/scripts/config/plugins/multisite.ts b/headapps/nextjs-starter/app/scripts/config/plugins/multisite.ts similarity index 100% rename from src/sxastarter/scripts/config/plugins/multisite.ts rename to headapps/nextjs-starter/app/scripts/config/plugins/multisite.ts diff --git a/src/sxastarter/scripts/config/plugins/package-json.ts b/headapps/nextjs-starter/app/scripts/config/plugins/package-json.ts similarity index 100% rename from src/sxastarter/scripts/config/plugins/package-json.ts rename to headapps/nextjs-starter/app/scripts/config/plugins/package-json.ts diff --git a/src/sxastarter/scripts/config/plugins/scjssconfig.ts b/headapps/nextjs-starter/app/scripts/config/plugins/scjssconfig.ts similarity index 100% rename from src/sxastarter/scripts/config/plugins/scjssconfig.ts rename to headapps/nextjs-starter/app/scripts/config/plugins/scjssconfig.ts diff --git a/src/sxastarter/scripts/config/plugins/sxa.ts b/headapps/nextjs-starter/app/scripts/config/plugins/sxa.ts similarity index 100% rename from src/sxastarter/scripts/config/plugins/sxa.ts rename to headapps/nextjs-starter/app/scripts/config/plugins/sxa.ts diff --git a/src/sxastarter/scripts/fetch-graphql-introspection-data.ts b/headapps/nextjs-starter/app/scripts/fetch-graphql-introspection-data.ts similarity index 100% rename from src/sxastarter/scripts/fetch-graphql-introspection-data.ts rename to headapps/nextjs-starter/app/scripts/fetch-graphql-introspection-data.ts diff --git a/src/sxastarter/scripts/generate-component-builder/index.ts b/headapps/nextjs-starter/app/scripts/generate-component-builder/index.ts similarity index 100% rename from src/sxastarter/scripts/generate-component-builder/index.ts rename to headapps/nextjs-starter/app/scripts/generate-component-builder/index.ts diff --git a/src/sxastarter/scripts/generate-component-builder/plugins/component-builder.ts b/headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/component-builder.ts similarity index 100% rename from src/sxastarter/scripts/generate-component-builder/plugins/component-builder.ts rename to headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/component-builder.ts diff --git a/src/sxastarter/scripts/generate-component-builder/plugins/components.ts b/headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/components.ts similarity index 100% rename from src/sxastarter/scripts/generate-component-builder/plugins/components.ts rename to headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/components.ts diff --git a/src/sxastarter/scripts/generate-component-builder/plugins/feaas.ts b/headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/feaas.ts similarity index 100% rename from src/sxastarter/scripts/generate-component-builder/plugins/feaas.ts rename to headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/feaas.ts diff --git a/src/sxastarter/scripts/generate-component-builder/plugins/packages.ts b/headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/packages.ts similarity index 100% rename from src/sxastarter/scripts/generate-component-builder/plugins/packages.ts rename to headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/packages.ts diff --git a/src/sxastarter/scripts/generate-config.ts b/headapps/nextjs-starter/app/scripts/generate-config.ts similarity index 100% rename from src/sxastarter/scripts/generate-config.ts rename to headapps/nextjs-starter/app/scripts/generate-config.ts diff --git a/src/sxastarter/scripts/generate-metadata.ts b/headapps/nextjs-starter/app/scripts/generate-metadata.ts similarity index 100% rename from src/sxastarter/scripts/generate-metadata.ts rename to headapps/nextjs-starter/app/scripts/generate-metadata.ts diff --git a/src/sxastarter/scripts/generate-plugins.ts b/headapps/nextjs-starter/app/scripts/generate-plugins.ts similarity index 100% rename from src/sxastarter/scripts/generate-plugins.ts rename to headapps/nextjs-starter/app/scripts/generate-plugins.ts diff --git a/src/sxastarter/scripts/install-pre-push-hook.ts b/headapps/nextjs-starter/app/scripts/install-pre-push-hook.ts similarity index 100% rename from src/sxastarter/scripts/install-pre-push-hook.ts rename to headapps/nextjs-starter/app/scripts/install-pre-push-hook.ts diff --git a/src/sxastarter/scripts/scaffold-component/index.ts b/headapps/nextjs-starter/app/scripts/scaffold-component/index.ts similarity index 100% rename from src/sxastarter/scripts/scaffold-component/index.ts rename to headapps/nextjs-starter/app/scripts/scaffold-component/index.ts diff --git a/src/sxastarter/scripts/scaffold-component/plugins/byoc.ts b/headapps/nextjs-starter/app/scripts/scaffold-component/plugins/byoc.ts similarity index 100% rename from src/sxastarter/scripts/scaffold-component/plugins/byoc.ts rename to headapps/nextjs-starter/app/scripts/scaffold-component/plugins/byoc.ts diff --git a/src/sxastarter/scripts/scaffold-component/plugins/component.ts b/headapps/nextjs-starter/app/scripts/scaffold-component/plugins/component.ts similarity index 100% rename from src/sxastarter/scripts/scaffold-component/plugins/component.ts rename to headapps/nextjs-starter/app/scripts/scaffold-component/plugins/component.ts diff --git a/src/sxastarter/scripts/scaffold-component/plugins/next-steps-byoc.ts b/headapps/nextjs-starter/app/scripts/scaffold-component/plugins/next-steps-byoc.ts similarity index 100% rename from src/sxastarter/scripts/scaffold-component/plugins/next-steps-byoc.ts rename to headapps/nextjs-starter/app/scripts/scaffold-component/plugins/next-steps-byoc.ts diff --git a/src/sxastarter/scripts/scaffold-component/plugins/next-steps.ts b/headapps/nextjs-starter/app/scripts/scaffold-component/plugins/next-steps.ts similarity index 100% rename from src/sxastarter/scripts/scaffold-component/plugins/next-steps.ts rename to headapps/nextjs-starter/app/scripts/scaffold-component/plugins/next-steps.ts diff --git a/src/sxastarter/scripts/temp/.gitignore b/headapps/nextjs-starter/app/scripts/temp/.gitignore similarity index 87% rename from src/sxastarter/scripts/temp/.gitignore rename to headapps/nextjs-starter/app/scripts/temp/.gitignore index 005717ead..d6b7ef32c 100644 --- a/src/sxastarter/scripts/temp/.gitignore +++ b/headapps/nextjs-starter/app/scripts/temp/.gitignore @@ -1,2 +1,2 @@ -* -!.gitignore +* +!.gitignore diff --git a/src/sxastarter/scripts/templates/byoc-component-src.ts b/headapps/nextjs-starter/app/scripts/templates/byoc-component-src.ts similarity index 100% rename from src/sxastarter/scripts/templates/byoc-component-src.ts rename to headapps/nextjs-starter/app/scripts/templates/byoc-component-src.ts diff --git a/src/sxastarter/scripts/templates/component-src.ts b/headapps/nextjs-starter/app/scripts/templates/component-src.ts similarity index 100% rename from src/sxastarter/scripts/templates/component-src.ts rename to headapps/nextjs-starter/app/scripts/templates/component-src.ts diff --git a/src/sxastarter/scripts/utils.ts b/headapps/nextjs-starter/app/scripts/utils.ts similarity index 100% rename from src/sxastarter/scripts/utils.ts rename to headapps/nextjs-starter/app/scripts/utils.ts diff --git a/src/sxastarter/src/Bootstrap.tsx b/headapps/nextjs-starter/app/src/Bootstrap.tsx similarity index 100% rename from src/sxastarter/src/Bootstrap.tsx rename to headapps/nextjs-starter/app/src/Bootstrap.tsx diff --git a/src/sxastarter/src/Layout.tsx b/headapps/nextjs-starter/app/src/Layout.tsx similarity index 100% rename from src/sxastarter/src/Layout.tsx rename to headapps/nextjs-starter/app/src/Layout.tsx diff --git a/src/sxastarter/src/Navigation.tsx b/headapps/nextjs-starter/app/src/Navigation.tsx similarity index 100% rename from src/sxastarter/src/Navigation.tsx rename to headapps/nextjs-starter/app/src/Navigation.tsx diff --git a/src/sxastarter/src/NotFound.tsx b/headapps/nextjs-starter/app/src/NotFound.tsx similarity index 100% rename from src/sxastarter/src/NotFound.tsx rename to headapps/nextjs-starter/app/src/NotFound.tsx diff --git a/src/sxastarter/src/Scripts.tsx b/headapps/nextjs-starter/app/src/Scripts.tsx similarity index 100% rename from src/sxastarter/src/Scripts.tsx rename to headapps/nextjs-starter/app/src/Scripts.tsx diff --git a/src/sxastarter/src/assets/app.css b/headapps/nextjs-starter/app/src/assets/app.css similarity index 94% rename from src/sxastarter/src/assets/app.css rename to headapps/nextjs-starter/app/src/assets/app.css index 5b9131e7c..4a4650e43 100644 --- a/src/sxastarter/src/assets/app.css +++ b/headapps/nextjs-starter/app/src/assets/app.css @@ -1,36 +1,36 @@ -a[target='_blank']:after { - content: '\1F5D7' -} - -/* - Hides Sitecore editor markup, - if you run the app in connected mode while the Sitecore cookies - are set to edit mode. -*/ -.scChromeData, .scpm { display: none !important; } - -/* - Styles for default JSS error components -*/ -.sc-jss-editing-error, -.sc-jss-placeholder-error { - padding: 1em; - background-color: lightyellow; -} - -/* - Style for default content block -*/ -.contentTitle { - font-size: 3.5rem; - font-weight: 300; - line-height: 1.2; -} - -a { - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} +a[target='_blank']:after { + content: '\1F5D7' +} + +/* + Hides Sitecore editor markup, + if you run the app in connected mode while the Sitecore cookies + are set to edit mode. +*/ +.scChromeData, .scpm { display: none !important; } + +/* + Styles for default JSS error components +*/ +.sc-jss-editing-error, +.sc-jss-placeholder-error { + padding: 1em; + background-color: lightyellow; +} + +/* + Style for default content block +*/ +.contentTitle { + font-size: 3.5rem; + font-weight: 300; + line-height: 1.2; +} + +a { + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} diff --git a/src/sxastarter/src/assets/basic/_component.scss b/headapps/nextjs-starter/app/src/assets/basic/_component.scss similarity index 94% rename from src/sxastarter/src/assets/basic/_component.scss rename to headapps/nextjs-starter/app/src/assets/basic/_component.scss index 3c89ce945..6565ab3cb 100644 --- a/src/sxastarter/src/assets/basic/_component.scss +++ b/headapps/nextjs-starter/app/src/assets/basic/_component.scss @@ -1,48 +1,48 @@ -.component-content { - @include respond-to(mobile-large) { - .row { - padding: 0; - margin: 0; - } - } -} -@include respond-to(mobile-large) { - .row { - margin: 0; - padding: 0; - > * { - padding: 0; - margin: 0; - } - } -} - -.hero-banner { - .component-content { - background-position: center; - background-repeat: no-repeat; - background-size: cover; - height: 800px; - - @include respond-to(mobile-large) { - height: 300px; - } - } - .sc-image-wrapper { - opacity: 0; - } - &.scEnabledChrome { - &.hero-banner-empty { - .sc-image-wrapper { - display: block; - width: 100%; - - .scEmptyImage { - max-height: 800px; - max-width: 100%; - width: 100%; - } - } - } - } -} +.component-content { + @include respond-to(mobile-large) { + .row { + padding: 0; + margin: 0; + } + } +} +@include respond-to(mobile-large) { + .row { + margin: 0; + padding: 0; + > * { + padding: 0; + margin: 0; + } + } +} + +.hero-banner { + .component-content { + background-position: center; + background-repeat: no-repeat; + background-size: cover; + height: 800px; + + @include respond-to(mobile-large) { + height: 300px; + } + } + .sc-image-wrapper { + opacity: 0; + } + &.scEnabledChrome { + &.hero-banner-empty { + .sc-image-wrapper { + display: block; + width: 100%; + + .scEmptyImage { + max-height: 800px; + max-width: 100%; + width: 100%; + } + } + } + } +} diff --git a/src/sxastarter/src/assets/basic/_container.scss b/headapps/nextjs-starter/app/src/assets/basic/_container.scss similarity index 93% rename from src/sxastarter/src/assets/basic/_container.scss rename to headapps/nextjs-starter/app/src/assets/basic/_container.scss index c5cc5030a..e1c045cbd 100644 --- a/src/sxastarter/src/assets/basic/_container.scss +++ b/headapps/nextjs-starter/app/src/assets/basic/_container.scss @@ -1,64 +1,64 @@ -@import "@sass/abstracts/mixins"; -@import "variables"; - -body { - font-family: Roboto; - color: $main-color; -} - - -@media (min-width: 1400px) { - .container { - max-width: 1250px; - } -} - -main { - .main-header { - margin-top: 55px; - margin-bottom: 30px; - - @include respond-to(mobile-large) { - margin-bottom: 0; - } - - h4 { - font-size: $text-size-50; - font-weight: 500; - line-height: 70px; - } - } - - .main-news-header { - margin-top: 60px; - - h2 { - font-size: $text-size-36; - line-height: 43px; - } - } - - @include respond-to(mobile-large) { - padding-top: 0; - margin-bottom: 0; - - .main-header { - margin-top: 10px; - - h4 { - font-size: $text-size-24; - line-height: 32px; - } - } - - .main-news-header { - padding-bottom: 35px; - - h2 { - margin-top: 0; - font-size: $text-size-18; - line-height: 22px; - } - } - } -} +@import "@sass/abstracts/mixins"; +@import "variables"; + +body { + font-family: Roboto; + color: $main-color; +} + + +@media (min-width: 1400px) { + .container { + max-width: 1250px; + } +} + +main { + .main-header { + margin-top: 55px; + margin-bottom: 30px; + + @include respond-to(mobile-large) { + margin-bottom: 0; + } + + h4 { + font-size: $text-size-50; + font-weight: 500; + line-height: 70px; + } + } + + .main-news-header { + margin-top: 60px; + + h2 { + font-size: $text-size-36; + line-height: 43px; + } + } + + @include respond-to(mobile-large) { + padding-top: 0; + margin-bottom: 0; + + .main-header { + margin-top: 10px; + + h4 { + font-size: $text-size-24; + line-height: 32px; + } + } + + .main-news-header { + padding-bottom: 35px; + + h2 { + margin-top: 0; + font-size: $text-size-18; + line-height: 22px; + } + } + } +} diff --git a/src/sxastarter/src/assets/basic/_fonts.scss b/headapps/nextjs-starter/app/src/assets/basic/_fonts.scss similarity index 98% rename from src/sxastarter/src/assets/basic/_fonts.scss rename to headapps/nextjs-starter/app/src/assets/basic/_fonts.scss index 7c32c3f9e..94199ec98 100644 --- a/src/sxastarter/src/assets/basic/_fonts.scss +++ b/headapps/nextjs-starter/app/src/assets/basic/_fonts.scss @@ -1,3 +1,3 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); -/* FontAwesome */ -@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'); +@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); +/* FontAwesome */ +@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'); diff --git a/src/sxastarter/src/assets/basic/_footer.scss b/headapps/nextjs-starter/app/src/assets/basic/_footer.scss similarity index 93% rename from src/sxastarter/src/assets/basic/_footer.scss rename to headapps/nextjs-starter/app/src/assets/basic/_footer.scss index 23f8fab4e..943b49355 100644 --- a/src/sxastarter/src/assets/basic/_footer.scss +++ b/headapps/nextjs-starter/app/src/assets/basic/_footer.scss @@ -1,31 +1,31 @@ -@import "@sass/abstracts/mixins"; -@import "variables"; - -footer { - @include respond-to(mobile-large) { - padding-top: 0; - } - .container-dark-background { - background-color: #262626; - } - - .contacts { - font-size: $text-size-14; - - a { - color: $text-white; - } - - p, span { - color: $text-white; - } - } - - .indent-inner { - padding: 65px; - - @include respond-to(mobile-large) { - padding: 40px 0; - } - } -} +@import "@sass/abstracts/mixins"; +@import "variables"; + +footer { + @include respond-to(mobile-large) { + padding-top: 0; + } + .container-dark-background { + background-color: #262626; + } + + .contacts { + font-size: $text-size-14; + + a { + color: $text-white; + } + + p, span { + color: $text-white; + } + } + + .indent-inner { + padding: 65px; + + @include respond-to(mobile-large) { + padding: 40px 0; + } + } +} diff --git a/src/sxastarter/src/assets/basic/_header.scss b/headapps/nextjs-starter/app/src/assets/basic/_header.scss similarity index 94% rename from src/sxastarter/src/assets/basic/_header.scss rename to headapps/nextjs-starter/app/src/assets/basic/_header.scss index ee3d2cad0..9a20cea82 100644 --- a/src/sxastarter/src/assets/basic/_header.scss +++ b/headapps/nextjs-starter/app/src/assets/basic/_header.scss @@ -1,49 +1,49 @@ -@import "@sass/abstracts/vars/colors"; -@import "@sass/abstracts/mixins"; -@import "variables"; - -.prod-mode { - #header { - display: flex; - - @include respond-to(mobile-large) { - padding-bottom: 0; - flex-direction: column-reverse; - } - } -} - -header { - #header { - .bs-title { - padding-left: 50px; - - h1 { - font-size: $text-size-24; - font-weight: 600; - line-height: 18px; - padding-top: 40px; - margin: 0; - } - } - - @include respond-to(mobile-large) { - padding-bottom: 0; - padding-top: 0; - flex-direction: column-reverse; - - .bs-title { - padding-left: 0; - text-align: center; - margin-top: -5px; - - h1 { - font-weight: 500; - line-height: 29px; - padding-top: 0; - margin-bottom: 10px; - } - } - } - } -} +@import "@sass/abstracts/vars/colors"; +@import "@sass/abstracts/mixins"; +@import "variables"; + +.prod-mode { + #header { + display: flex; + + @include respond-to(mobile-large) { + padding-bottom: 0; + flex-direction: column-reverse; + } + } +} + +header { + #header { + .bs-title { + padding-left: 50px; + + h1 { + font-size: $text-size-24; + font-weight: 600; + line-height: 18px; + padding-top: 40px; + margin: 0; + } + } + + @include respond-to(mobile-large) { + padding-bottom: 0; + padding-top: 0; + flex-direction: column-reverse; + + .bs-title { + padding-left: 0; + text-align: center; + margin-top: -5px; + + h1 { + font-weight: 500; + line-height: 29px; + padding-top: 0; + margin-bottom: 10px; + } + } + } + } +} diff --git a/src/sxastarter/src/assets/basic/_navigation.scss b/headapps/nextjs-starter/app/src/assets/basic/_navigation.scss similarity index 95% rename from src/sxastarter/src/assets/basic/_navigation.scss rename to headapps/nextjs-starter/app/src/assets/basic/_navigation.scss index d6f885e1a..6d2de123c 100644 --- a/src/sxastarter/src/assets/basic/_navigation.scss +++ b/headapps/nextjs-starter/app/src/assets/basic/_navigation.scss @@ -1,150 +1,150 @@ -@import "@sass/abstracts/vars"; -@import "variables"; - -$hamburger-width: 28px; -$hamburger-height: 18px; -$border-size: 6px; -$hamburger-margin: 18px; - -.navigation { - .menu-mobile-navigate-wrapper { - width: 100%; - } -} - -.navigation.navigation-horizontal { - width: 100%; - padding-right: 70px; - margin-top: -15px; - - .menu-mobile-navigate { - display: none; - } - - @include respond-to(mobile-large) { - padding-right: 0; - } - - .component-content { - display: inline-block; - - @include respond-to(mobile-large) { - display: none; - } - - ul.clearfix { - list-style: none; - } - .level0 { - display: flex; - } - - .level0, .level1 { - float: left; - margin-left: 30px; - - >.navigation-title { - >a { - border-width: 0; - font-size: $text-size-14; - font-weight: 400; - } - } - } - } - - @include respond-to(mobile-large) { - .component-content { - display: none; - position: fixed; - top: 0; - bottom: 0; - right: 0; - left: 0; - background-color: $bg-black-active; - z-index: 1; - - * { - text-align: center !important; - } - - nav { - padding-top: 110px; - - .level0 { - display: block; - } - } - - ul { - margin: 0; - padding: 0; - } - - .level0, .level1 { - float: unset; - margin-left: 0; - >.navigation-title { - >a { - font-size: $text-size-30; - line-height: 90px; - >span { - color: $text-white; - } - } - } - } - } - - .menu-mobile-navigate-wrapper { - .menu-mobile-navigate { - display: inline-block; - z-index: 2; - position: absolute; - right: $hamburger-margin; - top: $hamburger-margin; - height: $hamburger-width; - width: $hamburger-width; - opacity: 0; - - &:checked ~ { - .menu-humburger { - &::before { - content: "\00d7"; - color: $text-basic-active; - font-size: $text-size-48; - position: fixed; - top: 0; - right: 0; - margin-top: calc($hamburger-margin + ($hamburger-margin / 2)); - margin-right: $hamburger-margin; - line-height: 0; - border: 0; - } - } - - .component-content { - position: fixed; - display: inline-block; - } - } - } - - .menu-humburger { - &::before { - content: ""; - width: $hamburger-width; - height: $hamburger-height; - margin-right: $hamburger-margin; - margin-top: calc($hamburger-margin + ($hamburger-margin / 2)) + 8px; - display: block; - border-top: 6px solid $bg-black; - border-bottom: 6px solid $bg-black; - float: right; - z-index: 99; - cursor: pointer; - } - } - } - } -} +@import "@sass/abstracts/vars"; +@import "variables"; + +$hamburger-width: 28px; +$hamburger-height: 18px; +$border-size: 6px; +$hamburger-margin: 18px; + +.navigation { + .menu-mobile-navigate-wrapper { + width: 100%; + } +} + +.navigation.navigation-horizontal { + width: 100%; + padding-right: 70px; + margin-top: -15px; + + .menu-mobile-navigate { + display: none; + } + + @include respond-to(mobile-large) { + padding-right: 0; + } + + .component-content { + display: inline-block; + + @include respond-to(mobile-large) { + display: none; + } + + ul.clearfix { + list-style: none; + } + .level0 { + display: flex; + } + + .level0, .level1 { + float: left; + margin-left: 30px; + + >.navigation-title { + >a { + border-width: 0; + font-size: $text-size-14; + font-weight: 400; + } + } + } + } + + @include respond-to(mobile-large) { + .component-content { + display: none; + position: fixed; + top: 0; + bottom: 0; + right: 0; + left: 0; + background-color: $bg-black-active; + z-index: 1; + + * { + text-align: center !important; + } + + nav { + padding-top: 110px; + + .level0 { + display: block; + } + } + + ul { + margin: 0; + padding: 0; + } + + .level0, .level1 { + float: unset; + margin-left: 0; + >.navigation-title { + >a { + font-size: $text-size-30; + line-height: 90px; + >span { + color: $text-white; + } + } + } + } + } + + .menu-mobile-navigate-wrapper { + .menu-mobile-navigate { + display: inline-block; + z-index: 2; + position: absolute; + right: $hamburger-margin; + top: $hamburger-margin; + height: $hamburger-width; + width: $hamburger-width; + opacity: 0; + + &:checked ~ { + .menu-humburger { + &::before { + content: "\00d7"; + color: $text-basic-active; + font-size: $text-size-48; + position: fixed; + top: 0; + right: 0; + margin-top: calc($hamburger-margin + ($hamburger-margin / 2)); + margin-right: $hamburger-margin; + line-height: 0; + border: 0; + } + } + + .component-content { + position: fixed; + display: inline-block; + } + } + } + + .menu-humburger { + &::before { + content: ""; + width: $hamburger-width; + height: $hamburger-height; + margin-right: $hamburger-margin; + margin-top: calc($hamburger-margin + ($hamburger-margin / 2)) + 8px; + display: block; + border-top: 6px solid $bg-black; + border-bottom: 6px solid $bg-black; + float: right; + z-index: 99; + cursor: pointer; + } + } + } + } +} diff --git a/src/sxastarter/src/assets/basic/_promo.scss b/headapps/nextjs-starter/app/src/assets/basic/_promo.scss similarity index 94% rename from src/sxastarter/src/assets/basic/_promo.scss rename to headapps/nextjs-starter/app/src/assets/basic/_promo.scss index 9c4a9e825..1360672c7 100644 --- a/src/sxastarter/src/assets/basic/_promo.scss +++ b/headapps/nextjs-starter/app/src/assets/basic/_promo.scss @@ -1,58 +1,58 @@ -@import "@sass/abstracts/vars"; -@import "@sass/abstracts/mixins"; -/**PROMO**/ - -.promo { - &.main-promo-no-border { - padding-left: 0; - padding-right: 0; - padding-bottom: 0; - margin-bottom: 80px; - - @include respond-to(mobile-large) { - margin-bottom: 0; - } - - >.component-content { - border: 0; - max-width: 583px; - margin-right: 50px; - - > div { - padding-bottom: 0; - } - - @include respond-to(mobile-large) { - max-width: 100%; - margin-right: 0; - } - - .promo-text { - .field-promotext { - font-size: 14px; - - h3 { - font-size: $text-size-18; - margin: 15px 0; - - @include respond-to(mobile-large) { - margin: 10px 0; - } - } - p { - margin: 10px 0; - } - } - } - @include respond-to(mobile-large) { - > div { - padding: 0; - } - - .promo-text { - padding: 15px 30px 5px 30px; - } - } - } - } -} +@import "@sass/abstracts/vars"; +@import "@sass/abstracts/mixins"; +/**PROMO**/ + +.promo { + &.main-promo-no-border { + padding-left: 0; + padding-right: 0; + padding-bottom: 0; + margin-bottom: 80px; + + @include respond-to(mobile-large) { + margin-bottom: 0; + } + + >.component-content { + border: 0; + max-width: 583px; + margin-right: 50px; + + > div { + padding-bottom: 0; + } + + @include respond-to(mobile-large) { + max-width: 100%; + margin-right: 0; + } + + .promo-text { + .field-promotext { + font-size: 14px; + + h3 { + font-size: $text-size-18; + margin: 15px 0; + + @include respond-to(mobile-large) { + margin: 10px 0; + } + } + p { + margin: 10px 0; + } + } + } + @include respond-to(mobile-large) { + > div { + padding: 0; + } + + .promo-text { + padding: 15px 30px 5px 30px; + } + } + } + } +} diff --git a/src/sxastarter/src/assets/basic/_rich-text.scss b/headapps/nextjs-starter/app/src/assets/basic/_rich-text.scss similarity index 94% rename from src/sxastarter/src/assets/basic/_rich-text.scss rename to headapps/nextjs-starter/app/src/assets/basic/_rich-text.scss index 48ee6e001..3bf6fbb15 100644 --- a/src/sxastarter/src/assets/basic/_rich-text.scss +++ b/headapps/nextjs-starter/app/src/assets/basic/_rich-text.scss @@ -1,11 +1,11 @@ -@import "@sass/abstracts/vars"; -@import "variables"; - -.rich-text { - font-size: $text-size-16; - - @include respond-to(mobile-large) { - padding: 0 30px 10px 30px; - font-size: $text-size-14; - } -} +@import "@sass/abstracts/vars"; +@import "variables"; + +.rich-text { + font-size: $text-size-16; + + @include respond-to(mobile-large) { + padding: 0 30px 10px 30px; + font-size: $text-size-14; + } +} diff --git a/src/sxastarter/src/assets/basic/_variables.scss b/headapps/nextjs-starter/app/src/assets/basic/_variables.scss similarity index 95% rename from src/sxastarter/src/assets/basic/_variables.scss rename to headapps/nextjs-starter/app/src/assets/basic/_variables.scss index dd3669978..2bff4a88e 100644 --- a/src/sxastarter/src/assets/basic/_variables.scss +++ b/headapps/nextjs-starter/app/src/assets/basic/_variables.scss @@ -1,10 +1,10 @@ -$text-size-14: 14px; -$text-size-16: 16px; -$text-size-18: 18px; -$text-size-24: 24px; -$text-size-30: 30px; -$text-size-36: 36px; -$text-size-48: 48px; -$text-size-50: 50px; - +$text-size-14: 14px; +$text-size-16: 16px; +$text-size-18: 18px; +$text-size-24: 24px; +$text-size-30: 30px; +$text-size-36: 36px; +$text-size-48: 48px; +$text-size-50: 50px; + $main-color: #27272A; \ No newline at end of file diff --git a/src/sxastarter/src/assets/basic/main.scss b/headapps/nextjs-starter/app/src/assets/basic/main.scss similarity index 95% rename from src/sxastarter/src/assets/basic/main.scss rename to headapps/nextjs-starter/app/src/assets/basic/main.scss index 95a1d8972..37318b8ce 100644 --- a/src/sxastarter/src/assets/basic/main.scss +++ b/headapps/nextjs-starter/app/src/assets/basic/main.scss @@ -1,8 +1,8 @@ -@import "fonts"; -@import "container"; -@import "header"; -@import "promo"; -@import "navigation"; -@import "component"; -@import "rich-text"; -@import "footer"; +@import "fonts"; +@import "container"; +@import "header"; +@import "promo"; +@import "navigation"; +@import "component"; +@import "rich-text"; +@import "footer"; diff --git a/src/sxastarter/src/assets/main.scss b/headapps/nextjs-starter/app/src/assets/main.scss similarity index 96% rename from src/sxastarter/src/assets/main.scss rename to headapps/nextjs-starter/app/src/assets/main.scss index b4c86ab4a..67333e3fc 100644 --- a/src/sxastarter/src/assets/main.scss +++ b/headapps/nextjs-starter/app/src/assets/main.scss @@ -1,4 +1,4 @@ -@import "basic/fonts"; -@import "bootstrap/scss/bootstrap"; -@import "sass/main.scss"; -@import "basic/main.scss"; +@import "basic/fonts"; +@import "bootstrap/scss/bootstrap"; +@import "sass/main.scss"; +@import "basic/main.scss"; diff --git a/src/sxastarter/src/assets/sass/_app.scss b/headapps/nextjs-starter/app/src/assets/sass/_app.scss similarity index 93% rename from src/sxastarter/src/assets/sass/_app.scss rename to headapps/nextjs-starter/app/src/assets/sass/_app.scss index 0bf965091..2d80a9616 100644 --- a/src/sxastarter/src/assets/sass/_app.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/_app.scss @@ -1,103 +1,103 @@ -html { - font-size: 62.5%; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - margin-bottom: 0px; - height: auto !important; -} - -body { - @include opensans-font-stack(); - position: relative; - overflow: auto; - color: $text-basic; - font-size: 16px; - line-height: 1.5; - background: $page-bg; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - height: auto !important; - &.on-page-editor { - background: $page-bg-editor !important; - } -} - -a { - color: $text-basic; - cursor: pointer; - font-size: 0.85em; - &:hover { - color: $text-basic-active; - } -} - -h1, -h2, -h3, -h4, -h5, -h6 { - font-weight: bold; -} - -h1 { - font-size: 2em; -} - -h2 { - font-size: 1.5em; -} - -h3 { - font-size: 1.2em; -} - -h4 { - font-size: 1em; -} - -h5 { - font-size: 0.83em; -} - -h6 { - font-size: 0.67em; -} - -ul li { - list-style-type: none; -} - -.xa-variable { - border: 0px; - padding: 1px; - margin: 0px; - background-color: #ebebe4; - color: #545454; - user-select: none; - pointer-events: none; -} - -//Navigation Bar fix -#breadcrumbMenuSubcontrol_context_menu * { - box-sizing: initial; -} - -//End navigation bar fix -.menu-mobile-navigate { - display: none; -} - -#header, #content, #footer, .sc-jss-empty-placeholder { - width: 100%; - display: flex; - flex-wrap: wrap; - position: relative; -} - -.sc-jss-placeholder-error { - background: #ff0000; - outline: 5px solid #e36565; - padding: 10px; - color:#fff; - max-width: 500px; -} +html { + font-size: 62.5%; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + margin-bottom: 0px; + height: auto !important; +} + +body { + @include opensans-font-stack(); + position: relative; + overflow: auto; + color: $text-basic; + font-size: 16px; + line-height: 1.5; + background: $page-bg; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + height: auto !important; + &.on-page-editor { + background: $page-bg-editor !important; + } +} + +a { + color: $text-basic; + cursor: pointer; + font-size: 0.85em; + &:hover { + color: $text-basic-active; + } +} + +h1, +h2, +h3, +h4, +h5, +h6 { + font-weight: bold; +} + +h1 { + font-size: 2em; +} + +h2 { + font-size: 1.5em; +} + +h3 { + font-size: 1.2em; +} + +h4 { + font-size: 1em; +} + +h5 { + font-size: 0.83em; +} + +h6 { + font-size: 0.67em; +} + +ul li { + list-style-type: none; +} + +.xa-variable { + border: 0px; + padding: 1px; + margin: 0px; + background-color: #ebebe4; + color: #545454; + user-select: none; + pointer-events: none; +} + +//Navigation Bar fix +#breadcrumbMenuSubcontrol_context_menu * { + box-sizing: initial; +} + +//End navigation bar fix +.menu-mobile-navigate { + display: none; +} + +#header, #content, #footer, .sc-jss-empty-placeholder { + width: 100%; + display: flex; + flex-wrap: wrap; + position: relative; +} + +.sc-jss-placeholder-error { + background: #ff0000; + outline: 5px solid #e36565; + padding: 10px; + color:#fff; + max-width: 500px; +} diff --git a/src/sxastarter/src/assets/sass/abstracts/_functions.scss b/headapps/nextjs-starter/app/src/assets/sass/abstracts/_functions.scss similarity index 95% rename from src/sxastarter/src/assets/sass/abstracts/_functions.scss rename to headapps/nextjs-starter/app/src/assets/sass/abstracts/_functions.scss index f17d6125b..9c094af71 100644 --- a/src/sxastarter/src/assets/sass/abstracts/_functions.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/abstracts/_functions.scss @@ -1,8 +1,8 @@ -@function headings($from:1, $to:6) { - @if $from==$to { - @return 'h#{$from}'; - } - @else { - @return 'h#{$from},'+headings($from+1, $to); - } -} +@function headings($from:1, $to:6) { + @if $from==$to { + @return 'h#{$from}'; + } + @else { + @return 'h#{$from},'+headings($from+1, $to); + } +} diff --git a/src/sxastarter/src/assets/sass/abstracts/_mixins.scss b/headapps/nextjs-starter/app/src/assets/sass/abstracts/_mixins.scss similarity index 96% rename from src/sxastarter/src/assets/sass/abstracts/_mixins.scss rename to headapps/nextjs-starter/app/src/assets/sass/abstracts/_mixins.scss index 45892c05c..83670c8a5 100644 --- a/src/sxastarter/src/assets/sass/abstracts/_mixins.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/abstracts/_mixins.scss @@ -1,121 +1,121 @@ -@import "vars"; - -/* breakpoints */ - -$break-desktop: 1024px; -$break-mobile: 380px; -$break-mobile-horizontal: 640px; -$break-mobile-large: 992px; -@mixin wrapper() { - max-width: 960px; - margin: 0 auto !important; -} -@mixin clearfix { - &:after { - content: ""; - display: table; - clear: both; - } -} -@mixin headings($from: 1, $to: 6) { - @for $i from $from through $to { - h#{$i} { - @content - } - } -} -@mixin font-size($sizeValue: 1.6) { - font-size: ($sizeValue * 10) + px; - font-size: $sizeValue + rem; -} - @mixin proxima-font($weight:semibold) { - @if($weight==semibold) { - font-family: "ProximaNova-Semibold", arial, helvetica, sans-serif; - } - @else if($weight==light) { - font-family: "ProximaNova-Light", arial, helvetica, sans-serif; - } - } -@mixin opensans-font-stack() { - font-family: "Open Sans", Helvetica, Verdana, Tahoma, sans-serif; -} -@mixin loading-gif() { - background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==); - background-position: center center; - background-repeat: no-repeat; -} -@mixin respond-to($media) { - @if $media==mobile { - @media only screen and (max-width: $break-mobile) { - @content; - } - } - @else if $media==mobile-horizontal { - @media only screen and (max-width: $break-mobile-horizontal - 1) { - @content; - } - } - @else if $media==mobile-large { - @media only screen and (max-width: $break-mobile-large) { - @content; - } - } - @else if $media==tablet { - @media only screen and (min-width: $break-mobile + 1) and (max-width: $break-desktop - 1) { - @content; - } - } - @else if $media==all-mobile { - @media only screen and (max-width: $break-desktop - 1) { - @content; - } - } - @else if $media==desktop { - @media only screen and (min-width: $break-desktop) { - @content; - } - } -} -@mixin border-basic($position:all, $border-color:$border-gray, $border-width:1px) { - @if($position!=all) { - border-#{$position}-width: $border-width; - border-#{$position}-style: solid; - border-#{$position}-color: $border-color; - } - @else { - border-width: $border-width; - border-style: solid; - border-color: $border-color; - } -} -@mixin fixed-bg($pos, $min-height:240px) { - background-position: $pos; - background-attachment: fixed; - min-height: $min-height; -} -@mixin linear-gradient($direction, $color-stops...) { - // Direction has been omitted and happens to be a color-stop - @if is-direction($direction)==false { - $color-stops: $direction, $color-stops; - $direction: 180deg; - } - background: nth(nth($color-stops, 1), 1); - background: -webkit-linear-gradient(legacy-direction($direction), $color-stops); - background: linear-gradient($direction, $color-stops); -} -@mixin default-link-button { - @include border-basic(); - @include font-size(1.2); - display: inline-block; - vertical-align: middle; - box-sizing: border-box; - margin: 5px 0; - padding: 10px 15px; - text-align: center; - text-decoration: none; - font-weight: bold; - &:hover { - color: $text-basic; - background: $bg-light-gray; - } -} +@import "vars"; + +/* breakpoints */ + +$break-desktop: 1024px; +$break-mobile: 380px; +$break-mobile-horizontal: 640px; +$break-mobile-large: 992px; +@mixin wrapper() { + max-width: 960px; + margin: 0 auto !important; +} +@mixin clearfix { + &:after { + content: ""; + display: table; + clear: both; + } +} +@mixin headings($from: 1, $to: 6) { + @for $i from $from through $to { + h#{$i} { + @content + } + } +} +@mixin font-size($sizeValue: 1.6) { + font-size: ($sizeValue * 10) + px; + font-size: $sizeValue + rem; +} + @mixin proxima-font($weight:semibold) { + @if($weight==semibold) { + font-family: "ProximaNova-Semibold", arial, helvetica, sans-serif; + } + @else if($weight==light) { + font-family: "ProximaNova-Light", arial, helvetica, sans-serif; + } + } +@mixin opensans-font-stack() { + font-family: "Open Sans", Helvetica, Verdana, Tahoma, sans-serif; +} +@mixin loading-gif() { + background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==); + background-position: center center; + background-repeat: no-repeat; +} +@mixin respond-to($media) { + @if $media==mobile { + @media only screen and (max-width: $break-mobile) { + @content; + } + } + @else if $media==mobile-horizontal { + @media only screen and (max-width: $break-mobile-horizontal - 1) { + @content; + } + } + @else if $media==mobile-large { + @media only screen and (max-width: $break-mobile-large) { + @content; + } + } + @else if $media==tablet { + @media only screen and (min-width: $break-mobile + 1) and (max-width: $break-desktop - 1) { + @content; + } + } + @else if $media==all-mobile { + @media only screen and (max-width: $break-desktop - 1) { + @content; + } + } + @else if $media==desktop { + @media only screen and (min-width: $break-desktop) { + @content; + } + } +} +@mixin border-basic($position:all, $border-color:$border-gray, $border-width:1px) { + @if($position!=all) { + border-#{$position}-width: $border-width; + border-#{$position}-style: solid; + border-#{$position}-color: $border-color; + } + @else { + border-width: $border-width; + border-style: solid; + border-color: $border-color; + } +} +@mixin fixed-bg($pos, $min-height:240px) { + background-position: $pos; + background-attachment: fixed; + min-height: $min-height; +} +@mixin linear-gradient($direction, $color-stops...) { + // Direction has been omitted and happens to be a color-stop + @if is-direction($direction)==false { + $color-stops: $direction, $color-stops; + $direction: 180deg; + } + background: nth(nth($color-stops, 1), 1); + background: -webkit-linear-gradient(legacy-direction($direction), $color-stops); + background: linear-gradient($direction, $color-stops); +} +@mixin default-link-button { + @include border-basic(); + @include font-size(1.2); + display: inline-block; + vertical-align: middle; + box-sizing: border-box; + margin: 5px 0; + padding: 10px 15px; + text-align: center; + text-decoration: none; + font-weight: bold; + &:hover { + color: $text-basic; + background: $bg-light-gray; + } +} diff --git a/src/sxastarter/src/assets/sass/abstracts/_vars.scss b/headapps/nextjs-starter/app/src/assets/sass/abstracts/_vars.scss similarity index 96% rename from src/sxastarter/src/assets/sass/abstracts/_vars.scss rename to headapps/nextjs-starter/app/src/assets/sass/abstracts/_vars.scss index bf7cda883..8d3e66eec 100644 --- a/src/sxastarter/src/assets/sass/abstracts/_vars.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/abstracts/_vars.scss @@ -1,3 +1,3 @@ -@import "vars/colors"; -@import "vars/margins"; -@import "vars/fontSizes"; +@import "vars/colors"; +@import "vars/margins"; +@import "vars/fontSizes"; diff --git a/src/sxastarter/src/assets/sass/abstracts/vars/_colors.scss b/headapps/nextjs-starter/app/src/assets/sass/abstracts/vars/_colors.scss similarity index 96% rename from src/sxastarter/src/assets/sass/abstracts/vars/_colors.scss rename to headapps/nextjs-starter/app/src/assets/sass/abstracts/vars/_colors.scss index 0fbb8b7e1..b08847d7b 100644 --- a/src/sxastarter/src/assets/sass/abstracts/vars/_colors.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/abstracts/vars/_colors.scss @@ -1,283 +1,283 @@ -//Backgrounds colors -$bg-transparent:transparent !default; -$bg-basic-color:#FFFFFF !default; -$bg-basic-color-active: #cccccc !default; -$bg-light-gray: #f7f7f7 !default; -$bg-light-gray-active: #dadada !default; -$bg-blue:#89C6CC; -$bg-blue-active: #15909c !default; -$bg-submenu:#edebeb !default; -$bg-submenu-active:#f6f6f6 !default; -$bg-black:#000; -$bg-black-active:#3d3d3d; -$bg-dark-gray: #262626; -//Text colors -$text-white:#fff !default; -$text-heading-color: #222 !default; -$text-basic:#747474 !default; -$text-basic-active:#878787 !default; -$text-blue:#89C6CC !default; -$text-blue-active:#15909c !default; -$text-submenu-active: #222 !default; -$text-disabled: #aaa !default; -$text-black: #000 !default; -$text-red:#de232f; -$text-gray: #262626; -//Border colors -$border-gray: #d2d2d2 !default; -$border-white: #ffffff !default; -$border-basic-color: #89C6CC !default; -$border-basic-active:#15909c !default; -$border-nav-submenu:#e1e1e1; -//Styles for each component separately -//Accordion -$accordion-header-bg: transparent; -$accordion-header-bg-active: transparent; -$accordion-toggled-bg: transparent; -$accordion-header-border: $border-gray; -//Breadcrumb -$breadcrumb-dropdown-bg:$bg-basic-color; -$breadcrumb-dropdown-bg-active:$bg-blue; -$breadcrumb-dropdown-text-active:$text-white; -$breadcrumb-bg:transparent; -$breadcrumb-color:$text-basic; -$breadcrumb-color-active:$text-blue-active; -//Buttons colors -$btn-green-light: #a0ce4e; -$btn-green: #92be43; -$btn-red-active: #c34e30; -$btn-red: #bc4526; -//Carousel -$carousel-bg:$bg-basic-color; -$carousel-nav:$text-black; -$carousel-nav-active:$text-basic-active; -$carousel-nav-border:$border-basic-color; -//Container component -$container-title-row-bg: $bg-light-gray; -//Event List -$event-list-bg:transparent; -$event-list-item-bg:$bg-basic-color; -$event-list-item-color:$text-basic; -$event-list-title-border:$border-basic-color; -//Calendar -$calendar-bg:$bg-basic-color; -$calendar-header-bg:$bg-basic-color-active; -$calendar-day-color-active:$text-white; -$calendar-title-color:$text-white; -//Feed -$feed-bg:transparent; -$feed-item-bg:transparent; -//Field Editor -$field-editor-bg:transparent; -$field-editor-table-border:$bg-light-gray; -$field-editor-text-header:$text-black; -$field-editor-text-header-active:$text-red; -$field-editor-text:$text-basic; -//File List -$file-list-bg:transparent; -$file-list-item-bg:transparent; -$file-list-title-color:$text-basic; -$file-list-title-border:transparent; -$file-list-item-color:$text-basic; -$file-list-item-color-active:$text-basic-active; -$file-list-item-size:$text-basic; -$file-list-item-borer:$border-basic-color; -$file-list-link-btn-color-active:$text-white; -$file-list-link-btn-color:$text-basic; -$file-list-link-btn-bg:$bg-blue-active; -$file-list-link-btn-bg-active:$bg-blue; -//Flip -$flip-bg:transparent; -$flip-slides-bg:$bg-basic-color; -$flip-slides0-bg:#f6f6f6; -$flip-slides1-bg:$bg-blue-active; -$flip-slides1-color:$text-white; -$flip-border:$border-gray; -//Gallery -$galleria-container-bg:transparent; -$gallery-info-bg:$bg-basic-color; -$gallery-info-border:$border-gray; -$gallery-info-text:$text-basic; -$gallery-nav-active:$text-white; -$gallery-nav:$text-basic; -$gallery-counter-color:$text-white; -//Language selector -$lang-selector-bg:$bg-basic-color; -$lang-selector-border:$border-basic-color; -$lang-selector-item-bg-active:$bg-basic-color; -$lang-selector-item-border:$border-white; -$lang-selector-item-border-active:$border-basic-active; -//Site selector -$site-selector-color:$text-basic; -//Link List -$link-list-bg:transparent; -$link-list-header-border:$border-basic-color; -$link-list-items-bg:transparent; -$link-list-item-bg:transparent; -$link-list-item-color:$text-basic; -$link-list-item-color-active:$text-basic-active; -$link-list-item-border-active:$border-basic-color; -//Login -$login-bg:transparent; -//Logout -$logout-bg:transparent; -$logout-link-text-color:$text-basic; -$logout-link-text-color-active:$text-basic-active; -$logout-link-border:$border-basic-color; -//Map -$map-bg:transparent; -$map-border:none; -//Page List -$page-list-bg:$bg-transparent; -$page-list-item-bg:$bg-transparent; -$page-list-item-title-text:$text-black; -$page-list-item-border:$border-basic-color; -//Pagination -$list-pagination-bg:transparent; -$list-pagination-active-bg:$bg-blue; -$list-pagination-active-color:$text-white; -$list-pagination-active-color:$text-blue; -$list-pagination-active-bg:$bg-submenu-active; -$list-pagination-active-border:$border-basic-active; -//Play list -$play-list-bg:transparent; -$play-list-item-bg:transparent; -$play-list-item-color:$text-basic; -$play-list-item-color-active:$text-white; -$play-list-nav-active:$text-blue; -$play-list-item-bg:$bg-light-gray; -$play-list-item-active-bg:$bg-blue; -$play-list-border:$border-basic-color; -$play-list-title-border:$border-basic-color; -//Promo -$promo-bg:$bg-basic-color; -$promo-bg-hero:rgba(0, 0, 0, 0.5); -$promo-border:$border-gray; -$promo-hero-text-color:$text-white; -$promo-shadow-border:$border-basic-color; -//Rich Text Content -$rich-content-bg:transparent; -$rich-content-color:$text-basic; -$rich-content-border:transparent; -$rich-content-link-color:$text-red; -$rich-content-link-color-active:$text-basic-active; -//Search -$search-filter:$text-basic; -$search-filter-border:$border-basic-color; -//Menu colors -$menu-hover-color:#1b809e; -$menu-active-color:#176f89; -//Navigation -$nav-bg:transparent; -$nav-color-root:$text-basic; -$nav-color-root-active:$text-basic; -$nav-border-root:$border-basic-color; -$nav-border-root-active:$border-basic-color; -$nav-color-submenu:$text-submenu-active; -$nav-color-submenu-active:$text-submenu-active; -$nav-bg-root:$bg-submenu-active; -$nav-bg-submenu:$bg-submenu-active; -$nav-bg-submenu-active:$bg-submenu-active; -$nav-border-submenu:$border-basic-color; -$nav-submenu-item-border:$border-gray; -$nav-submenu-border-active:$border-basic-color; -//Social Media Share -$social-media-share-bg:transparent; -//Tabs -$tab-heading-bg:$bg-light-gray; -$tab-heading-active-bg:$bg-basic-color; -$tab-heading-color:$text-heading-color; -$tab-heading-active-color:$text-black; -$tab-container-bg:transparent; -$tab-container-border:$border-basic-color; -//Title -$title-bg:transparent; -$title-color:$text-basic; -$title-color-active:$text-basic-active; -//Toggle -$toggle-header-bg:$bg-basic-color; -$toggle-content-bg:$bg-basic-color; -$toggle-show-color:$text-basic-active; -//Search Components -$search-btn-bg:transparent; -$search-btn-active-bg:#e0e0e0; -$search-btn-active-border:#adadad; -//Image component -$image-caption-color:$text-basic; -//Media Link Component -$media-link-bg:transparent; -$media-link-border:$border-basic-color; -$media-link-color:$text-basic; -$media-link-color-active:$text-basic-active; -//Tag Component -$tag-color:$text-basic; -$tag-color-active:$text-basic-active; -$tag-border-active:$border-basic-active; -$tag-link-bg :$bg-blue; -$tag-link-bg-active :$bg-blue-active; -$tag-link-color :$text-white; -//Link Component -$link-bg:transparent; -$link-text-color:$text-basic; -$link-text-color-active:$text-basic-active; -$link-border:$border-basic-color; -//Overlay -$overlay-bg:$bg-light-gray; -//Search Components -$search-title-border:$border-basic-color; -$search-title-color:$text-basic; -$search-item-color:$text-basic; -$search-item-color-active:$text-basic; -$search-item-border:$border-basic-color; -$search-item-border-active:$border-basic-active; -// -//Search Facet Summary -$search-facet-summary-border:transparent; -$search-facet-summary-background:transparent; -$search-facet-summary-item-color:$text-basic; -$search-facet-summary-item-color-horizontal:$text-basic; -$search-facet-summary-item-border:$border-gray; -$search-facet-summary-item-border-horizontal:$border-basic-color; -$search-facet-summary-item-shadow:$border-gray; -$search-facet-summary-clear-border-horizontal:$btn-red; -$search-facet-summary-clear-color:$text-red; -$search-facet-summary-clear-color-horizontal:$text-blue; -// -$search-filter-radius-active:$text-blue; -$search-filter-radius-border:$border-gray; -$search-filter-radius-bg:$border-gray; -// -$search-filter-slider-border-active:$border-basic-color; -$search-filter-slider-bg-active:$bg-blue; -$search-filter-slider-btn-border:$border-gray; -$search-filter-slider-btn-bg:$bg-light-gray; -$search-filter-slider-btn-bg-active:$bg-light-gray-active; -//Serach Pagination -$search-pagination-bg:transparent; -$search-pagination-active-bg:$bg-blue; -$search-pagination-active-color:$text-white; -$search-pagination-hover-color:$text-blue; -$search-pagination-hover-bg:$bg-submenu-active; -$search-pagination-hover-border:$border-basic-active; -//Search selector -$serach-selector-variant-color-active: $text-blue-active; -//Typehead -$tt-color:$text-basic; -$tt-color-active:$text-blue; -$tt-price-color:$text-blue; -$tt-dropdown-bg:$bg-light-gray; -$tt-suggestion-bg-active:$bg-light-gray-active; -$tt-dropdown-border:$border-gray; -//Video -$video-control-bg:$bg-basic-color; -$video-time-color:$text-basic; -$video-time-total-bg:$bg-black; -$video-time-handle-border:$border-gray; -$video-time-handle-bg:$bg-black; -//Form component -$form-bg: transparent; -$form-border: transparent; -$form-color: $text-basic; -//Main -$page-bg: $bg-basic-color; -$page-bg-editor:none; +//Backgrounds colors +$bg-transparent:transparent !default; +$bg-basic-color:#FFFFFF !default; +$bg-basic-color-active: #cccccc !default; +$bg-light-gray: #f7f7f7 !default; +$bg-light-gray-active: #dadada !default; +$bg-blue:#89C6CC; +$bg-blue-active: #15909c !default; +$bg-submenu:#edebeb !default; +$bg-submenu-active:#f6f6f6 !default; +$bg-black:#000; +$bg-black-active:#3d3d3d; +$bg-dark-gray: #262626; +//Text colors +$text-white:#fff !default; +$text-heading-color: #222 !default; +$text-basic:#747474 !default; +$text-basic-active:#878787 !default; +$text-blue:#89C6CC !default; +$text-blue-active:#15909c !default; +$text-submenu-active: #222 !default; +$text-disabled: #aaa !default; +$text-black: #000 !default; +$text-red:#de232f; +$text-gray: #262626; +//Border colors +$border-gray: #d2d2d2 !default; +$border-white: #ffffff !default; +$border-basic-color: #89C6CC !default; +$border-basic-active:#15909c !default; +$border-nav-submenu:#e1e1e1; +//Styles for each component separately +//Accordion +$accordion-header-bg: transparent; +$accordion-header-bg-active: transparent; +$accordion-toggled-bg: transparent; +$accordion-header-border: $border-gray; +//Breadcrumb +$breadcrumb-dropdown-bg:$bg-basic-color; +$breadcrumb-dropdown-bg-active:$bg-blue; +$breadcrumb-dropdown-text-active:$text-white; +$breadcrumb-bg:transparent; +$breadcrumb-color:$text-basic; +$breadcrumb-color-active:$text-blue-active; +//Buttons colors +$btn-green-light: #a0ce4e; +$btn-green: #92be43; +$btn-red-active: #c34e30; +$btn-red: #bc4526; +//Carousel +$carousel-bg:$bg-basic-color; +$carousel-nav:$text-black; +$carousel-nav-active:$text-basic-active; +$carousel-nav-border:$border-basic-color; +//Container component +$container-title-row-bg: $bg-light-gray; +//Event List +$event-list-bg:transparent; +$event-list-item-bg:$bg-basic-color; +$event-list-item-color:$text-basic; +$event-list-title-border:$border-basic-color; +//Calendar +$calendar-bg:$bg-basic-color; +$calendar-header-bg:$bg-basic-color-active; +$calendar-day-color-active:$text-white; +$calendar-title-color:$text-white; +//Feed +$feed-bg:transparent; +$feed-item-bg:transparent; +//Field Editor +$field-editor-bg:transparent; +$field-editor-table-border:$bg-light-gray; +$field-editor-text-header:$text-black; +$field-editor-text-header-active:$text-red; +$field-editor-text:$text-basic; +//File List +$file-list-bg:transparent; +$file-list-item-bg:transparent; +$file-list-title-color:$text-basic; +$file-list-title-border:transparent; +$file-list-item-color:$text-basic; +$file-list-item-color-active:$text-basic-active; +$file-list-item-size:$text-basic; +$file-list-item-borer:$border-basic-color; +$file-list-link-btn-color-active:$text-white; +$file-list-link-btn-color:$text-basic; +$file-list-link-btn-bg:$bg-blue-active; +$file-list-link-btn-bg-active:$bg-blue; +//Flip +$flip-bg:transparent; +$flip-slides-bg:$bg-basic-color; +$flip-slides0-bg:#f6f6f6; +$flip-slides1-bg:$bg-blue-active; +$flip-slides1-color:$text-white; +$flip-border:$border-gray; +//Gallery +$galleria-container-bg:transparent; +$gallery-info-bg:$bg-basic-color; +$gallery-info-border:$border-gray; +$gallery-info-text:$text-basic; +$gallery-nav-active:$text-white; +$gallery-nav:$text-basic; +$gallery-counter-color:$text-white; +//Language selector +$lang-selector-bg:$bg-basic-color; +$lang-selector-border:$border-basic-color; +$lang-selector-item-bg-active:$bg-basic-color; +$lang-selector-item-border:$border-white; +$lang-selector-item-border-active:$border-basic-active; +//Site selector +$site-selector-color:$text-basic; +//Link List +$link-list-bg:transparent; +$link-list-header-border:$border-basic-color; +$link-list-items-bg:transparent; +$link-list-item-bg:transparent; +$link-list-item-color:$text-basic; +$link-list-item-color-active:$text-basic-active; +$link-list-item-border-active:$border-basic-color; +//Login +$login-bg:transparent; +//Logout +$logout-bg:transparent; +$logout-link-text-color:$text-basic; +$logout-link-text-color-active:$text-basic-active; +$logout-link-border:$border-basic-color; +//Map +$map-bg:transparent; +$map-border:none; +//Page List +$page-list-bg:$bg-transparent; +$page-list-item-bg:$bg-transparent; +$page-list-item-title-text:$text-black; +$page-list-item-border:$border-basic-color; +//Pagination +$list-pagination-bg:transparent; +$list-pagination-active-bg:$bg-blue; +$list-pagination-active-color:$text-white; +$list-pagination-active-color:$text-blue; +$list-pagination-active-bg:$bg-submenu-active; +$list-pagination-active-border:$border-basic-active; +//Play list +$play-list-bg:transparent; +$play-list-item-bg:transparent; +$play-list-item-color:$text-basic; +$play-list-item-color-active:$text-white; +$play-list-nav-active:$text-blue; +$play-list-item-bg:$bg-light-gray; +$play-list-item-active-bg:$bg-blue; +$play-list-border:$border-basic-color; +$play-list-title-border:$border-basic-color; +//Promo +$promo-bg:$bg-basic-color; +$promo-bg-hero:rgba(0, 0, 0, 0.5); +$promo-border:$border-gray; +$promo-hero-text-color:$text-white; +$promo-shadow-border:$border-basic-color; +//Rich Text Content +$rich-content-bg:transparent; +$rich-content-color:$text-basic; +$rich-content-border:transparent; +$rich-content-link-color:$text-red; +$rich-content-link-color-active:$text-basic-active; +//Search +$search-filter:$text-basic; +$search-filter-border:$border-basic-color; +//Menu colors +$menu-hover-color:#1b809e; +$menu-active-color:#176f89; +//Navigation +$nav-bg:transparent; +$nav-color-root:$text-basic; +$nav-color-root-active:$text-basic; +$nav-border-root:$border-basic-color; +$nav-border-root-active:$border-basic-color; +$nav-color-submenu:$text-submenu-active; +$nav-color-submenu-active:$text-submenu-active; +$nav-bg-root:$bg-submenu-active; +$nav-bg-submenu:$bg-submenu-active; +$nav-bg-submenu-active:$bg-submenu-active; +$nav-border-submenu:$border-basic-color; +$nav-submenu-item-border:$border-gray; +$nav-submenu-border-active:$border-basic-color; +//Social Media Share +$social-media-share-bg:transparent; +//Tabs +$tab-heading-bg:$bg-light-gray; +$tab-heading-active-bg:$bg-basic-color; +$tab-heading-color:$text-heading-color; +$tab-heading-active-color:$text-black; +$tab-container-bg:transparent; +$tab-container-border:$border-basic-color; +//Title +$title-bg:transparent; +$title-color:$text-basic; +$title-color-active:$text-basic-active; +//Toggle +$toggle-header-bg:$bg-basic-color; +$toggle-content-bg:$bg-basic-color; +$toggle-show-color:$text-basic-active; +//Search Components +$search-btn-bg:transparent; +$search-btn-active-bg:#e0e0e0; +$search-btn-active-border:#adadad; +//Image component +$image-caption-color:$text-basic; +//Media Link Component +$media-link-bg:transparent; +$media-link-border:$border-basic-color; +$media-link-color:$text-basic; +$media-link-color-active:$text-basic-active; +//Tag Component +$tag-color:$text-basic; +$tag-color-active:$text-basic-active; +$tag-border-active:$border-basic-active; +$tag-link-bg :$bg-blue; +$tag-link-bg-active :$bg-blue-active; +$tag-link-color :$text-white; +//Link Component +$link-bg:transparent; +$link-text-color:$text-basic; +$link-text-color-active:$text-basic-active; +$link-border:$border-basic-color; +//Overlay +$overlay-bg:$bg-light-gray; +//Search Components +$search-title-border:$border-basic-color; +$search-title-color:$text-basic; +$search-item-color:$text-basic; +$search-item-color-active:$text-basic; +$search-item-border:$border-basic-color; +$search-item-border-active:$border-basic-active; +// +//Search Facet Summary +$search-facet-summary-border:transparent; +$search-facet-summary-background:transparent; +$search-facet-summary-item-color:$text-basic; +$search-facet-summary-item-color-horizontal:$text-basic; +$search-facet-summary-item-border:$border-gray; +$search-facet-summary-item-border-horizontal:$border-basic-color; +$search-facet-summary-item-shadow:$border-gray; +$search-facet-summary-clear-border-horizontal:$btn-red; +$search-facet-summary-clear-color:$text-red; +$search-facet-summary-clear-color-horizontal:$text-blue; +// +$search-filter-radius-active:$text-blue; +$search-filter-radius-border:$border-gray; +$search-filter-radius-bg:$border-gray; +// +$search-filter-slider-border-active:$border-basic-color; +$search-filter-slider-bg-active:$bg-blue; +$search-filter-slider-btn-border:$border-gray; +$search-filter-slider-btn-bg:$bg-light-gray; +$search-filter-slider-btn-bg-active:$bg-light-gray-active; +//Serach Pagination +$search-pagination-bg:transparent; +$search-pagination-active-bg:$bg-blue; +$search-pagination-active-color:$text-white; +$search-pagination-hover-color:$text-blue; +$search-pagination-hover-bg:$bg-submenu-active; +$search-pagination-hover-border:$border-basic-active; +//Search selector +$serach-selector-variant-color-active: $text-blue-active; +//Typehead +$tt-color:$text-basic; +$tt-color-active:$text-blue; +$tt-price-color:$text-blue; +$tt-dropdown-bg:$bg-light-gray; +$tt-suggestion-bg-active:$bg-light-gray-active; +$tt-dropdown-border:$border-gray; +//Video +$video-control-bg:$bg-basic-color; +$video-time-color:$text-basic; +$video-time-total-bg:$bg-black; +$video-time-handle-border:$border-gray; +$video-time-handle-bg:$bg-black; +//Form component +$form-bg: transparent; +$form-border: transparent; +$form-color: $text-basic; +//Main +$page-bg: $bg-basic-color; +$page-bg-editor:none; diff --git a/src/sxastarter/src/assets/sass/abstracts/vars/_fontSizes.scss b/headapps/nextjs-starter/app/src/assets/sass/abstracts/vars/_fontSizes.scss similarity index 95% rename from src/sxastarter/src/assets/sass/abstracts/vars/_fontSizes.scss rename to headapps/nextjs-starter/app/src/assets/sass/abstracts/vars/_fontSizes.scss index 4cef22835..fd8ed4b3a 100644 --- a/src/sxastarter/src/assets/sass/abstracts/vars/_fontSizes.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/abstracts/vars/_fontSizes.scss @@ -1,16 +1,16 @@ -$font-small:11px; -$font-normal:13px; -$font-medium:16px; -$font-big:20px; -$font-extrabig:24px; -//Navigation -$navigation-font-basic:18px; -$navigation-font-basic-submenu:14px; -//Tabs -$tab-font-header:16px; -//Accordion -$accordion-header:16px; -//Breadcrumb -$breadcrumb-font:15px; -// Link List -$link-list-title-font:15px; +$font-small:11px; +$font-normal:13px; +$font-medium:16px; +$font-big:20px; +$font-extrabig:24px; +//Navigation +$navigation-font-basic:18px; +$navigation-font-basic-submenu:14px; +//Tabs +$tab-font-header:16px; +//Accordion +$accordion-header:16px; +//Breadcrumb +$breadcrumb-font:15px; +// Link List +$link-list-title-font:15px; diff --git a/src/sxastarter/src/assets/sass/abstracts/vars/_margins.scss b/headapps/nextjs-starter/app/src/assets/sass/abstracts/vars/_margins.scss similarity index 95% rename from src/sxastarter/src/assets/sass/abstracts/vars/_margins.scss rename to headapps/nextjs-starter/app/src/assets/sass/abstracts/vars/_margins.scss index 391b3a272..d03c75177 100644 --- a/src/sxastarter/src/assets/sass/abstracts/vars/_margins.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/abstracts/vars/_margins.scss @@ -1,11 +1,11 @@ -$default-padding:5px; -$default-inputs-padding:12px 10px; - -$extrasmall-margin-bottom: 2px; -$extrasmall-margin:5px; -$small-margin:10px; -$middle-margin:20px; -$large-margin:30px; -$extralarge-margin:40px; - +$default-padding:5px; +$default-inputs-padding:12px 10px; + +$extrasmall-margin-bottom: 2px; +$extrasmall-margin:5px; +$small-margin:10px; +$middle-margin:20px; +$large-margin:30px; +$extralarge-margin:40px; + $small-padding:10px; \ No newline at end of file diff --git a/src/sxastarter/src/assets/sass/base/fonts/_fonts.scss b/headapps/nextjs-starter/app/src/assets/sass/base/fonts/_fonts.scss similarity index 99% rename from src/sxastarter/src/assets/sass/base/fonts/_fonts.scss rename to headapps/nextjs-starter/app/src/assets/sass/base/fonts/_fonts.scss index ab31c1e88..49d54e9f1 100644 --- a/src/sxastarter/src/assets/sass/base/fonts/_fonts.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/base/fonts/_fonts.scss @@ -1 +1 @@ -@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese'); +@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese'); diff --git a/src/sxastarter/src/assets/sass/base/fonts/index.scss b/headapps/nextjs-starter/app/src/assets/sass/base/fonts/index.scss similarity index 94% rename from src/sxastarter/src/assets/sass/base/fonts/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/base/fonts/index.scss index 924f57817..dd68bcb81 100644 --- a/src/sxastarter/src/assets/sass/base/fonts/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/base/fonts/index.scss @@ -1 +1 @@ -@import "fonts"; +@import "fonts"; diff --git a/src/sxastarter/src/assets/sass/base/index.scss b/headapps/nextjs-starter/app/src/assets/sass/base/index.scss similarity index 95% rename from src/sxastarter/src/assets/sass/base/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/base/index.scss index 1da1672f3..aa58842de 100644 --- a/src/sxastarter/src/assets/sass/base/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/base/index.scss @@ -1,3 +1,3 @@ -@import "fonts"; -@import "links"; -@import "reset/ui-datepicker"; +@import "fonts"; +@import "links"; +@import "reset/ui-datepicker"; diff --git a/src/sxastarter/src/assets/sass/base/links/_link-button.scss b/headapps/nextjs-starter/app/src/assets/sass/base/links/_link-button.scss similarity index 95% rename from src/sxastarter/src/assets/sass/base/links/_link-button.scss rename to headapps/nextjs-starter/app/src/assets/sass/base/links/_link-button.scss index 4bcb38e71..ec9a121a4 100644 --- a/src/sxastarter/src/assets/sass/base/links/_link-button.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/base/links/_link-button.scss @@ -1,26 +1,26 @@ -@import "@sass/abstracts/vars/colors"; -@import "@sass/abstracts/mixins"; - -.button-default, .default { - @include default-link-button(); - background: #f6f6f6; - color: $text-basic; -} -.button-success, .success { - @include default-link-button(); - background: $btn-green-light; - color: $text-white; - &:hover { - color: $text-white; - background: $btn-green; - } -} -.button-warning, .warning { - @include default-link-button(); - background: $btn-red; - color: $text-white; - &:hover { - color: $text-white; - background: $btn-red-active; - } -} +@import "@sass/abstracts/vars/colors"; +@import "@sass/abstracts/mixins"; + +.button-default, .default { + @include default-link-button(); + background: #f6f6f6; + color: $text-basic; +} +.button-success, .success { + @include default-link-button(); + background: $btn-green-light; + color: $text-white; + &:hover { + color: $text-white; + background: $btn-green; + } +} +.button-warning, .warning { + @include default-link-button(); + background: $btn-red; + color: $text-white; + &:hover { + color: $text-white; + background: $btn-red-active; + } +} diff --git a/src/sxastarter/src/assets/sass/base/links/index.scss b/headapps/nextjs-starter/app/src/assets/sass/base/links/index.scss similarity index 95% rename from src/sxastarter/src/assets/sass/base/links/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/base/links/index.scss index cd43d6575..56627622c 100644 --- a/src/sxastarter/src/assets/sass/base/links/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/base/links/index.scss @@ -1 +1 @@ -@import "link-button"; +@import "link-button"; diff --git a/src/sxastarter/src/assets/sass/base/reset/_inputs.scss b/headapps/nextjs-starter/app/src/assets/sass/base/reset/_inputs.scss similarity index 95% rename from src/sxastarter/src/assets/sass/base/reset/_inputs.scss rename to headapps/nextjs-starter/app/src/assets/sass/base/reset/_inputs.scss index 63bf2354a..5c1ca3e1f 100644 --- a/src/sxastarter/src/assets/sass/base/reset/_inputs.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/base/reset/_inputs.scss @@ -1,58 +1,58 @@ -@import "@sass/abstracts/mixins"; -@import "@sass/abstracts/vars"; - -label { - background: transparent; - color: $text-basic; -} -input, button { - display: inline-block; - box-sizing: border-box; - background: $bg-basic-color !important; - border: 1px solid $border-gray; - border-radius: 0 !important; - color: $text-basic; - font-weight: normal; - padding: 8px 2%; - clear: both; - height: auto; - font-size: $font-normal; -} -input:focus { - border: 1px solid $border-gray; -} -input[type="submit"], input[type="reset"], input[type="button"], button { - border: 1px solid $border-basic-color; - padding: 5px 20px; - &:hover { - background: $bg-light-gray !important; - } -} -input::-moz-focus-inner, button::-moz-focus-inner { - border: 0; - padding: 0; -} -input[type="text"] { - font-size: 13px; -} -input[type="text"], input[type="email"], input[type="password"], textarea, select { - box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1); - color: $text-basic; - width: 100%; - background: #fff; - border: 1px solid $border-gray; -} - -select { - display: inline-block; - vertical-align: middle; - *vertical-align: auto; - *zoom: 1; - *display: inline; - -moz-box-sizing: border-box; - -webkit-box-sizing: border-box; - box-sizing: border-box; - outline: none; - cursor: pointer; - padding: 5px; -} +@import "@sass/abstracts/mixins"; +@import "@sass/abstracts/vars"; + +label { + background: transparent; + color: $text-basic; +} +input, button { + display: inline-block; + box-sizing: border-box; + background: $bg-basic-color !important; + border: 1px solid $border-gray; + border-radius: 0 !important; + color: $text-basic; + font-weight: normal; + padding: 8px 2%; + clear: both; + height: auto; + font-size: $font-normal; +} +input:focus { + border: 1px solid $border-gray; +} +input[type="submit"], input[type="reset"], input[type="button"], button { + border: 1px solid $border-basic-color; + padding: 5px 20px; + &:hover { + background: $bg-light-gray !important; + } +} +input::-moz-focus-inner, button::-moz-focus-inner { + border: 0; + padding: 0; +} +input[type="text"] { + font-size: 13px; +} +input[type="text"], input[type="email"], input[type="password"], textarea, select { + box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1); + color: $text-basic; + width: 100%; + background: #fff; + border: 1px solid $border-gray; +} + +select { + display: inline-block; + vertical-align: middle; + *vertical-align: auto; + *zoom: 1; + *display: inline; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + outline: none; + cursor: pointer; + padding: 5px; +} diff --git a/src/sxastarter/src/assets/sass/base/reset/_links.scss b/headapps/nextjs-starter/app/src/assets/sass/base/reset/_links.scss similarity index 95% rename from src/sxastarter/src/assets/sass/base/reset/_links.scss rename to headapps/nextjs-starter/app/src/assets/sass/base/reset/_links.scss index 807033565..f36718cbe 100644 --- a/src/sxastarter/src/assets/sass/base/reset/_links.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/base/reset/_links.scss @@ -1,14 +1,14 @@ -@import "@sass/abstracts/mixins"; -@import "@sass/abstracts/vars"; - -a { - background-color: transparent; - text-decoration: none; - font-size: 1em; - color: $text-basic; - border-bottom: 1px solid $border-basic-color; - &:hover { - color: $text-basic-active; - text-decoration: none; - } -} +@import "@sass/abstracts/mixins"; +@import "@sass/abstracts/vars"; + +a { + background-color: transparent; + text-decoration: none; + font-size: 1em; + color: $text-basic; + border-bottom: 1px solid $border-basic-color; + &:hover { + color: $text-basic-active; + text-decoration: none; + } +} diff --git a/src/sxastarter/src/assets/sass/base/reset/_ui-datepicker.scss b/headapps/nextjs-starter/app/src/assets/sass/base/reset/_ui-datepicker.scss similarity index 93% rename from src/sxastarter/src/assets/sass/base/reset/_ui-datepicker.scss rename to headapps/nextjs-starter/app/src/assets/sass/base/reset/_ui-datepicker.scss index 0136b9bb2..930579489 100644 --- a/src/sxastarter/src/assets/sass/base/reset/_ui-datepicker.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/base/reset/_ui-datepicker.scss @@ -1,7 +1,7 @@ -@import '@sass/abstracts/vars'; - -.ui-datepicker-title { - select { - color: $text-basic; - } -} +@import '@sass/abstracts/vars'; + +.ui-datepicker-title { + select { + color: $text-basic; + } +} diff --git a/src/sxastarter/src/assets/sass/base/richtext/_richtext-files-icons.scss b/headapps/nextjs-starter/app/src/assets/sass/base/richtext/_richtext-files-icons.scss similarity index 96% rename from src/sxastarter/src/assets/sass/base/richtext/_richtext-files-icons.scss rename to headapps/nextjs-starter/app/src/assets/sass/base/richtext/_richtext-files-icons.scss index f7c05c05c..56a7dcbf6 100644 --- a/src/sxastarter/src/assets/sass/base/richtext/_richtext-files-icons.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/base/richtext/_richtext-files-icons.scss @@ -1,86 +1,86 @@ -@import '@fontawesome/scss/mixins'; -@import '@fontawesome/scss/variables'; -@import "@sass/abstracts/mixins"; - -//files icons -.field-filetypeicon>a>span, .pdf, .xls, .xlsx, .pptx, .ppt, .docx, .doc, .bmp, .png, .jpg, .jpeg, .psd, .gif, .avi, .mp4, .wmv, .mov, .mp3, .wma, .txt, .zip { - display: inline-block; - box-sizing: border-box; - font-weight: normal; - width: 15px; - height: 21px; - margin: 0; - padding: 0; - position: relative; - &:before { - @include fa-icon(); - font-size: 16px !important; - position: absolute; - display: block; - top: 50%; - margin: 0; - padding: 0; - transform: translateY(-50%); - } -} -.field-filetypeicon span:before { - content: $fa-var-file-o; -} -.field-filetypeicon { - .pdf:before { - content: $fa-var-file-pdf-o; - } - .xlsx, .xls { - &:before { - content: $fa-var-file-excel-o; - } - } - .pptx, .ppt { - &:before { - content: $fa-var-file-powerpoint-o; - } - } - .docx, .doc { - &:before { - content: $fa-var-file-word-o; - } - } - .bmp, .png, .jpg, .jpeg, .psd, .gif, .tif { - &:before { - content: $fa-var-file-image-o; - } - } - .avi, .mp4, .wmv, .mov, .mpg, .mkv, .vp6, .vid, .rv, .webm, .swf, .flv, .m4v, .h264, .mk3d, .gifv, .oggv, .movie, .divx { - &:before { - content: $fa-var-file-video-o; - } - } - .mp3, .wma, .wav, .fla, .flac, .ra, .rma, .aif, .aiff, .aa, .aac, .mid, .midi, .aax, .ac3, .au, .ogg, .avr, .m4a, .mp4a, .amz, .mka, .asx, .pcm, .m3u, .xwma { - &:before { - content: $fa-var-file-audio-o; - } - } - .txt:before { - content: $fa-var-file-text-o; - } - .zip, .zipx, .rar, .tar, .gz, .dmg, .iso { - &:before { - content: $fa-var-file-archive-o; - } - } - .css, .js, .py, .git, .py, .cpp, .h, .ini, .config { - &:before { - content: $fa-var-file-code-o; - } - } - .exe, .jar, .dll, .bat, .pl, .scr, .msi, .app, .deb, .apk, .jar, .vb, .prg, .sh { - &:before { - content: $fa-var-cogs; - } - } - .com, .net, .org, .edu, .gov, .mil, .html, .htm, .xhtml, .jhtml, .php, .php3, .php4, .php5, .phtmle, .asp, .aspx, .cfm { - &:before { - content: $fa-var-link; - } - } -} +@import '@fontawesome/scss/mixins'; +@import '@fontawesome/scss/variables'; +@import "@sass/abstracts/mixins"; + +//files icons +.field-filetypeicon>a>span, .pdf, .xls, .xlsx, .pptx, .ppt, .docx, .doc, .bmp, .png, .jpg, .jpeg, .psd, .gif, .avi, .mp4, .wmv, .mov, .mp3, .wma, .txt, .zip { + display: inline-block; + box-sizing: border-box; + font-weight: normal; + width: 15px; + height: 21px; + margin: 0; + padding: 0; + position: relative; + &:before { + @include fa-icon(); + font-size: 16px !important; + position: absolute; + display: block; + top: 50%; + margin: 0; + padding: 0; + transform: translateY(-50%); + } +} +.field-filetypeicon span:before { + content: $fa-var-file-o; +} +.field-filetypeicon { + .pdf:before { + content: $fa-var-file-pdf-o; + } + .xlsx, .xls { + &:before { + content: $fa-var-file-excel-o; + } + } + .pptx, .ppt { + &:before { + content: $fa-var-file-powerpoint-o; + } + } + .docx, .doc { + &:before { + content: $fa-var-file-word-o; + } + } + .bmp, .png, .jpg, .jpeg, .psd, .gif, .tif { + &:before { + content: $fa-var-file-image-o; + } + } + .avi, .mp4, .wmv, .mov, .mpg, .mkv, .vp6, .vid, .rv, .webm, .swf, .flv, .m4v, .h264, .mk3d, .gifv, .oggv, .movie, .divx { + &:before { + content: $fa-var-file-video-o; + } + } + .mp3, .wma, .wav, .fla, .flac, .ra, .rma, .aif, .aiff, .aa, .aac, .mid, .midi, .aax, .ac3, .au, .ogg, .avr, .m4a, .mp4a, .amz, .mka, .asx, .pcm, .m3u, .xwma { + &:before { + content: $fa-var-file-audio-o; + } + } + .txt:before { + content: $fa-var-file-text-o; + } + .zip, .zipx, .rar, .tar, .gz, .dmg, .iso { + &:before { + content: $fa-var-file-archive-o; + } + } + .css, .js, .py, .git, .py, .cpp, .h, .ini, .config { + &:before { + content: $fa-var-file-code-o; + } + } + .exe, .jar, .dll, .bat, .pl, .scr, .msi, .app, .deb, .apk, .jar, .vb, .prg, .sh { + &:before { + content: $fa-var-cogs; + } + } + .com, .net, .org, .edu, .gov, .mil, .html, .htm, .xhtml, .jhtml, .php, .php3, .php4, .php5, .phtmle, .asp, .aspx, .cfm { + &:before { + content: $fa-var-link; + } + } +} diff --git a/src/sxastarter/src/assets/sass/base/richtext/_richtext.scss b/headapps/nextjs-starter/app/src/assets/sass/base/richtext/_richtext.scss similarity index 93% rename from src/sxastarter/src/assets/sass/base/richtext/_richtext.scss rename to headapps/nextjs-starter/app/src/assets/sass/base/richtext/_richtext.scss index d967f65b6..7d5ec3138 100644 --- a/src/sxastarter/src/assets/sass/base/richtext/_richtext.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/base/richtext/_richtext.scss @@ -1,101 +1,101 @@ -h1, -h2, -h3, -h4, -h5, -h6 { - color: $text-heading-color; -} -h1, -h2 { - margin: $small-margin 0; -} -h3, -h4, -p { - margin: $extrasmall-margin 0; -} -h5, -h6 { - margin: $extrasmall-margin 0 0; -} -strong { - font-weight: 700; -} -ul, -ol { - padding-bottom: $extrasmall-margin; - padding-top: $extrasmall-margin; - margin-left: $small-margin; -} -li { - font-size: $font-normal; - margin-left: 15px; -} -ul { - li { - list-style: disc; - list-style-position: inside; - } -} -ol { - li { - list-style: decimal; - list-style-position: inside; - } -} -a { - color: $rich-content-link-color; - text-decoration: underline; - font-size: 1em; - &:hover { - color: $rich-content-link-color-active; - } -} -table { - height: auto !important; - border: 2px solid $border-gray; - &, - tr, - th, - td { - border: solid 2px $border-gray; - background: $bg-basic-color; - border-collapse: collapse; - vertical-align: middle; - } - tr, - th, - td { - padding: 5px; - } - caption { - background-color: $bg-light-gray; - overflow: hidden; - padding: 10px; - font-size: $font-big; - font-weight: bold; - margin-left: 0; - } - tr { - border: none; - } - th, - td { - border-width: 2px 0 0 2px; - } - th { - background-color: lighten($bg-light-gray, 5%); - font-size: $font-normal; - font-weight: bold; - padding: 7px; - &:first-child { - border-left: 0; - } - } - td { - &:first-child { - border-left: 0; - } - } -} +h1, +h2, +h3, +h4, +h5, +h6 { + color: $text-heading-color; +} +h1, +h2 { + margin: $small-margin 0; +} +h3, +h4, +p { + margin: $extrasmall-margin 0; +} +h5, +h6 { + margin: $extrasmall-margin 0 0; +} +strong { + font-weight: 700; +} +ul, +ol { + padding-bottom: $extrasmall-margin; + padding-top: $extrasmall-margin; + margin-left: $small-margin; +} +li { + font-size: $font-normal; + margin-left: 15px; +} +ul { + li { + list-style: disc; + list-style-position: inside; + } +} +ol { + li { + list-style: decimal; + list-style-position: inside; + } +} +a { + color: $rich-content-link-color; + text-decoration: underline; + font-size: 1em; + &:hover { + color: $rich-content-link-color-active; + } +} +table { + height: auto !important; + border: 2px solid $border-gray; + &, + tr, + th, + td { + border: solid 2px $border-gray; + background: $bg-basic-color; + border-collapse: collapse; + vertical-align: middle; + } + tr, + th, + td { + padding: 5px; + } + caption { + background-color: $bg-light-gray; + overflow: hidden; + padding: 10px; + font-size: $font-big; + font-weight: bold; + margin-left: 0; + } + tr { + border: none; + } + th, + td { + border-width: 2px 0 0 2px; + } + th { + background-color: lighten($bg-light-gray, 5%); + font-size: $font-normal; + font-weight: bold; + padding: 7px; + &:first-child { + border-left: 0; + } + } + td { + &:first-child { + border-left: 0; + } + } +} diff --git a/src/sxastarter/src/assets/sass/base/richtext/index.scss b/headapps/nextjs-starter/app/src/assets/sass/base/richtext/index.scss similarity index 96% rename from src/sxastarter/src/assets/sass/base/richtext/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/base/richtext/index.scss index 3acda35c2..f3d8b32b4 100644 --- a/src/sxastarter/src/assets/sass/base/richtext/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/base/richtext/index.scss @@ -1,2 +1,2 @@ -@import "richtext"; -@import "richtext-files-icons"; +@import "richtext"; +@import "richtext-files-icons"; diff --git a/src/sxastarter/src/assets/sass/base/typehead/_typehead.scss b/headapps/nextjs-starter/app/src/assets/sass/base/typehead/_typehead.scss similarity index 95% rename from src/sxastarter/src/assets/sass/base/typehead/_typehead.scss rename to headapps/nextjs-starter/app/src/assets/sass/base/typehead/_typehead.scss index 914f77c3c..0365acda2 100644 --- a/src/sxastarter/src/assets/sass/base/typehead/_typehead.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/base/typehead/_typehead.scss @@ -1,95 +1,95 @@ -@import '@sass/abstracts/vars'; -@import '@sass/abstracts/mixins'; - -.twitter-typeahead { - display: inline-block; - vertical-align: middle; - max-width: 100%; - width: 100%; -} -.tt-menu { - background: $bg-basic-color; - width: 100%; - border: 1px solid $border-gray; -} -.tt-hint { - color: $tt-color; -} -.tt-dropdown-menu { - width: 250px; - margin-top: 5px; - background-color: $tt-dropdown-bg; - border: 1px solid $tt-dropdown-border; - max-height: 300px; - overflow-y: auto; - box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08); -} -.tt-suggestion { - padding: 4px 10px; - color: $tt-color; - overflow: hidden; - a { - text-decoration: none; - } - &:last-child { - border: none; - } - .field-image { - width: 100px; - float: left; - margin-right: 10px; - } - .field-make { - font-size: 15px; - float: left; - margin-right: 5px; - } - .field-model { - margin-left: 4px; - font-size: 15px; - font-weight: bold; - width: 100%; - } - .field-priceformatted { - float: right; - font-size: 15px; - color: $tt-price-color; - margin-top: -20px; - } -} -.tt-suggestion.tt-cursor { - color: $tt-color-active; - background-color: $tt-suggestion-bg-active; - cursor: pointer; -} -.loading-in-progress { - .tt-dropdown-menu { - display: block !important; - min-height: 50px; - position: relative; - &:after { - content: ''; - position: absolute; - top: 50%; - left: 50%; - margin-top: -20px; - margin-left: -20px; - height: 40px; - width: 50px; - display: block; - @include loading-gif(); - z-index: 11; - } - &:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-color: $tt-dropdown-bg; - opacity: 0.8; - z-index: 10; - } - } -} +@import '@sass/abstracts/vars'; +@import '@sass/abstracts/mixins'; + +.twitter-typeahead { + display: inline-block; + vertical-align: middle; + max-width: 100%; + width: 100%; +} +.tt-menu { + background: $bg-basic-color; + width: 100%; + border: 1px solid $border-gray; +} +.tt-hint { + color: $tt-color; +} +.tt-dropdown-menu { + width: 250px; + margin-top: 5px; + background-color: $tt-dropdown-bg; + border: 1px solid $tt-dropdown-border; + max-height: 300px; + overflow-y: auto; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08); +} +.tt-suggestion { + padding: 4px 10px; + color: $tt-color; + overflow: hidden; + a { + text-decoration: none; + } + &:last-child { + border: none; + } + .field-image { + width: 100px; + float: left; + margin-right: 10px; + } + .field-make { + font-size: 15px; + float: left; + margin-right: 5px; + } + .field-model { + margin-left: 4px; + font-size: 15px; + font-weight: bold; + width: 100%; + } + .field-priceformatted { + float: right; + font-size: 15px; + color: $tt-price-color; + margin-top: -20px; + } +} +.tt-suggestion.tt-cursor { + color: $tt-color-active; + background-color: $tt-suggestion-bg-active; + cursor: pointer; +} +.loading-in-progress { + .tt-dropdown-menu { + display: block !important; + min-height: 50px; + position: relative; + &:after { + content: ''; + position: absolute; + top: 50%; + left: 50%; + margin-top: -20px; + margin-left: -20px; + height: 40px; + width: 50px; + display: block; + @include loading-gif(); + z-index: 11; + } + &:before { + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: $tt-dropdown-bg; + opacity: 0.8; + z-index: 10; + } + } +} diff --git a/src/sxastarter/src/assets/sass/base/typehead/index.scss b/headapps/nextjs-starter/app/src/assets/sass/base/typehead/index.scss similarity index 95% rename from src/sxastarter/src/assets/sass/base/typehead/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/base/typehead/index.scss index 709a2402d..dc8dc6ba0 100644 --- a/src/sxastarter/src/assets/sass/base/typehead/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/base/typehead/index.scss @@ -1 +1 @@ -@import "typehead"; +@import "typehead"; diff --git a/src/sxastarter/src/assets/sass/components/_component-column-splitter.scss b/headapps/nextjs-starter/app/src/assets/sass/components/_component-column-splitter.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/_component-column-splitter.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/_component-column-splitter.scss index 1964e3b4a..e974c7084 100644 --- a/src/sxastarter/src/assets/sass/components/_component-column-splitter.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/_component-column-splitter.scss @@ -1,14 +1,14 @@ -@import '@sass/abstracts/vars'; - -.row.column-splitter { - margin-left: 0; - margin-right: 0; - padding-left: $default-padding / 2; - padding-right: $default-padding / 2; - max-width: none; - - > div { - padding-left: $default-padding; - padding-right: $default-padding; - } -} +@import '@sass/abstracts/vars'; + +.row.column-splitter { + margin-left: 0; + margin-right: 0; + padding-left: $default-padding / 2; + padding-right: $default-padding / 2; + max-width: none; + + > div { + padding-left: $default-padding; + padding-right: $default-padding; + } +} diff --git a/src/sxastarter/src/assets/sass/components/_component-container.scss b/headapps/nextjs-starter/app/src/assets/sass/components/_component-container.scss similarity index 92% rename from src/sxastarter/src/assets/sass/components/_component-container.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/_component-container.scss index d9b4d4327..d4b62d02b 100644 --- a/src/sxastarter/src/assets/sass/components/_component-container.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/_component-container.scss @@ -1,27 +1,27 @@ -@import '@sass/abstracts/mixins'; - -$size-padding: 8px; -.container-wrapper { - width: 100%; -} - -.component { - position: relative; - padding: 0 $size-padding; - - @include respond-to(all-mobile) { - padding: 0; - } -} - -.container { - padding: 0; - - &.fullwidth-container { - max-width: unset; - } - - .component-content { - @include clearfix(); - } -} +@import '@sass/abstracts/mixins'; + +$size-padding: 8px; +.container-wrapper { + width: 100%; +} + +.component { + position: relative; + padding: 0 $size-padding; + + @include respond-to(all-mobile) { + padding: 0; + } +} + +.container { + padding: 0; + + &.fullwidth-container { + max-width: unset; + } + + .component-content { + @include clearfix(); + } +} diff --git a/src/sxastarter/src/assets/sass/components/_component-image.scss b/headapps/nextjs-starter/app/src/assets/sass/components/_component-image.scss similarity index 94% rename from src/sxastarter/src/assets/sass/components/_component-image.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/_component-image.scss index f037ebfc5..aa19d6901 100644 --- a/src/sxastarter/src/assets/sass/components/_component-image.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/_component-image.scss @@ -1,18 +1,18 @@ -@import "@sass/abstracts/vars"; - -.image { - img { - max-width: 100%; - height: auto; - } - a { - display: inline-block; - max-width: 100%; - } - .image-caption { - display: block; - font-style: italic; - font-size: $font-small; - color: $image-caption-color; - } -} +@import "@sass/abstracts/vars"; + +.image { + img { + max-width: 100%; + height: auto; + } + a { + display: inline-block; + max-width: 100%; + } + .image-caption { + display: block; + font-style: italic; + font-size: $font-small; + color: $image-caption-color; + } +} diff --git a/src/sxastarter/src/assets/sass/components/_component-navigation.scss b/headapps/nextjs-starter/app/src/assets/sass/components/_component-navigation.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/_component-navigation.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/_component-navigation.scss index accd8cbae..20defac47 100644 --- a/src/sxastarter/src/assets/sass/components/_component-navigation.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/_component-navigation.scss @@ -1,51 +1,51 @@ -@import "@sass/abstracts/mixins"; -@import "@sass/abstracts/vars"; - -.navigation { - background: $nav-bg; - ul { - padding-left: 0; - } - .level0, .level1 { - >.navigation-title>a { - font-size: $navigation-font-basic; - border-color: $nav-border-root; - border-style: solid; - border-width: 0 0 2px 0; - padding-right: 10px; - margin-right: 5px; - &:hover { - text-decoration: none; - } - } - } - a { - color: $nav-color-root; - .lt-ie9 &, .lt-ie9 & span { - color: $nav-color-root; - } - &:focus, &:hover { - color: $nav-color-root-active; - } - } - li { - &.submenu { - margin-bottom: 0; - } - >.navigation-title { - >a { - padding: 3px 5px 3px 0; - display: block; - color: $nav-color-root; - text-decoration: none; - } - } - >ul a { - font-size: $navigation-font-basic-submenu; - } - } - .submenu>ul { - padding-left: 10px; - } -} -@import "@sass/components/navigation/"; +@import "@sass/abstracts/mixins"; +@import "@sass/abstracts/vars"; + +.navigation { + background: $nav-bg; + ul { + padding-left: 0; + } + .level0, .level1 { + >.navigation-title>a { + font-size: $navigation-font-basic; + border-color: $nav-border-root; + border-style: solid; + border-width: 0 0 2px 0; + padding-right: 10px; + margin-right: 5px; + &:hover { + text-decoration: none; + } + } + } + a { + color: $nav-color-root; + .lt-ie9 &, .lt-ie9 & span { + color: $nav-color-root; + } + &:focus, &:hover { + color: $nav-color-root-active; + } + } + li { + &.submenu { + margin-bottom: 0; + } + >.navigation-title { + >a { + padding: 3px 5px 3px 0; + display: block; + color: $nav-color-root; + text-decoration: none; + } + } + >ul a { + font-size: $navigation-font-basic-submenu; + } + } + .submenu>ul { + padding-left: 10px; + } +} +@import "@sass/components/navigation/"; diff --git a/src/sxastarter/src/assets/sass/components/_component-promo.scss b/headapps/nextjs-starter/app/src/assets/sass/components/_component-promo.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/_component-promo.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/_component-promo.scss index 96ed0e8f0..9575a3ecf 100644 --- a/src/sxastarter/src/assets/sass/components/_component-promo.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/_component-promo.scss @@ -1,42 +1,42 @@ -@import "@sass/abstracts/vars"; -@import "@sass/abstracts/mixins"; - -.promo { - background: $promo-bg; - padding: 15px; - overflow: hidden; - box-sizing: border-box; - >.component-content { - position: relative; - @include clearfix(); - @include border-basic(all, $promo-border); - - >div { - padding: 5px; - } - } - .zg-height-fix { - .field-promoicon { - margin-top: 100px; - } - } - .field-promoicon { - overflow: hidden; - width: 100%; - img { - width: 100%; - height: auto; - } - } - .field-promolink { - margin-top: 5px; - padding-bottom: 10px; - } - &.image-full-size { - img { - margin-bottom: 10px; - } - } - @import "@sass/variants/promo"; - @import "@sass/base/richtext/richtext"; -} +@import "@sass/abstracts/vars"; +@import "@sass/abstracts/mixins"; + +.promo { + background: $promo-bg; + padding: 15px; + overflow: hidden; + box-sizing: border-box; + >.component-content { + position: relative; + @include clearfix(); + @include border-basic(all, $promo-border); + + >div { + padding: 5px; + } + } + .zg-height-fix { + .field-promoicon { + margin-top: 100px; + } + } + .field-promoicon { + overflow: hidden; + width: 100%; + img { + width: 100%; + height: auto; + } + } + .field-promolink { + margin-top: 5px; + padding-bottom: 10px; + } + &.image-full-size { + img { + margin-bottom: 10px; + } + } + @import "@sass/variants/promo"; + @import "@sass/base/richtext/richtext"; +} diff --git a/src/sxastarter/src/assets/sass/components/_component-richtext-content.scss b/headapps/nextjs-starter/app/src/assets/sass/components/_component-richtext-content.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/_component-richtext-content.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/_component-richtext-content.scss index 0ceed006a..724523219 100644 --- a/src/sxastarter/src/assets/sass/components/_component-richtext-content.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/_component-richtext-content.scss @@ -1,19 +1,19 @@ -@import "@sass/abstracts/vars"; -@import "@sass/abstracts/mixins"; - -.content, .rich-text { - border: $rich-content-border; - line-height: 1.5; - font-size: 12px; - overflow: hidden; - * { - max-width: 100%; - } - @import "@sass/base/richtext"; -} -.rich-text { - @import "@sass/variants/rich-text"; -} -.content { - @import "@sass/variants/page-content"; -} +@import "@sass/abstracts/vars"; +@import "@sass/abstracts/mixins"; + +.content, .rich-text { + border: $rich-content-border; + line-height: 1.5; + font-size: 12px; + overflow: hidden; + * { + max-width: 100%; + } + @import "@sass/base/richtext"; +} +.rich-text { + @import "@sass/variants/rich-text"; +} +.content { + @import "@sass/variants/page-content"; +} diff --git a/src/sxastarter/src/assets/sass/components/common/_alignment.scss b/headapps/nextjs-starter/app/src/assets/sass/components/common/_alignment.scss similarity index 94% rename from src/sxastarter/src/assets/sass/components/common/_alignment.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/common/_alignment.scss index 86d4cb197..7ecc31b30 100644 --- a/src/sxastarter/src/assets/sass/components/common/_alignment.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/common/_alignment.scss @@ -1,26 +1,26 @@ -.position-left, -.position-left * { - text-align: left !important; -} - -.position-right, -.position-right * { - text-align: right !important; -} - -.position-center, -.position-center * { - text-align: center !important; -} - -.position-left select { - direction: ltr !important; -} - -.position-right select { - direction: rtl !important; -} - -.position-center select { - text-align-last: center !important; +.position-left, +.position-left * { + text-align: left !important; +} + +.position-right, +.position-right * { + text-align: right !important; +} + +.position-center, +.position-center * { + text-align: center !important; +} + +.position-left select { + direction: ltr !important; +} + +.position-right select { + direction: rtl !important; +} + +.position-center select { + text-align-last: center !important; } \ No newline at end of file diff --git a/src/sxastarter/src/assets/sass/components/common/_boxed.scss b/headapps/nextjs-starter/app/src/assets/sass/components/common/_boxed.scss similarity index 94% rename from src/sxastarter/src/assets/sass/components/common/_boxed.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/common/_boxed.scss index 0d0137f7c..e54a544aa 100644 --- a/src/sxastarter/src/assets/sass/components/common/_boxed.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/common/_boxed.scss @@ -1,16 +1,16 @@ -@import "@sass/abstracts/vars"; -@import "@sass/abstracts/mixins"; - -.boxed { - box-sizing: border-box; - margin: 20px 0; - @include respond-to(tablet) { - padding: 10px; - } - @include respond-to(mobile) { - padding: 10px; - } - >div { - @include wrapper(); - } -} +@import "@sass/abstracts/vars"; +@import "@sass/abstracts/mixins"; + +.boxed { + box-sizing: border-box; + margin: 20px 0; + @include respond-to(tablet) { + padding: 10px; + } + @include respond-to(mobile) { + padding: 10px; + } + >div { + @include wrapper(); + } +} diff --git a/src/sxastarter/src/assets/sass/components/common/_clearfix.scss b/headapps/nextjs-starter/app/src/assets/sass/components/common/_clearfix.scss similarity index 94% rename from src/sxastarter/src/assets/sass/components/common/_clearfix.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/common/_clearfix.scss index 5241d28e6..a9acd0b52 100644 --- a/src/sxastarter/src/assets/sass/components/common/_clearfix.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/common/_clearfix.scss @@ -1,11 +1,11 @@ -@import "@sass/abstracts/vars"; -@import "@sass/abstracts/mixins"; - -.component-content-clearfix { - .component-content { - @include clearfix; - } -} -.component-clearfix { - @include clearfix; -} +@import "@sass/abstracts/vars"; +@import "@sass/abstracts/mixins"; + +.component-content-clearfix { + .component-content { + @include clearfix; + } +} +.component-clearfix { + @include clearfix; +} diff --git a/src/sxastarter/src/assets/sass/components/common/_highlighted.scss b/headapps/nextjs-starter/app/src/assets/sass/components/common/_highlighted.scss similarity index 94% rename from src/sxastarter/src/assets/sass/components/common/_highlighted.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/common/_highlighted.scss index 3589d5ace..9a2ae545b 100644 --- a/src/sxastarter/src/assets/sass/components/common/_highlighted.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/common/_highlighted.scss @@ -1,63 +1,63 @@ -.highlighted-top { - background: #ffffff; - border-top-width: 3px; - border-top-color: #15909c; - border-style: solid; - padding: 25px; - margin: 0; -} - -.highlighted-top h1, -.highlighted-top h2, -.highlighted-top h3, -.highlighted-top h4 { - margin: 0 0 10px 0; -} - -.highlighted-bottom { - background: #ffffff; - border-bottom-width: 3px; - border-bottom-color: #15909c; - border-style: solid; - padding: 25px; - margin: 0; -} - -.highlighted-bottom h1, -.highlighted-bottom h2, -.highlighted-bottom h3, -.highlighted-bottom h4 { - margin: 0 0 10px 0; -} - -.highlighted-left { - background: #ffffff; - border-left-width: 3px; - border-left-color: #15909c; - border-style: solid; - padding: 25px; - margin: 0; -} - -.highlighted-left h1, -.highlighted-left h2, -.highlighted-left h3, -.highlighted-left h4 { - margin: 0 0 10px 0; -} - -.highlighted-right { - background: #ffffff; - border-right-width: 3px; - border-right-color: #15909c; - border-style: solid; - padding: 25px; - margin: 0; -} - -.highlighted-right h1, -.highlighted-right h2, -.highlighted-right h3, -.highlighted-right h4 { - margin: 0 0 10px 0; +.highlighted-top { + background: #ffffff; + border-top-width: 3px; + border-top-color: #15909c; + border-style: solid; + padding: 25px; + margin: 0; +} + +.highlighted-top h1, +.highlighted-top h2, +.highlighted-top h3, +.highlighted-top h4 { + margin: 0 0 10px 0; +} + +.highlighted-bottom { + background: #ffffff; + border-bottom-width: 3px; + border-bottom-color: #15909c; + border-style: solid; + padding: 25px; + margin: 0; +} + +.highlighted-bottom h1, +.highlighted-bottom h2, +.highlighted-bottom h3, +.highlighted-bottom h4 { + margin: 0 0 10px 0; +} + +.highlighted-left { + background: #ffffff; + border-left-width: 3px; + border-left-color: #15909c; + border-style: solid; + padding: 25px; + margin: 0; +} + +.highlighted-left h1, +.highlighted-left h2, +.highlighted-left h3, +.highlighted-left h4 { + margin: 0 0 10px 0; +} + +.highlighted-right { + background: #ffffff; + border-right-width: 3px; + border-right-color: #15909c; + border-style: solid; + padding: 25px; + margin: 0; +} + +.highlighted-right h1, +.highlighted-right h2, +.highlighted-right h3, +.highlighted-right h4 { + margin: 0 0 10px 0; } \ No newline at end of file diff --git a/src/sxastarter/src/assets/sass/components/common/_link-button.scss b/headapps/nextjs-starter/app/src/assets/sass/components/common/_link-button.scss similarity index 94% rename from src/sxastarter/src/assets/sass/components/common/_link-button.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/common/_link-button.scss index 3334b0e50..a3b667142 100644 --- a/src/sxastarter/src/assets/sass/components/common/_link-button.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/common/_link-button.scss @@ -1,16 +1,16 @@ -@import "@sass/abstracts/mixins"; - -.link-button { - @import "@sass/base/links/"; -} -// Promo button -.promo.link-button { - a { - @extend .button-default; - } -} -.link.link-button { - .is-empty-hint, .field-link span, a { - @include default-link-button(); - } -} +@import "@sass/abstracts/mixins"; + +.link-button { + @import "@sass/base/links/"; +} +// Promo button +.promo.link-button { + a { + @extend .button-default; + } +} +.link.link-button { + .is-empty-hint, .field-link span, a { + @include default-link-button(); + } +} diff --git a/src/sxastarter/src/assets/sass/components/common/_promoted-box.scss b/headapps/nextjs-starter/app/src/assets/sass/components/common/_promoted-box.scss similarity index 94% rename from src/sxastarter/src/assets/sass/components/common/_promoted-box.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/common/_promoted-box.scss index 69b6c5d50..b8773f4af 100644 --- a/src/sxastarter/src/assets/sass/components/common/_promoted-box.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/common/_promoted-box.scss @@ -1,3 +1,3 @@ -.promoted-box { - border: none !important; -} +.promoted-box { + border: none !important; +} diff --git a/src/sxastarter/src/assets/sass/components/common/index.scss b/headapps/nextjs-starter/app/src/assets/sass/components/common/index.scss similarity index 96% rename from src/sxastarter/src/assets/sass/components/common/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/common/index.scss index dde7813cc..132ec2ee7 100644 --- a/src/sxastarter/src/assets/sass/components/common/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/common/index.scss @@ -1,6 +1,6 @@ -@import "alignment"; -@import "boxed"; -@import "clearfix"; -@import "highlighted"; -@import "link-button"; +@import "alignment"; +@import "boxed"; +@import "clearfix"; +@import "highlighted"; +@import "link-button"; @import "promoted-box"; \ No newline at end of file diff --git a/src/sxastarter/src/assets/sass/components/container/_bordered.scss b/headapps/nextjs-starter/app/src/assets/sass/components/container/_bordered.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/container/_bordered.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/container/_bordered.scss index 7131476eb..d07716dab 100644 --- a/src/sxastarter/src/assets/sass/components/container/_bordered.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/container/_bordered.scss @@ -1,24 +1,24 @@ -@import "@sass/abstracts/vars"; -@import "@sass/abstracts/mixins"; - -.sxa-bordered { - box-sizing: border-box; - >.component-content { - padding: 0; - @include border-basic(); - border-radius: 5px; - } -} - -.column-splitter, -.row-splitter { - box-sizing: border-box; - .sxa-bordered { - padding: $default-padding !important; - >.component, - .scEmptyPlaceholder { - @include border-basic(); - border-radius: 5px; - } - } +@import "@sass/abstracts/vars"; +@import "@sass/abstracts/mixins"; + +.sxa-bordered { + box-sizing: border-box; + >.component-content { + padding: 0; + @include border-basic(); + border-radius: 5px; + } +} + +.column-splitter, +.row-splitter { + box-sizing: border-box; + .sxa-bordered { + padding: $default-padding !important; + >.component, + .scEmptyPlaceholder { + @include border-basic(); + border-radius: 5px; + } + } } \ No newline at end of file diff --git a/src/sxastarter/src/assets/sass/components/container/_title-row-box.scss b/headapps/nextjs-starter/app/src/assets/sass/components/container/_title-row-box.scss similarity index 96% rename from src/sxastarter/src/assets/sass/components/container/_title-row-box.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/container/_title-row-box.scss index b90481f99..156cea3aa 100644 --- a/src/sxastarter/src/assets/sass/components/container/_title-row-box.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/container/_title-row-box.scss @@ -1,66 +1,66 @@ -@import "@sass/abstracts/vars"; -@import "@sass/abstracts/mixins"; - -.title-row-box { - @include border-basic(); - box-sizing: border-box; - width: 100%; - height: 87px; - margin: 0; - padding: 0; - background: $container-title-row-bg; - >.component-content { - @include wrapper(); - .title { - display: inline-block; - vertical-align: middle; - box-sizing: border-box; - margin: 23px 0 0 0; - padding: 0; - h1 { - @include font-size(2.2); - border: none; - } - @include respond-to(all-mobile) { - margin: 23px 0 0 20px; - } - } - .rich-text { - margin: 0; - h1, h2, h3, h4 { - margin: 0; - padding: 0; - } - } - .breadcrumb { - display: inline-block; - vertical-align: middle; - box-sizing: border-box; - @include font-size(1.4); - margin: 23px 0 0 0; - padding: 0; - float: right; - clear: both; - @include respond-to(tablet) { - margin: 23px 20px 0 0; - } - @include respond-to(mobile) { - display: none; - } - } - } - @include respond-to(all-mobile) { - .alpha { - vertical-align: middle; - box-sizing: border-box; - width: auto !important; //overrides grid - float: left; - } - .omega { - vertical-align: middle; - box-sizing: border-box; - width: auto !important; //overrides grid - float: right; - } - } -} +@import "@sass/abstracts/vars"; +@import "@sass/abstracts/mixins"; + +.title-row-box { + @include border-basic(); + box-sizing: border-box; + width: 100%; + height: 87px; + margin: 0; + padding: 0; + background: $container-title-row-bg; + >.component-content { + @include wrapper(); + .title { + display: inline-block; + vertical-align: middle; + box-sizing: border-box; + margin: 23px 0 0 0; + padding: 0; + h1 { + @include font-size(2.2); + border: none; + } + @include respond-to(all-mobile) { + margin: 23px 0 0 20px; + } + } + .rich-text { + margin: 0; + h1, h2, h3, h4 { + margin: 0; + padding: 0; + } + } + .breadcrumb { + display: inline-block; + vertical-align: middle; + box-sizing: border-box; + @include font-size(1.4); + margin: 23px 0 0 0; + padding: 0; + float: right; + clear: both; + @include respond-to(tablet) { + margin: 23px 20px 0 0; + } + @include respond-to(mobile) { + display: none; + } + } + } + @include respond-to(all-mobile) { + .alpha { + vertical-align: middle; + box-sizing: border-box; + width: auto !important; //overrides grid + float: left; + } + .omega { + vertical-align: middle; + box-sizing: border-box; + width: auto !important; //overrides grid + float: right; + } + } +} diff --git a/src/sxastarter/src/assets/sass/components/container/index.scss b/headapps/nextjs-starter/app/src/assets/sass/components/container/index.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/container/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/container/index.scss index 084548d05..3feb29f6b 100644 --- a/src/sxastarter/src/assets/sass/components/container/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/container/index.scss @@ -1 +1 @@ -@import "bordered"; +@import "bordered"; diff --git a/src/sxastarter/src/assets/sass/components/image-alignment/_image-left.scss b/headapps/nextjs-starter/app/src/assets/sass/components/image-alignment/_image-left.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/image-alignment/_image-left.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/image-alignment/_image-left.scss index 5a8bd48d3..dec94f0a8 100644 --- a/src/sxastarter/src/assets/sass/components/image-alignment/_image-left.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/image-alignment/_image-left.scss @@ -1,3 +1,3 @@ -.image-left .component-content>div>img { - float: left; -} +.image-left .component-content>div>img { + float: left; +} diff --git a/src/sxastarter/src/assets/sass/components/image-alignment/_image-right.scss b/headapps/nextjs-starter/app/src/assets/sass/components/image-alignment/_image-right.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/image-alignment/_image-right.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/image-alignment/_image-right.scss index d5e924c77..bbdfabe4a 100644 --- a/src/sxastarter/src/assets/sass/components/image-alignment/_image-right.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/image-alignment/_image-right.scss @@ -1,3 +1,3 @@ -.image-right .component-content>div>img { - float: right; -} +.image-right .component-content>div>img { + float: right; +} diff --git a/src/sxastarter/src/assets/sass/components/image/_image-default-size.scss b/headapps/nextjs-starter/app/src/assets/sass/components/image/_image-default-size.scss similarity index 94% rename from src/sxastarter/src/assets/sass/components/image/_image-default-size.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/image/_image-default-size.scss index 63a1f36e2..0c7789483 100644 --- a/src/sxastarter/src/assets/sass/components/image/_image-default-size.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/image/_image-default-size.scss @@ -1,6 +1,6 @@ -.image-default-size { - img { - max-width: none; - width: auto !important; - } -} +.image-default-size { + img { + max-width: none; + width: auto !important; + } +} diff --git a/src/sxastarter/src/assets/sass/components/image/index.scss b/headapps/nextjs-starter/app/src/assets/sass/components/image/index.scss similarity index 96% rename from src/sxastarter/src/assets/sass/components/image/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/image/index.scss index c03e565d9..60a0f2566 100644 --- a/src/sxastarter/src/assets/sass/components/image/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/image/index.scss @@ -1 +1 @@ -@import "image-default-size"; +@import "image-default-size"; diff --git a/src/sxastarter/src/assets/sass/components/index.scss b/headapps/nextjs-starter/app/src/assets/sass/components/index.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/index.scss index 21d3ceccd..76f359e5b 100644 --- a/src/sxastarter/src/assets/sass/components/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/index.scss @@ -1,17 +1,17 @@ -@import "component-column-splitter"; -@import "component-container"; -@import "component-image"; -@import "component-navigation"; -@import "component-promo"; -@import "_component-richtext-content"; - -@import "common"; -@import "container"; -@import "layout"; -@import "spacing"; -@import "promo"; -@import "spacing"; -@import "title"; -@import "image"; -@import "link-list"; -@import "rich-text"; +@import "component-column-splitter"; +@import "component-container"; +@import "component-image"; +@import "component-navigation"; +@import "component-promo"; +@import "_component-richtext-content"; + +@import "common"; +@import "container"; +@import "layout"; +@import "spacing"; +@import "promo"; +@import "spacing"; +@import "title"; +@import "image"; +@import "link-list"; +@import "rich-text"; diff --git a/src/sxastarter/src/assets/sass/components/layout/_acaindent.scss b/headapps/nextjs-starter/app/src/assets/sass/components/layout/_acaindent.scss similarity index 94% rename from src/sxastarter/src/assets/sass/components/layout/_acaindent.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/layout/_acaindent.scss index 69c974576..2cf67240d 100644 --- a/src/sxastarter/src/assets/sass/components/layout/_acaindent.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/layout/_acaindent.scss @@ -1,5 +1,5 @@ -@import "@sass/abstracts/vars"; - -.alan-indent { - margin: 0 $extralarge-margin; -} +@import "@sass/abstracts/vars"; + +.alan-indent { + margin: 0 $extralarge-margin; +} diff --git a/src/sxastarter/src/assets/sass/components/layout/_background.scss b/headapps/nextjs-starter/app/src/assets/sass/components/layout/_background.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/layout/_background.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/layout/_background.scss index 42ee6858e..c71207ba9 100644 --- a/src/sxastarter/src/assets/sass/components/layout/_background.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/layout/_background.scss @@ -1,27 +1,27 @@ -@import "@sass/abstracts/vars"; -@import "@sass/abstracts/mixins"; - -%cover-bg { - background-repeat: no-repeat; - background-size: cover; -} -.cover-background { - >.component-content { - @extend %cover-bg; - } -} -.fix-background { - >.component-content { - @extend %cover-bg; - @include fixed-bg(left top); - } -} -.parallax-background { - >.component-content { - @extend %cover-bg; - @include fixed-bg(50% 0); - @include respond-to(mobile-large) { - background-attachment: scroll; - } - } -} +@import "@sass/abstracts/vars"; +@import "@sass/abstracts/mixins"; + +%cover-bg { + background-repeat: no-repeat; + background-size: cover; +} +.cover-background { + >.component-content { + @extend %cover-bg; + } +} +.fix-background { + >.component-content { + @extend %cover-bg; + @include fixed-bg(left top); + } +} +.parallax-background { + >.component-content { + @extend %cover-bg; + @include fixed-bg(50% 0); + @include respond-to(mobile-large) { + background-attachment: scroll; + } + } +} diff --git a/src/sxastarter/src/assets/sass/components/layout/index.scss b/headapps/nextjs-starter/app/src/assets/sass/components/layout/index.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/layout/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/layout/index.scss index 9d7c7b992..a7477ec3c 100644 --- a/src/sxastarter/src/assets/sass/components/layout/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/layout/index.scss @@ -1 +1 @@ -@import "background"; +@import "background"; diff --git a/src/sxastarter/src/assets/sass/components/link-list/_component-link-list.scss b/headapps/nextjs-starter/app/src/assets/sass/components/link-list/_component-link-list.scss similarity index 96% rename from src/sxastarter/src/assets/sass/components/link-list/_component-link-list.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/link-list/_component-link-list.scss index 0c647a896..be8e36600 100644 --- a/src/sxastarter/src/assets/sass/components/link-list/_component-link-list.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/link-list/_component-link-list.scss @@ -1,45 +1,45 @@ -@import "@sass/abstracts/mixins"; -@import "@sass/abstracts/vars"; -@import '@fontawesome/scss/mixins'; -@import "@fontawesome/scss/variables"; - -.link-list { - background: $link-list-bg; - h1, h2, h3, h4, h5, h6 { - @include border-basic(bottom, $link-list-header-border); - } - >.component-content { - ul { - background: $link-list-items-bg; - } - li { - background: $link-list-item-bg; - display: block; - font-size: $font-normal; - a { - display: inline; - color: $link-list-item-color; - position: relative; - padding-left: 10px; - font-size: 1em; - text-decoration: none; - &:before { - @include fa-icon(); - content: $fa-var-chevron-right; - position: absolute; - left: 0; - top: 50%; - transform: translateY(-50%); - font-size: 10px; - } - &:hover { - color: $link-list-item-color-active; - text-decoration: none; - border-bottom: 1px solid $link-list-item-border-active; - } - } - } - } - @import "../../base/links"; - @import "../../variants/link-list"; -} +@import "@sass/abstracts/mixins"; +@import "@sass/abstracts/vars"; +@import '@fontawesome/scss/mixins'; +@import "@fontawesome/scss/variables"; + +.link-list { + background: $link-list-bg; + h1, h2, h3, h4, h5, h6 { + @include border-basic(bottom, $link-list-header-border); + } + >.component-content { + ul { + background: $link-list-items-bg; + } + li { + background: $link-list-item-bg; + display: block; + font-size: $font-normal; + a { + display: inline; + color: $link-list-item-color; + position: relative; + padding-left: 10px; + font-size: 1em; + text-decoration: none; + &:before { + @include fa-icon(); + content: $fa-var-chevron-right; + position: absolute; + left: 0; + top: 50%; + transform: translateY(-50%); + font-size: 10px; + } + &:hover { + color: $link-list-item-color-active; + text-decoration: none; + border-bottom: 1px solid $link-list-item-border-active; + } + } + } + } + @import "../../base/links"; + @import "../../variants/link-list"; +} diff --git a/src/sxastarter/src/assets/sass/components/link-list/_list-vertical.scss b/headapps/nextjs-starter/app/src/assets/sass/components/link-list/_list-vertical.scss similarity index 94% rename from src/sxastarter/src/assets/sass/components/link-list/_list-vertical.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/link-list/_list-vertical.scss index 470ebbf8a..6e7e270d8 100644 --- a/src/sxastarter/src/assets/sass/components/link-list/_list-vertical.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/link-list/_list-vertical.scss @@ -1,20 +1,20 @@ -@import '@sass/abstracts/vars'; -@import '@sass/abstracts/mixins'; - -.link-list.list-vertical { - h3 { - background: $bg-basic-color; - width: 100%; - display: inline-block; - padding: 3px 5px; - @include border-basic(); - } - a { - border: none; - } - li { - display: block; - margin-left: $middle-margin; - } -} - +@import '@sass/abstracts/vars'; +@import '@sass/abstracts/mixins'; + +.link-list.list-vertical { + h3 { + background: $bg-basic-color; + width: 100%; + display: inline-block; + padding: 3px 5px; + @include border-basic(); + } + a { + border: none; + } + li { + display: block; + margin-left: $middle-margin; + } +} + diff --git a/src/sxastarter/src/assets/sass/components/link-list/index.scss b/headapps/nextjs-starter/app/src/assets/sass/components/link-list/index.scss similarity index 96% rename from src/sxastarter/src/assets/sass/components/link-list/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/link-list/index.scss index 0f58f7dc4..85cbda239 100644 --- a/src/sxastarter/src/assets/sass/components/link-list/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/link-list/index.scss @@ -1,2 +1,2 @@ -@import "component-link-list"; -@import "list-vertical"; +@import "component-link-list"; +@import "list-vertical"; diff --git a/src/sxastarter/src/assets/sass/components/navigation/_navigation-fat.scss b/headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-fat.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/navigation/_navigation-fat.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-fat.scss index 0bfb29b03..a144352f2 100644 --- a/src/sxastarter/src/assets/sass/components/navigation/_navigation-fat.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-fat.scss @@ -1,58 +1,58 @@ -@import '@sass/abstracts/vars'; -@import '@sass/abstracts/mixins'; -@import '@fontawesome/scss/mixins'; -@import '@fontawesome/scss/variables'; - -.navigation.navigation-fat { - background: $bg-basic-color; - @include border-basic(); - - a { - text-decoration: none; - } - - nav > ul { - list-style: none; - padding: 10px 0; - overflow: hidden; - } - - .rel-level1 { - margin: $small-margin; - padding: 0; - display: inline-block; - vertical-align: top; - - &.submenu ul a { - position: relative; - &:before { - @include fa-icon(); - transform: translateY(-50%); - position: absolute; - content: $fa-var-chevron-right; - top: 50%; - left: -9px; - font-size: 10px; - } - } - > .navigation-title > a { - @include border-basic(top, $border-basic-color, 2px); - border-bottom: 0; - background: $nav-bg-root; - padding: 5px 10px; - display: block; - width: auto; - &:hover { - border-color: $menu-hover-color; - } - } - > ul { - padding: 0; - } - } - .rel-level2 { - padding-left: $small-margin; - display: block; - } -} - +@import '@sass/abstracts/vars'; +@import '@sass/abstracts/mixins'; +@import '@fontawesome/scss/mixins'; +@import '@fontawesome/scss/variables'; + +.navigation.navigation-fat { + background: $bg-basic-color; + @include border-basic(); + + a { + text-decoration: none; + } + + nav > ul { + list-style: none; + padding: 10px 0; + overflow: hidden; + } + + .rel-level1 { + margin: $small-margin; + padding: 0; + display: inline-block; + vertical-align: top; + + &.submenu ul a { + position: relative; + &:before { + @include fa-icon(); + transform: translateY(-50%); + position: absolute; + content: $fa-var-chevron-right; + top: 50%; + left: -9px; + font-size: 10px; + } + } + > .navigation-title > a { + @include border-basic(top, $border-basic-color, 2px); + border-bottom: 0; + background: $nav-bg-root; + padding: 5px 10px; + display: block; + width: auto; + &:hover { + border-color: $menu-hover-color; + } + } + > ul { + padding: 0; + } + } + .rel-level2 { + padding-left: $small-margin; + display: block; + } +} + diff --git a/src/sxastarter/src/assets/sass/components/navigation/_navigation-main-horizontal-vertical.scss b/headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-main-horizontal-vertical.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/navigation/_navigation-main-horizontal-vertical.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-main-horizontal-vertical.scss index 970c295fc..aaf3b1172 100644 --- a/src/sxastarter/src/assets/sass/components/navigation/_navigation-main-horizontal-vertical.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-main-horizontal-vertical.scss @@ -1,176 +1,176 @@ -@import '@sass/abstracts/vars'; -@import '@sass/abstracts/mixins'; -@import '@fontawesome/scss/mixins'; -@import '@fontawesome/scss/variables'; - -$borderSize: 2px; - -//Drop Down Navigation Common Part -.navigation.navigation-main { - .component-content > nav { - position: relative; - ul { - @include clearfix(); - } - } - .rel-level1 { - float: left; - &.active { - > .navigation-title > a { - border-color: $nav-border-root; - } - } - > .navigation-title > a { - border-width: 2px 0 0 0; - border-color: transparent; - &:hover { - border-color: $nav-border-root; - } - } - &.submenu { - > .navigation-title a { - position: relative; - padding-right: 15px; - &:after { - @include fa-icon(); - font-size: 10px; - content: $fa-var-chevron-down; - position: absolute; - transform: translateY(-50%); - top: 50%; - right: 0; - } - } - } - //submenu - > ul { - overflow: hidden; - display: none; - z-index: 10; - position: absolute; - top: 100%; - background: $nav-bg-submenu; - margin-left: 0; - margin-top: -$borderSize; - border-top: $borderSize solid $nav-border-submenu; - border-left: 1px solid $nav-submenu-item-border; - border-bottom: 1px solid $nav-submenu-item-border; - } - &:active, - &:hover { - > a { - & + ul { - display: block !important; - } - } - > ul { - display: block !important; - min-width: 60px; - } - } - &.active { - > .navigation-title > a:link, - > .navigation-title > a:visited { - color: $text-basic-active; - } - > span { - display: block; - padding: 10px 20px; - color: $text-white; - } - } - &.submenu.active { - border-color: $menu-active-color; - } - } - .rel-level2 { - &:hover, - &:focus { - transition: background 0.2s ease-in; - background: $nav-bg-submenu-active; - } - div > a { - display: block; - font-weight: normal; - font-size: $navigation-font-basic-submenu; - text-align: center; - &:hover, - &:focus { - color: $nav-color-submenu; - } - } - &.submenu { - box-sizing: border-box; - &.navigation-image { - text-align: center; - > a, - .field-navigationtext { - text-align: left; - } - } - } - } - // Additional styles fot drop down horizontal navigation - &.navigation-main-horizontal { - .submenu > ul { - padding-left: 0; - } - .rel-level1 { - &:active, - &:hover { - > a { - & + ul { - display: inline-flex !important; - flex-wrap: wrap; - } - } - > ul { - display: inline-flex !important; - flex-wrap: wrap; - } - } - > ul { - width: 100%; - clear: both; - left: 0; - } - } - .rel-level2 { - float: left; - padding: 10px; - @include border-basic(right, $nav-submenu-item-border, 1px); - flex-grow: 1; - flex-basis: 23%; - } - } - // Additional styles fot drop down vertical navigation - &.navigation-main-vertical { - .rel-level1 > ul { - padding-left: 0; - width: auto; - left: auto; - @include border-basic(right, $nav-submenu-item-border, 1px); - > li { - padding: 5px 10px; - } - } - .submenu { - ul { - li { - a:before { - @include fa-icon(); - content: $fa-var-chevron-right; - display: block; - position: absolute; - left: 0; - font-size: 10px; - top: 18px; - transform: translateY(-50%); - padding-left: 7px; - } - } - } - } - } -} - +@import '@sass/abstracts/vars'; +@import '@sass/abstracts/mixins'; +@import '@fontawesome/scss/mixins'; +@import '@fontawesome/scss/variables'; + +$borderSize: 2px; + +//Drop Down Navigation Common Part +.navigation.navigation-main { + .component-content > nav { + position: relative; + ul { + @include clearfix(); + } + } + .rel-level1 { + float: left; + &.active { + > .navigation-title > a { + border-color: $nav-border-root; + } + } + > .navigation-title > a { + border-width: 2px 0 0 0; + border-color: transparent; + &:hover { + border-color: $nav-border-root; + } + } + &.submenu { + > .navigation-title a { + position: relative; + padding-right: 15px; + &:after { + @include fa-icon(); + font-size: 10px; + content: $fa-var-chevron-down; + position: absolute; + transform: translateY(-50%); + top: 50%; + right: 0; + } + } + } + //submenu + > ul { + overflow: hidden; + display: none; + z-index: 10; + position: absolute; + top: 100%; + background: $nav-bg-submenu; + margin-left: 0; + margin-top: -$borderSize; + border-top: $borderSize solid $nav-border-submenu; + border-left: 1px solid $nav-submenu-item-border; + border-bottom: 1px solid $nav-submenu-item-border; + } + &:active, + &:hover { + > a { + & + ul { + display: block !important; + } + } + > ul { + display: block !important; + min-width: 60px; + } + } + &.active { + > .navigation-title > a:link, + > .navigation-title > a:visited { + color: $text-basic-active; + } + > span { + display: block; + padding: 10px 20px; + color: $text-white; + } + } + &.submenu.active { + border-color: $menu-active-color; + } + } + .rel-level2 { + &:hover, + &:focus { + transition: background 0.2s ease-in; + background: $nav-bg-submenu-active; + } + div > a { + display: block; + font-weight: normal; + font-size: $navigation-font-basic-submenu; + text-align: center; + &:hover, + &:focus { + color: $nav-color-submenu; + } + } + &.submenu { + box-sizing: border-box; + &.navigation-image { + text-align: center; + > a, + .field-navigationtext { + text-align: left; + } + } + } + } + // Additional styles fot drop down horizontal navigation + &.navigation-main-horizontal { + .submenu > ul { + padding-left: 0; + } + .rel-level1 { + &:active, + &:hover { + > a { + & + ul { + display: inline-flex !important; + flex-wrap: wrap; + } + } + > ul { + display: inline-flex !important; + flex-wrap: wrap; + } + } + > ul { + width: 100%; + clear: both; + left: 0; + } + } + .rel-level2 { + float: left; + padding: 10px; + @include border-basic(right, $nav-submenu-item-border, 1px); + flex-grow: 1; + flex-basis: 23%; + } + } + // Additional styles fot drop down vertical navigation + &.navigation-main-vertical { + .rel-level1 > ul { + padding-left: 0; + width: auto; + left: auto; + @include border-basic(right, $nav-submenu-item-border, 1px); + > li { + padding: 5px 10px; + } + } + .submenu { + ul { + li { + a:before { + @include fa-icon(); + content: $fa-var-chevron-right; + display: block; + position: absolute; + left: 0; + font-size: 10px; + top: 18px; + transform: translateY(-50%); + padding-left: 7px; + } + } + } + } + } +} + diff --git a/src/sxastarter/src/assets/sass/components/navigation/_navigation-mobile.scss b/headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-mobile.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/navigation/_navigation-mobile.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-mobile.scss index b6c66d27a..328cd3407 100644 --- a/src/sxastarter/src/assets/sass/components/navigation/_navigation-mobile.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-mobile.scss @@ -1,85 +1,85 @@ -@import '@sass/abstracts/vars'; -@import '@sass/abstracts/mixins'; -@import '@fontawesome/scss/mixins'; -@import '@fontawesome/scss/variables'; - -.navigation.navigation-mobile { - nav > ul { - border: none; - @include border-basic(); - } - .rel-level1 { - cursor: pointer; - margin: 0; - background: $bg-basic-color; - > .navigation-title { - border-bottom: 1px solid $border-basic-color; - margin: 0; - &:last-child { - border-bottom: none; - } - } - .navigation-title { - padding: 10px; - > a { - text-decoration: none; - color: $text-basic; - display: inline; - } - } - } - .rel-level2 { - display: list-item; - .navigation-title > a { - font-weight: 500; - } - } - .submenu { - > ul { - li { - position: relative; - a:before { - @include fa-icon(); - content: $fa-var-chevron-right; - display: block; - position: absolute; - left: 0; - font-size: 10px; - top: 20px; - transform: translateY(-50%); - } - } - padding-left: 25px; - background: $nav-bg-submenu; - } - > ul { - display: none; - } - &.active{ - > .navigation-title:before { - transform: rotate(180deg); - transition: 0.6s; - transform-style: preserve-3d; - } - > ul { - display: block; - } - } - > .navigation-title { - position: relative; - &:before { - @include fa-icon(); - content: $fa-var-chevron-down; - display: block; - position: absolute; - right: 10px; - font-size: 10px; - top: 20px; - transform: translateY(-50%); - transform: rotate(0); - transition: 0.6s; - transform-style: preserve-3d; - } - } - } -} +@import '@sass/abstracts/vars'; +@import '@sass/abstracts/mixins'; +@import '@fontawesome/scss/mixins'; +@import '@fontawesome/scss/variables'; + +.navigation.navigation-mobile { + nav > ul { + border: none; + @include border-basic(); + } + .rel-level1 { + cursor: pointer; + margin: 0; + background: $bg-basic-color; + > .navigation-title { + border-bottom: 1px solid $border-basic-color; + margin: 0; + &:last-child { + border-bottom: none; + } + } + .navigation-title { + padding: 10px; + > a { + text-decoration: none; + color: $text-basic; + display: inline; + } + } + } + .rel-level2 { + display: list-item; + .navigation-title > a { + font-weight: 500; + } + } + .submenu { + > ul { + li { + position: relative; + a:before { + @include fa-icon(); + content: $fa-var-chevron-right; + display: block; + position: absolute; + left: 0; + font-size: 10px; + top: 20px; + transform: translateY(-50%); + } + } + padding-left: 25px; + background: $nav-bg-submenu; + } + > ul { + display: none; + } + &.active{ + > .navigation-title:before { + transform: rotate(180deg); + transition: 0.6s; + transform-style: preserve-3d; + } + > ul { + display: block; + } + } + > .navigation-title { + position: relative; + &:before { + @include fa-icon(); + content: $fa-var-chevron-down; + display: block; + position: absolute; + right: 10px; + font-size: 10px; + top: 20px; + transform: translateY(-50%); + transform: rotate(0); + transition: 0.6s; + transform-style: preserve-3d; + } + } + } +} diff --git a/src/sxastarter/src/assets/sass/components/navigation/_navigation-sidebar.scss b/headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-sidebar.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/navigation/_navigation-sidebar.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-sidebar.scss index 4c76037a4..9110cd717 100644 --- a/src/sxastarter/src/assets/sass/components/navigation/_navigation-sidebar.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-sidebar.scss @@ -1,29 +1,29 @@ -@import "@sass/abstracts/vars"; -@import "@sass/abstracts/mixins"; - -.navigation.navigation-sidebar { - a { - text-decoration: none; - } - nav>ul { - .rel-level1 { - >.navigation-title { - margin-bottom: 0; - >a { - padding: 5px 10px; - display: block; - position: relative; - z-index: 1; - margin-right: 0; - } - } - >ul { - margin-left: $small-margin; - margin-top: $extrasmall-margin; - } - } - .rel-level2 { - display: block; - } - } -} +@import "@sass/abstracts/vars"; +@import "@sass/abstracts/mixins"; + +.navigation.navigation-sidebar { + a { + text-decoration: none; + } + nav>ul { + .rel-level1 { + >.navigation-title { + margin-bottom: 0; + >a { + padding: 5px 10px; + display: block; + position: relative; + z-index: 1; + margin-right: 0; + } + } + >ul { + margin-left: $small-margin; + margin-top: $extrasmall-margin; + } + } + .rel-level2 { + display: block; + } + } +} diff --git a/src/sxastarter/src/assets/sass/components/navigation/_sitemap-navigation.scss b/headapps/nextjs-starter/app/src/assets/sass/components/navigation/_sitemap-navigation.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/navigation/_sitemap-navigation.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/navigation/_sitemap-navigation.scss index 9826ecb43..95725b916 100644 --- a/src/sxastarter/src/assets/sass/components/navigation/_sitemap-navigation.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/navigation/_sitemap-navigation.scss @@ -1,20 +1,20 @@ -@import '@sass/abstracts/vars'; -@import '@sass/abstracts/mixins'; -@import '@fontawesome/scss/mixins'; -@import '@fontawesome/scss/variables'; - -.navigation.sitemap-navigation { - .level2 a { - position: relative; - padding-left: 10px; - &:before { - @include font-size(1.4); - @include fa-icon(); - transform: translateY(-50%) scale(1, -1); - position: absolute; - content: $fa-var-share; - top: 50%; - left: -8px; - } - } -} +@import '@sass/abstracts/vars'; +@import '@sass/abstracts/mixins'; +@import '@fontawesome/scss/mixins'; +@import '@fontawesome/scss/variables'; + +.navigation.sitemap-navigation { + .level2 a { + position: relative; + padding-left: 10px; + &:before { + @include font-size(1.4); + @include fa-icon(); + transform: translateY(-50%) scale(1, -1); + position: absolute; + content: $fa-var-share; + top: 50%; + left: -8px; + } + } +} diff --git a/src/sxastarter/src/assets/sass/components/navigation/index.scss b/headapps/nextjs-starter/app/src/assets/sass/components/navigation/index.scss similarity index 97% rename from src/sxastarter/src/assets/sass/components/navigation/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/navigation/index.scss index c595ec5dd..abd702aa6 100644 --- a/src/sxastarter/src/assets/sass/components/navigation/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/navigation/index.scss @@ -1,5 +1,5 @@ -@import "navigation-main-horizontal-vertical"; -@import "navigation-mobile"; -@import "navigation-sidebar"; -@import "sitemap-navigation"; -@import "navigation-fat"; +@import "navigation-main-horizontal-vertical"; +@import "navigation-mobile"; +@import "navigation-sidebar"; +@import "sitemap-navigation"; +@import "navigation-fat"; diff --git a/src/sxastarter/src/assets/sass/components/promo/_absolute-bottom-link.scss b/headapps/nextjs-starter/app/src/assets/sass/components/promo/_absolute-bottom-link.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/promo/_absolute-bottom-link.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/promo/_absolute-bottom-link.scss index c5c3c9137..9d6fec1b4 100644 --- a/src/sxastarter/src/assets/sass/components/promo/_absolute-bottom-link.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/promo/_absolute-bottom-link.scss @@ -1,8 +1,8 @@ -.promo.absolute-bottom-link { - position: relative; - .field-promolink { - position: absolute; - bottom: 10px; - right: 10px; - } -} +.promo.absolute-bottom-link { + position: relative; + .field-promolink { + position: absolute; + bottom: 10px; + right: 10px; + } +} diff --git a/src/sxastarter/src/assets/sass/components/promo/_promo-hero.scss b/headapps/nextjs-starter/app/src/assets/sass/components/promo/_promo-hero.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/promo/_promo-hero.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/promo/_promo-hero.scss index 2f9dd8b1a..365e59a69 100644 --- a/src/sxastarter/src/assets/sass/components/promo/_promo-hero.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/promo/_promo-hero.scss @@ -1,40 +1,40 @@ -@import "@sass/abstracts/vars"; -@import "@sass/abstracts/mixins"; - -.promo.promo-hero { - position: relative; - text-align: center; - &.promo-hero-half { - float: left; - width: 50%; - @include respond-to(all-mobile) { - float: none; - width: 100%; - } - } - .field-promotext { - display: inline-block; - transform: translateY(-50%); - position: absolute; - top: 50%; - left: 0; - right: 0; - padding: 20px; - color: $promo-hero-text-color; - background: $promo-bg-hero; - >a { - color: inherit; - text-decoration: none; - } - @include respond-to(all-mobile) { - width: 100%; - margin: 0; - h1 { - @include font-size(2.4); - } - h2, h3, h4 { - @include font-size(2.0); - } - } - } -} +@import "@sass/abstracts/vars"; +@import "@sass/abstracts/mixins"; + +.promo.promo-hero { + position: relative; + text-align: center; + &.promo-hero-half { + float: left; + width: 50%; + @include respond-to(all-mobile) { + float: none; + width: 100%; + } + } + .field-promotext { + display: inline-block; + transform: translateY(-50%); + position: absolute; + top: 50%; + left: 0; + right: 0; + padding: 20px; + color: $promo-hero-text-color; + background: $promo-bg-hero; + >a { + color: inherit; + text-decoration: none; + } + @include respond-to(all-mobile) { + width: 100%; + margin: 0; + h1 { + @include font-size(2.4); + } + h2, h3, h4 { + @include font-size(2.0); + } + } + } +} diff --git a/src/sxastarter/src/assets/sass/components/promo/_promo-shadow.scss b/headapps/nextjs-starter/app/src/assets/sass/components/promo/_promo-shadow.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/promo/_promo-shadow.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/promo/_promo-shadow.scss index 8a1e8a1ae..01fe32b14 100644 --- a/src/sxastarter/src/assets/sass/components/promo/_promo-shadow.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/promo/_promo-shadow.scss @@ -1,42 +1,42 @@ -@import "@sass/abstracts/vars"; -@import "@sass/abstracts/mixins"; - -.promo-shadow { - max-width: 960px; - padding: 0; - border-top-width: 3px; - border-top-color: $promo-shadow-border; - border-style: solid; - overflow: visible; - position: relative; - &.promo { - float: left; - } - >.component-content { - @include respond-to(all-mobile) { - margin: 0 10px 30px 10px; - } - padding: 15px; - margin: 0 0 30px 0; - &:before, &:after { - opacity: 0.7; - box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7); - position: absolute; - z-index: -1; - height: 20%; - max-height: 100px; - max-width: 460px; - width: 47%; - content: ""; - bottom: 10px; - } - &:before { - left: 2%; - transform: rotate(-3deg); - } - &:after { - right: 2%; - transform: rotate(3deg); - } - } -} +@import "@sass/abstracts/vars"; +@import "@sass/abstracts/mixins"; + +.promo-shadow { + max-width: 960px; + padding: 0; + border-top-width: 3px; + border-top-color: $promo-shadow-border; + border-style: solid; + overflow: visible; + position: relative; + &.promo { + float: left; + } + >.component-content { + @include respond-to(all-mobile) { + margin: 0 10px 30px 10px; + } + padding: 15px; + margin: 0 0 30px 0; + &:before, &:after { + opacity: 0.7; + box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7); + position: absolute; + z-index: -1; + height: 20%; + max-height: 100px; + max-width: 460px; + width: 47%; + content: ""; + bottom: 10px; + } + &:before { + left: 2%; + transform: rotate(-3deg); + } + &:after { + right: 2%; + transform: rotate(3deg); + } + } +} diff --git a/src/sxastarter/src/assets/sass/components/promo/index.scss b/headapps/nextjs-starter/app/src/assets/sass/components/promo/index.scss similarity index 96% rename from src/sxastarter/src/assets/sass/components/promo/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/promo/index.scss index cbdce8021..337235b99 100644 --- a/src/sxastarter/src/assets/sass/components/promo/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/promo/index.scss @@ -1,3 +1,3 @@ -@import "absolute-bottom-link"; -@import "promo-hero"; -@import "promo-shadow"; +@import "absolute-bottom-link"; +@import "promo-hero"; +@import "promo-shadow"; diff --git a/src/sxastarter/src/assets/sass/components/rich-text/_rich-text-lists.scss b/headapps/nextjs-starter/app/src/assets/sass/components/rich-text/_rich-text-lists.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/rich-text/_rich-text-lists.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/rich-text/_rich-text-lists.scss index d1c688240..9d7b3bc88 100644 --- a/src/sxastarter/src/assets/sass/components/rich-text/_rich-text-lists.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/rich-text/_rich-text-lists.scss @@ -1,63 +1,63 @@ -@import '@sass/abstracts/vars'; -@import '@sass/abstracts/mixins'; - -.rich-text-lists, -.field-featurelist { - ul { - box-sizing: border-box; - margin: 0; - padding: 0; - li { - @include font-size(1.3); - position: relative; - line-height: 21px; - list-style: none; - margin: 0; - padding: 5px 0 5px 25px; - &:before { - display: inline-block; - vertical-align: middle; - @include font-size(1.2); - font-family: 'FontAwesome', sans-serif; - position: absolute; - top: 3px; - left: 0; - color: $text-basic; - text-align: center; - content: '\f00c'; - width: 20px; - margin: 0 5px 0 0; - padding: 0; - } - } - } -} -.field-featurelist { - ul { - li { - &:before { - display: inline-block; - vertical-align: middle; - @include font-size(1.2); - font-family: 'FontAwesome', sans-serif; - position: absolute; - top: 3px; - left: 0; - color: $text-basic; - text-align: center; - content: '\f046'; - width: 20px; - margin: 0 5px 0 0; - padding: 0; - } - } - } -} -.media-link { - &.file-type-icon-media-link { - float: left; - .field-filetypeicon { - text-align: center; - } - } -} +@import '@sass/abstracts/vars'; +@import '@sass/abstracts/mixins'; + +.rich-text-lists, +.field-featurelist { + ul { + box-sizing: border-box; + margin: 0; + padding: 0; + li { + @include font-size(1.3); + position: relative; + line-height: 21px; + list-style: none; + margin: 0; + padding: 5px 0 5px 25px; + &:before { + display: inline-block; + vertical-align: middle; + @include font-size(1.2); + font-family: 'FontAwesome', sans-serif; + position: absolute; + top: 3px; + left: 0; + color: $text-basic; + text-align: center; + content: '\f00c'; + width: 20px; + margin: 0 5px 0 0; + padding: 0; + } + } + } +} +.field-featurelist { + ul { + li { + &:before { + display: inline-block; + vertical-align: middle; + @include font-size(1.2); + font-family: 'FontAwesome', sans-serif; + position: absolute; + top: 3px; + left: 0; + color: $text-basic; + text-align: center; + content: '\f046'; + width: 20px; + margin: 0 5px 0 0; + padding: 0; + } + } + } +} +.media-link { + &.file-type-icon-media-link { + float: left; + .field-filetypeicon { + text-align: center; + } + } +} diff --git a/src/sxastarter/src/assets/sass/components/rich-text/index.scss b/headapps/nextjs-starter/app/src/assets/sass/components/rich-text/index.scss similarity index 96% rename from src/sxastarter/src/assets/sass/components/rich-text/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/rich-text/index.scss index 5d244423d..767bfc1cd 100644 --- a/src/sxastarter/src/assets/sass/components/rich-text/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/rich-text/index.scss @@ -1 +1 @@ -@import "rich-text-lists"; +@import "rich-text-lists"; diff --git a/src/sxastarter/src/assets/sass/components/spacing/_background-colors.scss b/headapps/nextjs-starter/app/src/assets/sass/components/spacing/_background-colors.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/spacing/_background-colors.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/spacing/_background-colors.scss index 7dceb0b11..30afeef82 100644 --- a/src/sxastarter/src/assets/sass/components/spacing/_background-colors.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/spacing/_background-colors.scss @@ -1,14 +1,14 @@ -@import '@sass/abstracts/vars'; - -.container-gray-background { - background: $bg-light-gray; -} -.container-clean-background { - background: $bg-basic-color; -} -.container-dark-background { - background: $bg-black-active; -} -.container-color-background { - background: $bg-blue; -} +@import '@sass/abstracts/vars'; + +.container-gray-background { + background: $bg-light-gray; +} +.container-clean-background { + background: $bg-basic-color; +} +.container-dark-background { + background: $bg-black-active; +} +.container-color-background { + background: $bg-blue; +} diff --git a/src/sxastarter/src/assets/sass/components/spacing/_indent.scss b/headapps/nextjs-starter/app/src/assets/sass/components/spacing/_indent.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/spacing/_indent.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/spacing/_indent.scss index 5f692b0f3..c9366ce4e 100644 --- a/src/sxastarter/src/assets/sass/components/spacing/_indent.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/spacing/_indent.scss @@ -1,13 +1,13 @@ -@import '@sass/abstracts/vars'; -.indent { - margin: 0 $extralarge-margin; - &.col-xxl-12, &.col-xl-12, &.col-lg-12, &.col-md-12, &.col-12 { - width: calc(100% - ($extralarge-margin * 2)); - } -} -.indent-top { - margin-top: $middle-margin; -} -.indent-bottom { - margin-bottom: $middle-margin; -} +@import '@sass/abstracts/vars'; +.indent { + margin: 0 $extralarge-margin; + &.col-xxl-12, &.col-xl-12, &.col-lg-12, &.col-md-12, &.col-12 { + width: calc(100% - ($extralarge-margin * 2)); + } +} +.indent-top { + margin-top: $middle-margin; +} +.indent-bottom { + margin-bottom: $middle-margin; +} diff --git a/src/sxastarter/src/assets/sass/components/spacing/index.scss b/headapps/nextjs-starter/app/src/assets/sass/components/spacing/index.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/spacing/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/spacing/index.scss index 026763caf..c8292402b 100644 --- a/src/sxastarter/src/assets/sass/components/spacing/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/spacing/index.scss @@ -1,2 +1,2 @@ -@import "background-colors"; -@import "indent"; +@import "background-colors"; +@import "indent"; diff --git a/src/sxastarter/src/assets/sass/components/title/_component-title.scss b/headapps/nextjs-starter/app/src/assets/sass/components/title/_component-title.scss similarity index 95% rename from src/sxastarter/src/assets/sass/components/title/_component-title.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/title/_component-title.scss index 6820c37f2..58f3da1f9 100644 --- a/src/sxastarter/src/assets/sass/components/title/_component-title.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/title/_component-title.scss @@ -1,24 +1,24 @@ -@import '@sass/abstracts/vars'; -@import '@sass/abstracts/mixins'; - -.title { - background: $title-bg; - h1, - .field-title { - >a, >span { - @include border-basic(bottom, $border-basic-color); - font-size: $font-extrabig; - margin-bottom: $small-margin; - color: $title-color; - line-height: normal; - padding-bottom: 10px; - display: block; - text-decoration: none; - cursor: pointer; - &:hover { - color: $title-color-active; - } - } -} - @import '@sass/variants/title'; -} +@import '@sass/abstracts/vars'; +@import '@sass/abstracts/mixins'; + +.title { + background: $title-bg; + h1, + .field-title { + >a, >span { + @include border-basic(bottom, $border-basic-color); + font-size: $font-extrabig; + margin-bottom: $small-margin; + color: $title-color; + line-height: normal; + padding-bottom: 10px; + display: block; + text-decoration: none; + cursor: pointer; + &:hover { + color: $title-color-active; + } + } +} + @import '@sass/variants/title'; +} diff --git a/src/sxastarter/src/assets/sass/components/title/index.scss b/headapps/nextjs-starter/app/src/assets/sass/components/title/index.scss similarity index 96% rename from src/sxastarter/src/assets/sass/components/title/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/components/title/index.scss index 38efc00c3..6045d0642 100644 --- a/src/sxastarter/src/assets/sass/components/title/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/components/title/index.scss @@ -1 +1 @@ -@import "component-title"; +@import "component-title"; diff --git a/src/sxastarter/src/assets/sass/main.scss b/headapps/nextjs-starter/app/src/assets/sass/main.scss similarity index 94% rename from src/sxastarter/src/assets/sass/main.scss rename to headapps/nextjs-starter/app/src/assets/sass/main.scss index 196984b7b..ee7d1dfc8 100644 --- a/src/sxastarter/src/assets/sass/main.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/main.scss @@ -1,4 +1,4 @@ -@import "base"; -@import "components"; -@import "variants"; -@import "app"; +@import "base"; +@import "components"; +@import "variants"; +@import "app"; diff --git a/src/sxastarter/src/assets/sass/variants/index.scss b/headapps/nextjs-starter/app/src/assets/sass/variants/index.scss similarity index 96% rename from src/sxastarter/src/assets/sass/variants/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/variants/index.scss index 39e45d584..32b102884 100644 --- a/src/sxastarter/src/assets/sass/variants/index.scss +++ b/headapps/nextjs-starter/app/src/assets/sass/variants/index.scss @@ -1,6 +1,6 @@ -@import "link-list"; -@import "navigation"; -@import "page-content"; -@import "promo"; -@import "rich-text"; +@import "link-list"; +@import "navigation"; +@import "page-content"; +@import "promo"; +@import "rich-text"; @import "title"; \ No newline at end of file diff --git a/src/sxastarter/src/assets/sass/variants/link-list/index.scss b/headapps/nextjs-starter/app/src/assets/sass/variants/link-list/index.scss similarity index 100% rename from src/sxastarter/src/assets/sass/variants/link-list/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/variants/link-list/index.scss diff --git a/src/sxastarter/src/assets/sass/variants/navigation/index.scss b/headapps/nextjs-starter/app/src/assets/sass/variants/navigation/index.scss similarity index 100% rename from src/sxastarter/src/assets/sass/variants/navigation/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/variants/navigation/index.scss diff --git a/src/sxastarter/src/assets/sass/variants/page-content/index.scss b/headapps/nextjs-starter/app/src/assets/sass/variants/page-content/index.scss similarity index 100% rename from src/sxastarter/src/assets/sass/variants/page-content/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/variants/page-content/index.scss diff --git a/src/sxastarter/src/assets/sass/variants/promo/index.scss b/headapps/nextjs-starter/app/src/assets/sass/variants/promo/index.scss similarity index 100% rename from src/sxastarter/src/assets/sass/variants/promo/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/variants/promo/index.scss diff --git a/src/sxastarter/src/assets/sass/variants/rich-text/index.scss b/headapps/nextjs-starter/app/src/assets/sass/variants/rich-text/index.scss similarity index 100% rename from src/sxastarter/src/assets/sass/variants/rich-text/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/variants/rich-text/index.scss diff --git a/src/sxastarter/src/assets/sass/variants/title/index.scss b/headapps/nextjs-starter/app/src/assets/sass/variants/title/index.scss similarity index 100% rename from src/sxastarter/src/assets/sass/variants/title/index.scss rename to headapps/nextjs-starter/app/src/assets/sass/variants/title/index.scss diff --git a/src/sxastarter/src/byoc/index.client.tsx b/headapps/nextjs-starter/app/src/byoc/index.client.tsx similarity index 100% rename from src/sxastarter/src/byoc/index.client.tsx rename to headapps/nextjs-starter/app/src/byoc/index.client.tsx diff --git a/src/sxastarter/src/byoc/index.hybrid.ts b/headapps/nextjs-starter/app/src/byoc/index.hybrid.ts similarity index 100% rename from src/sxastarter/src/byoc/index.hybrid.ts rename to headapps/nextjs-starter/app/src/byoc/index.hybrid.ts diff --git a/src/sxastarter/src/byoc/index.ts b/headapps/nextjs-starter/app/src/byoc/index.ts similarity index 100% rename from src/sxastarter/src/byoc/index.ts rename to headapps/nextjs-starter/app/src/byoc/index.ts diff --git a/src/sxastarter/src/components/CdpPageView.tsx b/headapps/nextjs-starter/app/src/components/CdpPageView.tsx similarity index 100% rename from src/sxastarter/src/components/CdpPageView.tsx rename to headapps/nextjs-starter/app/src/components/CdpPageView.tsx diff --git a/src/sxastarter/src/components/ColumnSplitter.tsx b/headapps/nextjs-starter/app/src/components/ColumnSplitter.tsx similarity index 100% rename from src/sxastarter/src/components/ColumnSplitter.tsx rename to headapps/nextjs-starter/app/src/components/ColumnSplitter.tsx diff --git a/src/sxastarter/src/components/Container.tsx b/headapps/nextjs-starter/app/src/components/Container.tsx similarity index 100% rename from src/sxastarter/src/components/Container.tsx rename to headapps/nextjs-starter/app/src/components/Container.tsx diff --git a/src/sxastarter/src/components/ContentBlock.tsx b/headapps/nextjs-starter/app/src/components/ContentBlock.tsx similarity index 100% rename from src/sxastarter/src/components/ContentBlock.tsx rename to headapps/nextjs-starter/app/src/components/ContentBlock.tsx diff --git a/src/sxastarter/src/components/FEAASScripts.tsx b/headapps/nextjs-starter/app/src/components/FEAASScripts.tsx similarity index 100% rename from src/sxastarter/src/components/FEAASScripts.tsx rename to headapps/nextjs-starter/app/src/components/FEAASScripts.tsx diff --git a/src/sxastarter/src/components/Image.tsx b/headapps/nextjs-starter/app/src/components/Image.tsx similarity index 100% rename from src/sxastarter/src/components/Image.tsx rename to headapps/nextjs-starter/app/src/components/Image.tsx diff --git a/src/sxastarter/src/components/LinkList.tsx b/headapps/nextjs-starter/app/src/components/LinkList.tsx similarity index 100% rename from src/sxastarter/src/components/LinkList.tsx rename to headapps/nextjs-starter/app/src/components/LinkList.tsx diff --git a/src/sxastarter/src/components/Navigation.tsx b/headapps/nextjs-starter/app/src/components/Navigation.tsx similarity index 100% rename from src/sxastarter/src/components/Navigation.tsx rename to headapps/nextjs-starter/app/src/components/Navigation.tsx diff --git a/src/sxastarter/src/components/PageContent.tsx b/headapps/nextjs-starter/app/src/components/PageContent.tsx similarity index 100% rename from src/sxastarter/src/components/PageContent.tsx rename to headapps/nextjs-starter/app/src/components/PageContent.tsx diff --git a/src/sxastarter/src/components/PartialDesignDynamicPlaceholder.tsx b/headapps/nextjs-starter/app/src/components/PartialDesignDynamicPlaceholder.tsx similarity index 100% rename from src/sxastarter/src/components/PartialDesignDynamicPlaceholder.tsx rename to headapps/nextjs-starter/app/src/components/PartialDesignDynamicPlaceholder.tsx diff --git a/src/sxastarter/src/components/Promo.tsx b/headapps/nextjs-starter/app/src/components/Promo.tsx similarity index 100% rename from src/sxastarter/src/components/Promo.tsx rename to headapps/nextjs-starter/app/src/components/Promo.tsx diff --git a/src/sxastarter/src/components/RichText.tsx b/headapps/nextjs-starter/app/src/components/RichText.tsx similarity index 100% rename from src/sxastarter/src/components/RichText.tsx rename to headapps/nextjs-starter/app/src/components/RichText.tsx diff --git a/src/sxastarter/src/components/RowSplitter.tsx b/headapps/nextjs-starter/app/src/components/RowSplitter.tsx similarity index 100% rename from src/sxastarter/src/components/RowSplitter.tsx rename to headapps/nextjs-starter/app/src/components/RowSplitter.tsx diff --git a/src/sxastarter/src/components/Title.tsx b/headapps/nextjs-starter/app/src/components/Title.tsx similarity index 100% rename from src/sxastarter/src/components/Title.tsx rename to headapps/nextjs-starter/app/src/components/Title.tsx diff --git a/src/sxastarter/src/lib/component-props/index.ts b/headapps/nextjs-starter/app/src/lib/component-props/index.ts similarity index 100% rename from src/sxastarter/src/lib/component-props/index.ts rename to headapps/nextjs-starter/app/src/lib/component-props/index.ts diff --git a/src/sxastarter/src/lib/config.ts b/headapps/nextjs-starter/app/src/lib/config.ts similarity index 100% rename from src/sxastarter/src/lib/config.ts rename to headapps/nextjs-starter/app/src/lib/config.ts diff --git a/src/sxastarter/src/lib/context/index.ts b/headapps/nextjs-starter/app/src/lib/context/index.ts similarity index 100% rename from src/sxastarter/src/lib/context/index.ts rename to headapps/nextjs-starter/app/src/lib/context/index.ts diff --git a/src/sxastarter/src/lib/context/sdk/events.ts b/headapps/nextjs-starter/app/src/lib/context/sdk/events.ts similarity index 100% rename from src/sxastarter/src/lib/context/sdk/events.ts rename to headapps/nextjs-starter/app/src/lib/context/sdk/events.ts diff --git a/src/sxastarter/src/lib/dictionary-service-factory.ts b/headapps/nextjs-starter/app/src/lib/dictionary-service-factory.ts similarity index 100% rename from src/sxastarter/src/lib/dictionary-service-factory.ts rename to headapps/nextjs-starter/app/src/lib/dictionary-service-factory.ts diff --git a/src/sxastarter/src/lib/extract-path/index.ts b/headapps/nextjs-starter/app/src/lib/extract-path/index.ts similarity index 100% rename from src/sxastarter/src/lib/extract-path/index.ts rename to headapps/nextjs-starter/app/src/lib/extract-path/index.ts diff --git a/src/sxastarter/src/lib/extract-path/plugins/multisite.ts b/headapps/nextjs-starter/app/src/lib/extract-path/plugins/multisite.ts similarity index 100% rename from src/sxastarter/src/lib/extract-path/plugins/multisite.ts rename to headapps/nextjs-starter/app/src/lib/extract-path/plugins/multisite.ts diff --git a/src/sxastarter/src/lib/extract-path/plugins/personalize.ts b/headapps/nextjs-starter/app/src/lib/extract-path/plugins/personalize.ts similarity index 100% rename from src/sxastarter/src/lib/extract-path/plugins/personalize.ts rename to headapps/nextjs-starter/app/src/lib/extract-path/plugins/personalize.ts diff --git a/src/sxastarter/src/lib/graphql-client-factory/create.ts b/headapps/nextjs-starter/app/src/lib/graphql-client-factory/create.ts similarity index 100% rename from src/sxastarter/src/lib/graphql-client-factory/create.ts rename to headapps/nextjs-starter/app/src/lib/graphql-client-factory/create.ts diff --git a/src/sxastarter/src/lib/graphql-client-factory/index.ts b/headapps/nextjs-starter/app/src/lib/graphql-client-factory/index.ts similarity index 100% rename from src/sxastarter/src/lib/graphql-client-factory/index.ts rename to headapps/nextjs-starter/app/src/lib/graphql-client-factory/index.ts diff --git a/src/sxastarter/src/lib/layout-service-factory.ts b/headapps/nextjs-starter/app/src/lib/layout-service-factory.ts similarity index 100% rename from src/sxastarter/src/lib/layout-service-factory.ts rename to headapps/nextjs-starter/app/src/lib/layout-service-factory.ts diff --git a/src/sxastarter/src/lib/middleware/index.ts b/headapps/nextjs-starter/app/src/lib/middleware/index.ts similarity index 100% rename from src/sxastarter/src/lib/middleware/index.ts rename to headapps/nextjs-starter/app/src/lib/middleware/index.ts diff --git a/src/sxastarter/src/lib/middleware/plugins/multisite.ts b/headapps/nextjs-starter/app/src/lib/middleware/plugins/multisite.ts similarity index 100% rename from src/sxastarter/src/lib/middleware/plugins/multisite.ts rename to headapps/nextjs-starter/app/src/lib/middleware/plugins/multisite.ts diff --git a/src/sxastarter/src/lib/middleware/plugins/personalize.ts b/headapps/nextjs-starter/app/src/lib/middleware/plugins/personalize.ts similarity index 100% rename from src/sxastarter/src/lib/middleware/plugins/personalize.ts rename to headapps/nextjs-starter/app/src/lib/middleware/plugins/personalize.ts diff --git a/src/sxastarter/src/lib/middleware/plugins/redirects.ts b/headapps/nextjs-starter/app/src/lib/middleware/plugins/redirects.ts similarity index 100% rename from src/sxastarter/src/lib/middleware/plugins/redirects.ts rename to headapps/nextjs-starter/app/src/lib/middleware/plugins/redirects.ts diff --git a/src/sxastarter/src/lib/next-config/plugins/component-props.js b/headapps/nextjs-starter/app/src/lib/next-config/plugins/component-props.js similarity index 100% rename from src/sxastarter/src/lib/next-config/plugins/component-props.js rename to headapps/nextjs-starter/app/src/lib/next-config/plugins/component-props.js diff --git a/src/sxastarter/src/lib/next-config/plugins/cors-header.js b/headapps/nextjs-starter/app/src/lib/next-config/plugins/cors-header.js similarity index 100% rename from src/sxastarter/src/lib/next-config/plugins/cors-header.js rename to headapps/nextjs-starter/app/src/lib/next-config/plugins/cors-header.js diff --git a/src/sxastarter/src/lib/next-config/plugins/feaas.js b/headapps/nextjs-starter/app/src/lib/next-config/plugins/feaas.js similarity index 100% rename from src/sxastarter/src/lib/next-config/plugins/feaas.js rename to headapps/nextjs-starter/app/src/lib/next-config/plugins/feaas.js diff --git a/src/sxastarter/src/lib/next-config/plugins/graphql.js b/headapps/nextjs-starter/app/src/lib/next-config/plugins/graphql.js similarity index 100% rename from src/sxastarter/src/lib/next-config/plugins/graphql.js rename to headapps/nextjs-starter/app/src/lib/next-config/plugins/graphql.js diff --git a/src/sxastarter/src/lib/next-config/plugins/robots.js b/headapps/nextjs-starter/app/src/lib/next-config/plugins/robots.js similarity index 100% rename from src/sxastarter/src/lib/next-config/plugins/robots.js rename to headapps/nextjs-starter/app/src/lib/next-config/plugins/robots.js diff --git a/src/sxastarter/src/lib/next-config/plugins/sass.js b/headapps/nextjs-starter/app/src/lib/next-config/plugins/sass.js similarity index 100% rename from src/sxastarter/src/lib/next-config/plugins/sass.js rename to headapps/nextjs-starter/app/src/lib/next-config/plugins/sass.js diff --git a/src/sxastarter/src/lib/next-config/plugins/sitemap.js b/headapps/nextjs-starter/app/src/lib/next-config/plugins/sitemap.js similarity index 100% rename from src/sxastarter/src/lib/next-config/plugins/sitemap.js rename to headapps/nextjs-starter/app/src/lib/next-config/plugins/sitemap.js diff --git a/src/sxastarter/src/lib/page-props-factory/index.ts b/headapps/nextjs-starter/app/src/lib/page-props-factory/index.ts similarity index 100% rename from src/sxastarter/src/lib/page-props-factory/index.ts rename to headapps/nextjs-starter/app/src/lib/page-props-factory/index.ts diff --git a/src/sxastarter/src/lib/page-props-factory/plugins/component-props.ts b/headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/component-props.ts similarity index 100% rename from src/sxastarter/src/lib/page-props-factory/plugins/component-props.ts rename to headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/component-props.ts diff --git a/src/sxastarter/src/lib/page-props-factory/plugins/component-themes.ts b/headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/component-themes.ts similarity index 100% rename from src/sxastarter/src/lib/page-props-factory/plugins/component-themes.ts rename to headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/component-themes.ts diff --git a/src/sxastarter/src/lib/page-props-factory/plugins/content-styles.ts b/headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/content-styles.ts similarity index 100% rename from src/sxastarter/src/lib/page-props-factory/plugins/content-styles.ts rename to headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/content-styles.ts diff --git a/src/sxastarter/src/lib/page-props-factory/plugins/normal-mode.ts b/headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/normal-mode.ts similarity index 100% rename from src/sxastarter/src/lib/page-props-factory/plugins/normal-mode.ts rename to headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/normal-mode.ts diff --git a/src/sxastarter/src/lib/page-props-factory/plugins/personalize.ts b/headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/personalize.ts similarity index 100% rename from src/sxastarter/src/lib/page-props-factory/plugins/personalize.ts rename to headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/personalize.ts diff --git a/src/sxastarter/src/lib/page-props-factory/plugins/preview-mode.ts b/headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/preview-mode.ts similarity index 100% rename from src/sxastarter/src/lib/page-props-factory/plugins/preview-mode.ts rename to headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/preview-mode.ts diff --git a/src/sxastarter/src/lib/page-props-factory/plugins/site.ts b/headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/site.ts similarity index 100% rename from src/sxastarter/src/lib/page-props-factory/plugins/site.ts rename to headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/site.ts diff --git a/src/sxastarter/src/lib/page-props.ts b/headapps/nextjs-starter/app/src/lib/page-props.ts similarity index 100% rename from src/sxastarter/src/lib/page-props.ts rename to headapps/nextjs-starter/app/src/lib/page-props.ts diff --git a/src/sxastarter/src/lib/site-resolver/index.ts b/headapps/nextjs-starter/app/src/lib/site-resolver/index.ts similarity index 100% rename from src/sxastarter/src/lib/site-resolver/index.ts rename to headapps/nextjs-starter/app/src/lib/site-resolver/index.ts diff --git a/src/sxastarter/src/lib/site-resolver/plugins/default.ts b/headapps/nextjs-starter/app/src/lib/site-resolver/plugins/default.ts similarity index 100% rename from src/sxastarter/src/lib/site-resolver/plugins/default.ts rename to headapps/nextjs-starter/app/src/lib/site-resolver/plugins/default.ts diff --git a/src/sxastarter/src/lib/site-resolver/plugins/multisite.ts b/headapps/nextjs-starter/app/src/lib/site-resolver/plugins/multisite.ts similarity index 100% rename from src/sxastarter/src/lib/site-resolver/plugins/multisite.ts rename to headapps/nextjs-starter/app/src/lib/site-resolver/plugins/multisite.ts diff --git a/src/sxastarter/src/lib/sitemap-fetcher/index.ts b/headapps/nextjs-starter/app/src/lib/sitemap-fetcher/index.ts similarity index 100% rename from src/sxastarter/src/lib/sitemap-fetcher/index.ts rename to headapps/nextjs-starter/app/src/lib/sitemap-fetcher/index.ts diff --git a/src/sxastarter/src/lib/sitemap-fetcher/plugins/graphql-sitemap-service.ts b/headapps/nextjs-starter/app/src/lib/sitemap-fetcher/plugins/graphql-sitemap-service.ts similarity index 100% rename from src/sxastarter/src/lib/sitemap-fetcher/plugins/graphql-sitemap-service.ts rename to headapps/nextjs-starter/app/src/lib/sitemap-fetcher/plugins/graphql-sitemap-service.ts diff --git a/src/sxastarter/src/middleware.ts b/headapps/nextjs-starter/app/src/middleware.ts similarity index 100% rename from src/sxastarter/src/middleware.ts rename to headapps/nextjs-starter/app/src/middleware.ts diff --git a/src/sxastarter/src/pages/404.tsx b/headapps/nextjs-starter/app/src/pages/404.tsx similarity index 100% rename from src/sxastarter/src/pages/404.tsx rename to headapps/nextjs-starter/app/src/pages/404.tsx diff --git a/src/sxastarter/src/pages/500.tsx b/headapps/nextjs-starter/app/src/pages/500.tsx similarity index 100% rename from src/sxastarter/src/pages/500.tsx rename to headapps/nextjs-starter/app/src/pages/500.tsx diff --git a/src/sxastarter/src/pages/[[...path]].tsx b/headapps/nextjs-starter/app/src/pages/[[...path]].tsx similarity index 100% rename from src/sxastarter/src/pages/[[...path]].tsx rename to headapps/nextjs-starter/app/src/pages/[[...path]].tsx diff --git a/src/sxastarter/src/pages/_app.tsx b/headapps/nextjs-starter/app/src/pages/_app.tsx similarity index 100% rename from src/sxastarter/src/pages/_app.tsx rename to headapps/nextjs-starter/app/src/pages/_app.tsx diff --git a/src/sxastarter/src/pages/_error.tsx b/headapps/nextjs-starter/app/src/pages/_error.tsx similarity index 100% rename from src/sxastarter/src/pages/_error.tsx rename to headapps/nextjs-starter/app/src/pages/_error.tsx diff --git a/src/sxastarter/src/pages/api/editing/config.ts b/headapps/nextjs-starter/app/src/pages/api/editing/config.ts similarity index 100% rename from src/sxastarter/src/pages/api/editing/config.ts rename to headapps/nextjs-starter/app/src/pages/api/editing/config.ts diff --git a/src/sxastarter/src/pages/api/editing/data/[key].ts b/headapps/nextjs-starter/app/src/pages/api/editing/data/[key].ts similarity index 100% rename from src/sxastarter/src/pages/api/editing/data/[key].ts rename to headapps/nextjs-starter/app/src/pages/api/editing/data/[key].ts diff --git a/src/sxastarter/src/pages/api/editing/feaas/render.ts b/headapps/nextjs-starter/app/src/pages/api/editing/feaas/render.ts similarity index 100% rename from src/sxastarter/src/pages/api/editing/feaas/render.ts rename to headapps/nextjs-starter/app/src/pages/api/editing/feaas/render.ts diff --git a/src/sxastarter/src/pages/api/editing/render.ts b/headapps/nextjs-starter/app/src/pages/api/editing/render.ts similarity index 100% rename from src/sxastarter/src/pages/api/editing/render.ts rename to headapps/nextjs-starter/app/src/pages/api/editing/render.ts diff --git a/src/sxastarter/src/pages/api/healthz.ts b/headapps/nextjs-starter/app/src/pages/api/healthz.ts similarity index 100% rename from src/sxastarter/src/pages/api/healthz.ts rename to headapps/nextjs-starter/app/src/pages/api/healthz.ts diff --git a/src/sxastarter/src/pages/api/robots.ts b/headapps/nextjs-starter/app/src/pages/api/robots.ts similarity index 100% rename from src/sxastarter/src/pages/api/robots.ts rename to headapps/nextjs-starter/app/src/pages/api/robots.ts diff --git a/src/sxastarter/src/pages/api/sitemap.ts b/headapps/nextjs-starter/app/src/pages/api/sitemap.ts similarity index 100% rename from src/sxastarter/src/pages/api/sitemap.ts rename to headapps/nextjs-starter/app/src/pages/api/sitemap.ts diff --git a/src/sxastarter/src/pages/feaas/render.tsx b/headapps/nextjs-starter/app/src/pages/feaas/render.tsx similarity index 100% rename from src/sxastarter/src/pages/feaas/render.tsx rename to headapps/nextjs-starter/app/src/pages/feaas/render.tsx diff --git a/src/sxastarter/src/temp/.gitignore b/headapps/nextjs-starter/app/src/temp/.gitignore similarity index 94% rename from src/sxastarter/src/temp/.gitignore rename to headapps/nextjs-starter/app/src/temp/.gitignore index fba7cf599..7d1c6da2d 100644 --- a/src/sxastarter/src/temp/.gitignore +++ b/headapps/nextjs-starter/app/src/temp/.gitignore @@ -1,3 +1,3 @@ -* -!.gitignore -!GraphQLIntrospectionResult.json +* +!.gitignore +!GraphQLIntrospectionResult.json diff --git a/src/sxastarter/src/temp/GraphQLIntrospectionResult.json b/headapps/nextjs-starter/app/src/temp/GraphQLIntrospectionResult.json similarity index 96% rename from src/sxastarter/src/temp/GraphQLIntrospectionResult.json rename to headapps/nextjs-starter/app/src/temp/GraphQLIntrospectionResult.json index a26c582b3..e2b1a37e3 100644 --- a/src/sxastarter/src/temp/GraphQLIntrospectionResult.json +++ b/headapps/nextjs-starter/app/src/temp/GraphQLIntrospectionResult.json @@ -1,22216 +1,22216 @@ -{ - "__schema": { - "queryType": { - "name": "Query" - }, - "mutationType": null, - "subscriptionType": null, - "types": [ - { - "kind": "SCALAR", - "name": "String", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Boolean", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Float", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Int", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "ID", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Date", - "description": "The `Date` scalar type represents a year, month and day in accordance with the [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "DateTime", - "description": "The `DateTime` scalar type represents a date and time. `DateTime` expects timestamps to be formatted in accordance with the [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "DateTimeOffset", - "description": "The `DateTimeOffset` scalar type represents a date, time and offset from UTC. `DateTimeOffset` expects timestamps to be formatted in accordance with the [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Seconds", - "description": "The `Seconds` scalar type represents a period of time represented as the total number of seconds.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Milliseconds", - "description": "The `Milliseconds` scalar type represents a period of time represented as the total number of milliseconds.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Decimal", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Schema", - "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", - "fields": [ - { - "name": "directives", - "description": "A list of all directives supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Directive", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mutationType", - "description": "If this server supports mutation, the type that mutation operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "queryType", - "description": "The type that query operations will be rooted at.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "subscriptionType", - "description": "If this server supports subscription, the type that subscription operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "types", - "description": "A list of all types supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Type", - "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\r\n\r\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enumValues", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__EnumValue", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Field", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "inputFields", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "interfaces", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "kind", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__TypeKind", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ofType", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "possibleTypes", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__TypeKind", - "description": "An enum describing what kind of type a given __Type is.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "SCALAR", - "description": "Indicates this type is a scalar.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OBJECT", - "description": "Indicates this type is an object. `fields` and `possibleTypes` are valid fields.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERFACE", - "description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNION", - "description": "Indicates this type is a union. `possibleTypes` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM", - "description": "Indicates this type is an num. `enumValues` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_OBJECT", - "description": "Indicates this type is an input object. `inputFields` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "LIST", - "description": "Indicates this type is a list. `ofType` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NON_NULL", - "description": "Indicates this type is a non-null. `ofType` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Field", - "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", - "fields": [ - { - "name": "args", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__InputValue", - "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", - "fields": [ - { - "name": "defaultValue", - "description": "A GraphQL-formatted string representing the default value for this input value.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__EnumValue", - "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", - "fields": [ - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Directive", - "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\r\n\r\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", - "fields": [ - { - "name": "args", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locations", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__DirectiveLocation", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "onField", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": true, - "deprecationReason": "Use 'locations'." - }, - { - "name": "onFragment", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": true, - "deprecationReason": "Use 'locations'." - }, - { - "name": "onOperation", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": true, - "deprecationReason": "Use 'locations'." - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__DirectiveLocation", - "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "QUERY", - "description": "Location adjacent to a query operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MUTATION", - "description": "Location adjacent to a mutation operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SUBSCRIPTION", - "description": "Location adjacent to a subscription operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIELD", - "description": "Location adjacent to a field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FRAGMENT_DEFINITION", - "description": "Location adjacent to a fragment definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FRAGMENT_SPREAD", - "description": "Location adjacent to a fragment spread.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INLINE_FRAGMENT", - "description": "Location adjacent to an inline fragment.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SCHEMA", - "description": "Location adjacent to a schema definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SCALAR", - "description": "Location adjacent to a scalar definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OBJECT", - "description": "Location adjacent to an object type definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIELD_DEFINITION", - "description": "Location adjacent to a field definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ARGUMENT_DEFINITION", - "description": "Location adjacent to an argument definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERFACE", - "description": "Location adjacent to an interface definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNION", - "description": "Location adjacent to a union definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM", - "description": "Location adjacent to an enum definition", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM_VALUE", - "description": "Location adjacent to an enum value definition", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_OBJECT", - "description": "Location adjacent to an input object type definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_FIELD_DEFINITION", - "description": "Location adjacent to an input object field definition.", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ItemTemplateField", - "description": null, - "fields": [ - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "section", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sectionSortOrder", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "shared", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sortOrder", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "source", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "unversioned", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "JSON", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "ItemField", - "description": null, - "fields": [ - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "NumberField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "LinkField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "IntegerField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ImageField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "DateField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "NameValueListField", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "PageInfo", - "description": null, - "fields": [ - { - "name": "endCursor", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasNext", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ItemTemplate", - "description": null, - "fields": [ - { - "name": "baseTemplates", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ownFields", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ItemUrl", - "description": null, - "fields": [ - { - "name": "hostName", - "description": "The host name of the item’s site, as resolved during export", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": "The URL path of the item (without URL or scheme)", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "scheme", - "description": "The scheme (http or https) of the item’s site, as resolved during export", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "siteName", - "description": "The name of the resolved site of the item", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": "The full URL of the item, as resolved during export", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ItemLanguage", - "description": null, - "fields": [ - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "englishName", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nativeName", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "description": null, - "fields": [ - { - "name": "ancestors", - "description": "Child items in the content hierarchy", - "args": [ - { - "name": "hasLayout", - "description": "If set only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": "Child items in the content hierarchy", - "args": [ - { - "name": "hasLayout", - "description": "If set only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": "Display name of the item", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": "Single field by name or ID", - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": "All item fields. Fields can be treated as their type to get detailed info.", - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": "Uniquely identifies id, lang, version", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": "Returns other language versions of this item", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": "Parent in the content hierarchy.", - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": "Presentation of the item", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": "Defines item fields", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": "Gets a URL link to the item", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "UnknownItem", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideComponentParamsRenderingParameters", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "C__StandardTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "C__Route", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "RenderEngineType", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideTracking", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideSitecoreContext", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideSection", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideRouteFields", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideMultilingual", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutTabsTab", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutTabs", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutReuse", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideItemLinkItemTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageRichText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageNumber", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageLink", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageItemLink", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageImage", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageFile", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageDate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageCustom", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageContentList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageCheckbox", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "C__StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideContentListItemTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideComponentParams", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "GraphQLIntegratedDemo", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "GraphQLConnectedDemo", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ExampleCustomRouteType", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ContentBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "C__AppRoute", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "JsonRendering", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "JavaScriptRendering", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "JSSLayout", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "App", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "ItemSearchResults", - "description": null, - "fields": [ - { - "name": "pageInfo", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "results", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "total", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RichTextField", - "description": null, - "fields": [ - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "NumberField", - "description": null, - "fields": [ - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "numberValue", - "description": "The field's value as a floating-point number", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "MultilistField", - "description": null, - "fields": [ - { - "name": "count", - "description": "The number of items that this field references", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "targetIds", - "description": "The IDs of the referenced items", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "targetItems", - "description": "The item(s) that this field references", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "LookupField", - "description": null, - "fields": [ - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "targetId", - "description": "The item ID that this field references", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "targetItem", - "description": "The item that this field references", - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "LinkField", - "description": null, - "fields": [ - { - "name": "anchor", - "description": "The anchor name this link points to (e.g. #foo)", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "className", - "description": "The CSS class on this link", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "linkType", - "description": "The type of link this is (e.g. 'external')", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "queryString", - "description": "The query string on this link", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "target", - "description": "The HTML target attribute of the link (e.g. __blank)", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "targetItem", - "description": "The internal item that this link targets (null for external or other link types)", - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": "The body text of the link", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": "The URL/href of this link", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "TextField", - "description": null, - "fields": [ - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "IntegerField", - "description": null, - "fields": [ - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "intValue", - "description": "The field's value as an integer", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ImageField", - "description": null, - "fields": [ - { - "name": "alt", - "description": "The alternate text for the image", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "The description of the media item", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "extension", - "description": "The extension of the media item (e.g. 'jpg', 'gif')", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "height", - "description": "Height of the image at full size", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "keywords", - "description": "The keywords of the media item", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mimeType", - "description": "The MIME type of the media item (e.g. 'image/jpeg')", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "size", - "description": "The size, in bytes, of the media item", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "src", - "description": "The URL to the media item", - "args": [ - { - "name": "maxWidth", - "description": "The max width of the resulting image in px (server rescaled if needed) - Note: Size requested must be on whitelist", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "maxHeight", - "description": "The max height of the resulting image in px (server rescaled if needed) - Note: Size requested must be on whitelist", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": "The title of the media item", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "width", - "description": "Width of the image at full size", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Long", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DateField", - "description": null, - "fields": [ - { - "name": "dateValue", - "description": "The field's value as a UTC epoch date suitable for constructing a Javascript Date", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "formattedDateValue", - "description": "The field's value as a preformatted date.", - "args": [ - { - "name": "format", - "description": "A .NET-style date formatting string to format the date with", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"g\"" - }, - { - "name": "offset", - "description": "The offset from UTC to format the time with, in minutes. Can be used with JS' getTimezoneOffset() to format local times using the browser's configured timezone", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "0" - } - ], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CheckboxField", - "description": null, - "fields": [ - { - "name": "boolValue", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "LayoutData", - "description": null, - "fields": [ - { - "name": "item", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "UnknownItem", - "description": "Represents a Sitecore item whose template is not included in the schema. If you receive results of this type, consider expanding your included templates.", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideComponentParamsRenderingParameters", - "description": "/sitecore/templates/Project//Styleguide-ComponentParams Rendering Parameters template (ID: {57F1C4D3-6494-5339-A7DD-C67586B5CE4F}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "columns", - "description": "columns (ID: {80BA921F-CE56-555E-B9B7-1C6F6067D102}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cssClass", - "description": "cssClass (ID: {E8A18F3F-6537-5B29-801E-6A6A83C46FE2}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "useCallToAction", - "description": "useCallToAction (ID: {FD936C81-D2CD-5049-85AE-E91DEBB5B34B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "C__StandardTemplate", - "description": "/sitecore/templates/System/Templates/Standard template template (ID: {1930BBEB-7805-471A-A3BE-4858AC7CF696}). NOTE: This is a concrete type. Favor using interfaces instead of this type (e.g. StandardTemplate) for reliable querying.", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "C__Route", - "description": "/sitecore/templates/Foundation/JavaScript Services/Route template (ID: {B36BA9FD-0DC0-49C8-BEA2-E55D70E6AF28}). NOTE: This is a concrete type. Favor using interfaces instead of this type (e.g. Route) for reliable querying.", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RenderEngineType", - "description": "/sitecore/templates/Foundation/JavaScript Services/Render Engine Type template (ID: {7FEC3963-0AC6-4743-B02C-35E6971300ED}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "engineTypeName", - "description": "Engine Type Name (ID: {90C6AAF1-9962-4DC9-A730-5E5952B3AE51}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideTracking", - "description": "/sitecore/templates/Project//-Styleguide-Tracking template (ID: {06A0F451-50F5-57BC-BC7C-02CED260FF55}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideSitecoreContext", - "description": "/sitecore/templates/Project//-Styleguide-SitecoreContext template (ID: {9896119B-75EF-5E12-A7F2-A67DBA5B59B1}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideSection", - "description": "/sitecore/templates/Project//-Styleguide-Section template (ID: {8A6F9728-6099-5F93-B782-078C0BF4D968}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {D271C160-3D12-54E2-8814-E5293C0031CC}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideRouteFields", - "description": "/sitecore/templates/Project//-Styleguide-RouteFields template (ID: {DDEDAFB7-128D-5E06-8196-FAA170B3D03C}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideMultilingual", - "description": "/sitecore/templates/Project//-Styleguide-Multilingual template (ID: {CFBD0888-3BC0-575A-8EBE-7D9CEDD341C0}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample", - "description": "This field has a translated value (ID: {A5FDEDAA-C5E4-5631-9C66-D60B1B33787F}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutTabsTab", - "description": "/sitecore/templates/Project//-Styleguide-Layout-Tabs-Tab template (ID: {2DF24150-746E-538F-9B5A-8525A4CCFDEC}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "content", - "description": "content (ID: {4A21F7E0-AF00-5E5C-9F71-2C11DA277A9B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": "title (ID: {574F41F8-9EEA-54B3-BE90-5F42DE09CD88}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutTabs", - "description": "/sitecore/templates/Project//-Styleguide-Layout-Tabs template (ID: {5EC1815B-EA00-5E25-AFE0-DD92D2302EC2}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutReuse", - "description": "/sitecore/templates/Project//-Styleguide-Layout-Reuse template (ID: {251DE221-673B-5F04-B617-D8D1A020DFDD}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideItemLinkItemTemplate", - "description": "/sitecore/templates/Project//-Styleguide-ItemLink-Item-Template template (ID: {ED79C212-F8D4-5762-B160-769427A8570B}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "textField", - "description": "textField (ID: {A717C599-7639-5463-92CD-4CB470CA24FB}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageText", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Text template (ID: {004A5769-7C65-5E5A-8375-4311BC50481F}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample", - "description": "sample (ID: {5348E323-E7EC-5252-ACDA-0B9C79ED8704}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample2", - "description": "Customize Name Shown in Sitecore (ID: {4158F4D5-4967-5090-A3F1-3F89A9862EAE}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageRichText", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-RichText template (ID: {E1AD788D-5496-573C-AC80-D7692143816C}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample", - "description": "sample (ID: {0B3878C5-8CC1-5A7D-B7D0-867247E5B67E}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample2", - "description": "Customize Name Shown in Sitecore (ID: {616133EB-A9A6-594A-B819-E3BF325BA394}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageNumber", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Number template (ID: {B0681769-342B-505E-8392-9C0A3BBDC0B0}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample", - "description": "sample (ID: {92E59006-679F-56BF-8BF4-14D427801001}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "NumberField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageLink", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Link template (ID: {8CFE0D37-E726-59CD-821C-6839BF2CE36D}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emailLink", - "description": "emailLink (ID: {49EA1788-FD15-51AA-9D6B-DE5EB5D584CB}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LinkField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "externalLink", - "description": "externalLink (ID: {F190B7D9-0F2A-5B78-B938-04668F5B3C70}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LinkField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "internalLink", - "description": "internalLink (ID: {98E7F657-C3D6-52F3-BD0B-F3FCAD7C555A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LinkField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "paramsLink", - "description": "paramsLink (ID: {84ABF43C-C93A-5680-9CC6-1285F857D256}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LinkField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageItemLink", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-ItemLink template (ID: {8EF4CB39-9119-5153-A002-161B89E56347}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "localItemLink", - "description": "localItemLink (ID: {3A4C684F-231D-56ED-B96F-B05B20EED106}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sharedItemLink", - "description": "sharedItemLink (ID: {1671D658-050F-51C8-9B2F-7C88239E9762}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageImage", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Image template (ID: {5FF73BC4-BB50-5B16-BC22-B6244CFB5A73}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample1", - "description": "sample1 (ID: {6F0C73BD-496A-5948-9BC6-479FEC065F1B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ImageField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample2", - "description": "sample2 (ID: {30D8FEA1-0577-54C1-B171-5D00DBB52546}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ImageField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageFile", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-File template (ID: {1564AFF5-19A9-56ED-9D73-C55F40D574FD}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "file", - "description": "file (ID: {F6B2247E-B5A4-5BB3-A7CE-FD03B963CC3A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageDate", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Date template (ID: {1847C9C2-9B05-5860-8207-B240D7A5B820}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "date", - "description": "date (ID: {90D59C1F-040A-5686-85C8-41BB9B7DC7C5}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "DateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dateTime", - "description": "dateTime (ID: {9BBB647F-2BD5-5CA8-B6FC-3A5CD215D69E}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "DateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageCustom", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Custom template (ID: {EEA463CD-9696-5BDA-83E2-043A32DEA7D4}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "customIntField", - "description": "customIntField (ID: {992A3CC7-8F71-584B-8ADD-2056CDC3468B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "IntegerField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageContentList", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-ContentList template (ID: {CB2CFFE6-5481-541C-8F0C-25F248FDEB22}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "localContentList", - "description": "localContentList (ID: {78C6F9A5-3F45-5C78-8E0D-FB47E25C30B1}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sharedContentList", - "description": "sharedContentList (ID: {F7CE0AE0-AD5A-5548-824B-9F4DF15DFD60}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageCheckbox", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Checkbox template (ID: {41A681D2-0725-5987-ADD5-6D51CAC9F548}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "checkbox", - "description": "checkbox (ID: {CF8FED8A-51A2-58AF-A8F1-8C5D06968C5F}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "checkbox2", - "description": "checkbox2 (ID: {BF69BF19-B2F1-574D-B67E-2251978D726A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "C__StyleguideExplanatoryComponent", - "description": "/sitecore/templates/Project//-Styleguide-Explanatory-Component template (ID: {02DBD562-2D01-5472-A7B0-54A6508AC665}). NOTE: This is a concrete type. Favor using interfaces instead of this type (e.g. StyleguideExplanatoryComponent) for reliable querying.", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideContentListItemTemplate", - "description": "/sitecore/templates/Project//-Styleguide-ContentList-Item-Template template (ID: {783417BF-451E-5AB1-AD45-EF26DCBAEC53}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "textField", - "description": "textField (ID: {5EE30CE5-99D4-55D3-A9DB-B2A22CF1B29A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideComponentParams", - "description": "/sitecore/templates/Project//-Styleguide-ComponentParams template (ID: {A724031B-12A6-5E05-A249-B2F0F017F5EF}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "GraphQLIntegratedDemo", - "description": "/sitecore/templates/Project//-GraphQL-IntegratedDemo template (ID: {C23F5BA8-08EA-57CC-BC17-39ECF5B512E5}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample1", - "description": "sample1 (ID: {F8F10505-6DEA-599C-B59B-0E3AC3411853}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample2", - "description": "sample2 (ID: {150FEE73-741F-51C3-8C5F-4B5F9E70626A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LinkField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "GraphQLConnectedDemo", - "description": "/sitecore/templates/Project//-GraphQL-ConnectedDemo template (ID: {2C3D6270-6FBC-519C-8404-E92CDAD92FF5}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample1", - "description": "sample1 (ID: {F974EA20-88F4-5AA9-B102-70D033DFDA94}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample2", - "description": "sample2 (ID: {BB936728-192A-5723-8FDF-99981DAF4F62}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LinkField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ExampleCustomRouteType", - "description": "/sitecore/templates/Project//-ExampleCustomRouteType template (ID: {F15CE080-38CE-5A69-BF36-6F5A50D84DBD}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "author", - "description": "author (ID: {4A3B2B16-CF1C-5084-A133-4DEC9031003B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "content", - "description": "content (ID: {E52B47D4-B129-52E9-9B61-835920D5229C}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "headline", - "description": "headline (ID: {617B4083-A4DC-5E1F-80B7-71C11C550051}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageTitle", - "description": "Page Title (ID: {F8171ECB-37C5-54EE-BFED-F689C878B6E2}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "AppRoute", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ContentBlock", - "description": "/sitecore/templates/Project//-ContentBlock template (ID: {1AEE8B0E-8DB8-58A3-805F-0092B5582459}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "content", - "description": "content (ID: {0C9E51EE-23C1-51C5-8B44-D2398BDC4F36}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {D59ADFAA-B381-5B1D-9CAD-260CCF8CEB9C}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "C__AppRoute", - "description": "/sitecore/templates/Project//-App Route template (ID: {787584C0-A057-5876-9836-F8B3708F0CAF}). NOTE: This is a concrete type. Favor using interfaces instead of this type (e.g. AppRoute) for reliable querying.", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageTitle", - "description": "Page Title (ID: {F8171ECB-37C5-54EE-BFED-F689C878B6E2}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "AppRoute", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "JsonRendering", - "description": "/sitecore/templates/Foundation/JavaScript Services/Json Rendering template (ID: {04646A89-996F-4EE7-878A-FFDBF1F0EF0D}).", - "fields": [ - { - "name": "addFieldEditorButton", - "description": "AddFieldEditorButton (ID: {C39A90CE-0035-41BB-90F6-3C8A6EA87797}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cacheable", - "description": "Cacheable (ID: {3D08DB46-2267-41B0-BC52-BE69FD618633}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cacheClearingBehavior", - "description": "CacheClearingBehavior (ID: {A6D4FC1D-0803-4E0A-9145-B8C6121D6F26}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "clearOnIndexUpdate", - "description": "ClearOnIndexUpdate (ID: {F3E7E552-D7C8-469B-A150-69E4E14AB35C}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "compatibleRenderings", - "description": "Compatible Renderings (ID: {E441ABE7-2CA3-4640-AE26-3789967925D7}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "componentName", - "description": "componentName (ID: {037FE404-DD19-4BF7-8E30-4DADF68B27B0}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "componentQuery", - "description": "ComponentQuery (ID: {17BB046A-A32A-41B3-8315-81217947611B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "customizePage", - "description": "Customize Page (ID: {705A4365-065A-4104-B755-7363F455EBC6}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataSource", - "description": "Data source (ID: {003A72CD-4CD6-4392-9862-41D4159929CD}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasourceLocation", - "description": "Datasource Location (ID: {B5B27AF1-25EF-405C-87CE-369B3A004016}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasourceTemplate", - "description": "Datasource Template (ID: {1A7C85E5-DC0B-490D-9187-BB1DBCB4C72F}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "Description (ID: {56E4618A-F3F2-4CB5-B69A-8A45DE578902}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "editable", - "description": "Editable (ID: {308E88F5-CD6E-4F8F-BAFE-95A47DEDEFDC}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enableDatasourceQuery", - "description": "Enable Datasource Query (ID: {F172B787-7B88-4BD5-AE4D-6308E102EF11}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fieldEditorFields", - "description": "FieldEditorFields (ID: {C7B72114-3F04-45A0-BA43-3856A9C9FEB3}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "openPropertiesAfterAdd", - "description": "Open Properties after Add (ID: {7D8AE35F-9ED1-43B5-96A2-0A5F040D4E4E}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageEditorButtons", - "description": "Page Editor Buttons (ID: {A2F5D9DF-8CBA-4A1D-99EB-51ACB94CB057}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parameters", - "description": "Parameters (ID: {D01DF626-2284-4BC6-A6CA-C0A3E6D2E844}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parametersTemplate", - "description": "Parameters Template (ID: {A77E8568-1AB3-44F1-A664-B7C37EC7810D}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "placeholder", - "description": "Placeholder (ID: {592A1CE7-ABE0-4986-9783-0A34F3961DC0}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "placeholders", - "description": "Placeholders (ID: {069A8361-B1CD-437C-8C32-A3BE78941446}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderAsHTML", - "description": "Render as HTML (ID: {BBB8A1E0-F966-4710-B4F4-42F267598127}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderingContentsResolver", - "description": "Rendering Contents Resolver (ID: {B0B15510-B138-470E-8F33-8DA2E228AAFE}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByData", - "description": "VaryByData (ID: {8B6D532B-6128-4486-A044-CA06D90948BA}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByDevice", - "description": "VaryByDevice (ID: {C98CF969-BA71-42DA-833D-B3FC1368BA27}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByLogin", - "description": "VaryByLogin (ID: {8D9232B0-613F-440B-A2FA-DCDD80FBD33E}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByParm", - "description": "VaryByParm (ID: {3AD2506A-DC39-4B1E-959F-9D524ADDBF50}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByQueryString", - "description": "VaryByQueryString (ID: {1084D3D2-0457-456A-ABBC-EB4CC0966072}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByUser", - "description": "VaryByUser (ID: {0E54A8DC-72AD-4372-A7C7-BB4773FAD44D}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "RenderingOptions", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Caching", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "JavaScriptRendering", - "description": "/sitecore/templates/Foundation/JavaScript Services/JavaScript Rendering template (ID: {B1C80C94-792D-44DA-861E-557C6E1915F2}).", - "fields": [ - { - "name": "addFieldEditorButton", - "description": "AddFieldEditorButton (ID: {19D095B4-7621-4222-A89B-505289650792}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cacheable", - "description": "Cacheable (ID: {3D08DB46-2267-41B0-BC52-BE69FD618633}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cacheClearingBehavior", - "description": "CacheClearingBehavior (ID: {A6D4FC1D-0803-4E0A-9145-B8C6121D6F26}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "clearOnIndexUpdate", - "description": "ClearOnIndexUpdate (ID: {F3E7E552-D7C8-469B-A150-69E4E14AB35C}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "clientScriptPath", - "description": "Client Script Path (ID: {125BB7B7-5D7D-42F3-A314-480799A9643E}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "compatibleRenderings", - "description": "Compatible Renderings (ID: {E441ABE7-2CA3-4640-AE26-3789967925D7}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "componentName", - "description": "Component Name (ID: {E6779F24-A474-4F29-A60F-83182CD1993A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "componentQuery", - "description": "ComponentQuery (ID: {4528B82B-E79E-4BD9-820D-1BAD26260342}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "customizePage", - "description": "Customize Page (ID: {DAF096B4-BBE3-4FB1-9B2E-774A37FCCEC6}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataSource", - "description": "Data source (ID: {35F7859C-1E7F-4E86-87BD-65BFCF8679D8}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasourceLocation", - "description": "Datasource Location (ID: {B5B27AF1-25EF-405C-87CE-369B3A004016}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasourceTemplate", - "description": "Datasource Template (ID: {1A7C85E5-DC0B-490D-9187-BB1DBCB4C72F}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "Description (ID: {1127DFEE-0183-4A10-964A-00CCEA2121AC}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "editable", - "description": "Editable (ID: {308E88F5-CD6E-4F8F-BAFE-95A47DEDEFDC}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enableDatasourceQuery", - "description": "Enable Datasource Query (ID: {F172B787-7B88-4BD5-AE4D-6308E102EF11}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "exportedFunctionName", - "description": "Exported Function Name (ID: {E61F6FEA-BA01-44CF-A50B-369D7B18ADDA}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fieldEditorFields", - "description": "FieldEditorFields (ID: {9F069AF7-A5A1-4143-A641-14735D50B1E8}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "openPropertiesAfterAdd", - "description": "Open Properties after Add (ID: {C60E2D02-5F62-4DCF-A281-29005272C101}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageEditorButtons", - "description": "Page Editor Buttons (ID: {A2F5D9DF-8CBA-4A1D-99EB-51ACB94CB057}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parameters", - "description": "Parameters (ID: {BEE1D4B3-CDFC-4A2D-AA19-6775C59CAE7B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parametersTemplate", - "description": "Parameters Template (ID: {5391FAAC-6C16-42B3-A411-49109A8502A3}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "placeholder", - "description": "Placeholder (ID: {DA298A61-8CEB-4FA5-9A56-90F531B1C105}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "placeholders", - "description": "Placeholders (ID: {069A8361-B1CD-437C-8C32-A3BE78941446}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderAsHTML", - "description": "Render as HTML (ID: {BBB8A1E0-F966-4710-B4F4-42F267598127}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderEngineInstanceConfigurationId", - "description": "Render Engine Instance Configuration Id (ID: {1E0EBAA2-DEC4-4756-A510-2A20A4951E2D}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderEngineType", - "description": "Render Engine Type (ID: {135C8B8A-9F55-4B2D-9EA1-333320BADE0C}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderingContentsResolver", - "description": "Rendering Contents Resolver (ID: {B0B15510-B138-470E-8F33-8DA2E228AAFE}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "serverScriptPath", - "description": "Server Script Path (ID: {7EDACBF4-CD65-44D6-B524-3A5ED411AE05}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByData", - "description": "VaryByData (ID: {8B6D532B-6128-4486-A044-CA06D90948BA}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByDevice", - "description": "VaryByDevice (ID: {C98CF969-BA71-42DA-833D-B3FC1368BA27}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByLogin", - "description": "VaryByLogin (ID: {8D9232B0-613F-440B-A2FA-DCDD80FBD33E}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByParm", - "description": "VaryByParm (ID: {3AD2506A-DC39-4B1E-959F-9D524ADDBF50}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByQueryString", - "description": "VaryByQueryString (ID: {1084D3D2-0457-456A-ABBC-EB4CC0966072}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByUser", - "description": "VaryByUser (ID: {0E54A8DC-72AD-4372-A7C7-BB4773FAD44D}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "RenderingOptions", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Caching", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "JSSLayout", - "description": "/sitecore/templates/Foundation/JavaScript Services/JSS Layout template (ID: {35C61E90-47DD-43DD-83A8-D1C4D5119720}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "area", - "description": "Area (ID: {70DC08D9-CDA2-4F04-AA35-C11FD7138066}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "model", - "description": "Model (ID: {E9CC5A73-3C8A-4D7D-92AC-3B88C18A996A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path_a036b2bcba0444f6a75fbae6cd242abf", - "description": "Path (ID: {A036B2BC-BA04-44F6-A75F-BAE6CD242ABF}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "placeholders", - "description": "Placeholders (ID: {80334869-86DC-4472-AA89-44CF1B2F6C9B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Layout", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "App", - "description": "/sitecore/templates/Foundation/JavaScript Services/App template (ID: {061CBA15-5474-4B91-8A06-17903B102B82}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "RenderingOptions", - "description": "/sitecore/templates/System/Layout/Sections/Rendering Options template (ID: {D1592226-3898-4CE2-B190-090FD5F84A4C}).", - "fields": [ - { - "name": "compatibleRenderings", - "description": "Compatible Renderings (ID: {E441ABE7-2CA3-4640-AE26-3789967925D7}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasourceLocation", - "description": "Datasource Location (ID: {B5B27AF1-25EF-405C-87CE-369B3A004016}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasourceTemplate", - "description": "Datasource Template (ID: {1A7C85E5-DC0B-490D-9187-BB1DBCB4C72F}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "editable", - "description": "Editable (ID: {308E88F5-CD6E-4F8F-BAFE-95A47DEDEFDC}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enableDatasourceQuery", - "description": "Enable Datasource Query (ID: {F172B787-7B88-4BD5-AE4D-6308E102EF11}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageEditorButtons", - "description": "Page Editor Buttons (ID: {A2F5D9DF-8CBA-4A1D-99EB-51ACB94CB057}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "placeholders", - "description": "Placeholders (ID: {069A8361-B1CD-437C-8C32-A3BE78941446}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderAsHTML", - "description": "Render as HTML (ID: {BBB8A1E0-F966-4710-B4F4-42F267598127}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderingContentsResolver", - "description": "Rendering Contents Resolver (ID: {B0B15510-B138-470E-8F33-8DA2E228AAFE}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "JsonRendering", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "JavaScriptRendering", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "Layout", - "description": "/sitecore/templates/System/Layout/Layout template (ID: {3A45A723-64EE-4919-9D41-02FD40FD1466}).", - "fields": [ - { - "name": "area", - "description": "Area (ID: {70DC08D9-CDA2-4F04-AA35-C11FD7138066}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "model", - "description": "Model (ID: {E9CC5A73-3C8A-4D7D-92AC-3B88C18A996A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path_a036b2bcba0444f6a75fbae6cd242abf", - "description": "Path (ID: {A036B2BC-BA04-44F6-A75F-BAE6CD242ABF}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "placeholders", - "description": "Placeholders (ID: {80334869-86DC-4472-AA89-44CF1B2F6C9B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "JSSLayout", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "description": "/sitecore/templates/Project//-Styleguide-Explanatory-Component template (ID: {02DBD562-2D01-5472-A7B0-54A6508AC665}).", - "fields": [ - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "StyleguideTracking", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideSitecoreContext", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideRouteFields", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideMultilingual", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutTabs", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutReuse", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageRichText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageNumber", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageLink", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageItemLink", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageImage", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageFile", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageDate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageCustom", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageContentList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageCheckbox", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "C__StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideComponentParams", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "AppRoute", - "description": "/sitecore/templates/Project//-App Route template (ID: {787584C0-A057-5876-9836-F8B3708F0CAF}). Also implements Route.", - "fields": [ - { - "name": "pageTitle", - "description": "Page Title (ID: {F8171ECB-37C5-54EE-BFED-F689C878B6E2}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "ExampleCustomRouteType", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "C__AppRoute", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "Caching", - "description": "/sitecore/templates/System/Layout/Sections/Caching template (ID: {E8D2DD19-1347-4562-AE3F-310DC0B21A6C}).", - "fields": [ - { - "name": "cacheable", - "description": "Cacheable (ID: {3D08DB46-2267-41B0-BC52-BE69FD618633}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cacheClearingBehavior", - "description": "CacheClearingBehavior (ID: {A6D4FC1D-0803-4E0A-9145-B8C6121D6F26}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "clearOnIndexUpdate", - "description": "ClearOnIndexUpdate (ID: {F3E7E552-D7C8-469B-A150-69E4E14AB35C}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByData", - "description": "VaryByData (ID: {8B6D532B-6128-4486-A044-CA06D90948BA}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByDevice", - "description": "VaryByDevice (ID: {C98CF969-BA71-42DA-833D-B3FC1368BA27}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByLogin", - "description": "VaryByLogin (ID: {8D9232B0-613F-440B-A2FA-DCDD80FBD33E}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByParm", - "description": "VaryByParm (ID: {3AD2506A-DC39-4B1E-959F-9D524ADDBF50}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByQueryString", - "description": "VaryByQueryString (ID: {1084D3D2-0457-456A-ABBC-EB4CC0966072}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByUser", - "description": "VaryByUser (ID: {0E54A8DC-72AD-4372-A7C7-BB4773FAD44D}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "JsonRendering", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "JavaScriptRendering", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "NameValueListValue", - "description": null, - "fields": [ - { - "name": "name", - "description": "The name of the name-value pair", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": "The value of the name-value pair", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "NameValueListField", - "description": null, - "fields": [ - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "values", - "description": "The key-value pairs in this field", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "NameValueListValue", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Query", - "description": null, - "fields": [ - { - "name": "item", - "description": "Allows querying items from the content tree", - "args": [ - { - "name": "path", - "description": "The item path or ID to get", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "language", - "description": "The item language to request (defaults to the default language)", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "layout", - "description": "Allows querying layout data for the item", - "args": [ - { - "name": "site", - "description": "Site", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - }, - { - "name": "routePath", - "description": "Route path", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - }, - { - "name": "language", - "description": "Language", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "OBJECT", - "name": "LayoutData", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "search", - "description": "Allows to query items through the search", - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ItemSearchPredicateGraphType", - "ofType": null - } - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "orderBy", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ItemSearchOrderBy", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ItemSearchPredicateGraphType", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "name", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "value", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "AND", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ItemSearchPredicateGraphType", - "ofType": null - } - }, - "defaultValue": "null" - }, - { - "name": "OR", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ItemSearchPredicateGraphType", - "ofType": null - } - }, - "defaultValue": "null" - }, - { - "name": "operator", - "description": null, - "type": { - "kind": "ENUM", - "name": "ItemSearchOperator", - "ofType": null - }, - "defaultValue": "null" - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ItemSearchOperator", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "EQ", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CONTAINS", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NEQ", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NCONTAINS", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ItemSearchOrderBy", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - }, - { - "name": "direction", - "description": null, - "type": { - "kind": "ENUM", - "name": "Ordering", - "ofType": null - }, - "defaultValue": "null" - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "Ordering", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - } - ], - "directives": [ - { - "name": "include", - "description": "Directs the executor to include this field or fragment only when the 'if' argument is true.", - "locations": [ - "FIELD", - "FRAGMENT_SPREAD", - "INLINE_FRAGMENT" - ], - "args": [ - { - "name": "if", - "description": "Included when true.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "defaultValue": "null" - } - ] - }, - { - "name": "skip", - "description": "Directs the executor to skip this field or fragment when the 'if' argument is true.", - "locations": [ - "FIELD", - "FRAGMENT_SPREAD", - "INLINE_FRAGMENT" - ], - "args": [ - { - "name": "if", - "description": "Skipped when true.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "defaultValue": "null" - } - ] - }, - { - "name": "deprecated", - "description": "Marks an element of a GraphQL schema as no longer supported.", - "locations": [ - "FIELD_DEFINITION", - "ENUM_VALUE" - ], - "args": [ - { - "name": "reason", - "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"No longer supported\"" - } - ] - } - ] - } +{ + "__schema": { + "queryType": { + "name": "Query" + }, + "mutationType": null, + "subscriptionType": null, + "types": [ + { + "kind": "SCALAR", + "name": "String", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Boolean", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Float", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Int", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "ID", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Date", + "description": "The `Date` scalar type represents a year, month and day in accordance with the [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "DateTime", + "description": "The `DateTime` scalar type represents a date and time. `DateTime` expects timestamps to be formatted in accordance with the [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "DateTimeOffset", + "description": "The `DateTimeOffset` scalar type represents a date, time and offset from UTC. `DateTimeOffset` expects timestamps to be formatted in accordance with the [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Seconds", + "description": "The `Seconds` scalar type represents a period of time represented as the total number of seconds.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Milliseconds", + "description": "The `Milliseconds` scalar type represents a period of time represented as the total number of milliseconds.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Decimal", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "__Schema", + "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", + "fields": [ + { + "name": "directives", + "description": "A list of all directives supported by this server.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Directive", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "mutationType", + "description": "If this server supports mutation, the type that mutation operations will be rooted at.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "queryType", + "description": "The type that query operations will be rooted at.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "subscriptionType", + "description": "If this server supports subscription, the type that subscription operations will be rooted at.", + "args": [], + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "types", + "description": "A list of all types supported by this server.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "__Type", + "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\r\n\r\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", + "fields": [ + { + "name": "description", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enumValues", + "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__EnumValue", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "includeDeprecated", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Field", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "inputFields", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "interfaces", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "kind", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "__TypeKind", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ofType", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "possibleTypes", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "__TypeKind", + "description": "An enum describing what kind of type a given __Type is.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "SCALAR", + "description": "Indicates this type is a scalar.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OBJECT", + "description": "Indicates this type is an object. `fields` and `possibleTypes` are valid fields.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERFACE", + "description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNION", + "description": "Indicates this type is a union. `possibleTypes` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUM", + "description": "Indicates this type is an num. `enumValues` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INPUT_OBJECT", + "description": "Indicates this type is an input object. `inputFields` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "LIST", + "description": "Indicates this type is a list. `ofType` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NON_NULL", + "description": "Indicates this type is a non-null. `ofType` is a valid field.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "__Field", + "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", + "fields": [ + { + "name": "args", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "deprecationReason", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isDeprecated", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "__InputValue", + "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", + "fields": [ + { + "name": "defaultValue", + "description": "A GraphQL-formatted string representing the default value for this input value.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__Type", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "__EnumValue", + "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", + "fields": [ + { + "name": "deprecationReason", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "isDeprecated", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "__Directive", + "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\r\n\r\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", + "fields": [ + { + "name": "args", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "__InputValue", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "locations", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "__DirectiveLocation", + "ofType": null + } + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "onField", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": true, + "deprecationReason": "Use 'locations'." + }, + { + "name": "onFragment", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": true, + "deprecationReason": "Use 'locations'." + }, + { + "name": "onOperation", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": true, + "deprecationReason": "Use 'locations'." + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "__DirectiveLocation", + "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "QUERY", + "description": "Location adjacent to a query operation.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MUTATION", + "description": "Location adjacent to a mutation operation.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SUBSCRIPTION", + "description": "Location adjacent to a subscription operation.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FIELD", + "description": "Location adjacent to a field.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FRAGMENT_DEFINITION", + "description": "Location adjacent to a fragment definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FRAGMENT_SPREAD", + "description": "Location adjacent to a fragment spread.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INLINE_FRAGMENT", + "description": "Location adjacent to an inline fragment.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SCHEMA", + "description": "Location adjacent to a schema definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "SCALAR", + "description": "Location adjacent to a scalar definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "OBJECT", + "description": "Location adjacent to an object type definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "FIELD_DEFINITION", + "description": "Location adjacent to a field definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ARGUMENT_DEFINITION", + "description": "Location adjacent to an argument definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INTERFACE", + "description": "Location adjacent to an interface definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "UNION", + "description": "Location adjacent to a union definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUM", + "description": "Location adjacent to an enum definition", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ENUM_VALUE", + "description": "Location adjacent to an enum value definition", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INPUT_OBJECT", + "description": "Location adjacent to an input object type definition.", + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "INPUT_FIELD_DEFINITION", + "description": "Location adjacent to an input object field definition.", + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ItemTemplateField", + "description": null, + "fields": [ + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "section", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sectionSortOrder", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "shared", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sortOrder", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "source", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "type", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "unversioned", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "JSON", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INTERFACE", + "name": "ItemField", + "description": null, + "fields": [ + { + "name": "definition", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "ItemTemplateField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The GUID of this field.", + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "jsonValue", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "NumberField", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "LookupField", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "LinkField", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "IntegerField", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "ImageField", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "DateField", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "NameValueListField", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "PageInfo", + "description": null, + "fields": [ + { + "name": "endCursor", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasNext", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ItemTemplate", + "description": null, + "fields": [ + { + "name": "baseTemplates", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplateField", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ownFields", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplateField", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ItemUrl", + "description": null, + "fields": [ + { + "name": "hostName", + "description": "The host name of the item’s site, as resolved during export", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": "The URL path of the item (without URL or scheme)", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "scheme", + "description": "The scheme (http or https) of the item’s site, as resolved during export", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "siteName", + "description": "The name of the resolved site of the item", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": "The full URL of the item, as resolved during export", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ItemLanguage", + "description": null, + "fields": [ + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "englishName", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "nativeName", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "description": null, + "fields": [ + { + "name": "ancestors", + "description": "Child items in the content hierarchy", + "args": [ + { + "name": "hasLayout", + "description": "If set only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": "Child items in the content hierarchy", + "args": [ + { + "name": "hasLayout", + "description": "If set only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": "Display name of the item", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": "Single field by name or ID", + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": "All item fields. Fields can be treated as their type to get detailed info.", + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": "Uniquely identifies id, lang, version", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": "Returns other language versions of this item", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": "Parent in the content hierarchy.", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": "Presentation of the item", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": "Defines item fields", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": "Gets a URL link to the item", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "UnknownItem", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideComponentParamsRenderingParameters", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "C__StandardTemplate", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "C__Route", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "RenderEngineType", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideTracking", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideSitecoreContext", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideSection", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideRouteFields", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideMultilingual", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideLayoutTabsTab", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideLayoutTabs", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideLayoutReuse", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideItemLinkItemTemplate", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageText", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageRichText", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageNumber", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageLink", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageItemLink", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageImage", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageFile", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageDate", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageCustom", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageContentList", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageCheckbox", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "C__StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideContentListItemTemplate", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideComponentParams", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "GraphQLIntegratedDemo", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "GraphQLConnectedDemo", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "ExampleCustomRouteType", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "ContentBlock", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "C__AppRoute", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "JsonRendering", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "JavaScriptRendering", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "JSSLayout", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "App", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "ItemSearchResults", + "description": null, + "fields": [ + { + "name": "pageInfo", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "PageInfo", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "results", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "total", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RichTextField", + "description": null, + "fields": [ + { + "name": "definition", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "ItemTemplateField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The GUID of this field.", + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "jsonValue", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "NumberField", + "description": null, + "fields": [ + { + "name": "definition", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "ItemTemplateField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The GUID of this field.", + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "jsonValue", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "numberValue", + "description": "The field's value as a floating-point number", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "MultilistField", + "description": null, + "fields": [ + { + "name": "count", + "description": "The number of items that this field references", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "definition", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "ItemTemplateField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The GUID of this field.", + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "jsonValue", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "targetIds", + "description": "The IDs of the referenced items", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "targetItems", + "description": "The item(s) that this field references", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "LookupField", + "description": null, + "fields": [ + { + "name": "definition", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "ItemTemplateField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The GUID of this field.", + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "jsonValue", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "targetId", + "description": "The item ID that this field references", + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "targetItem", + "description": "The item that this field references", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "LinkField", + "description": null, + "fields": [ + { + "name": "anchor", + "description": "The anchor name this link points to (e.g. #foo)", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "className", + "description": "The CSS class on this link", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "definition", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "ItemTemplateField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The GUID of this field.", + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "jsonValue", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "linkType", + "description": "The type of link this is (e.g. 'external')", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "queryString", + "description": "The query string on this link", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "target", + "description": "The HTML target attribute of the link (e.g. __blank)", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "targetItem", + "description": "The internal item that this link targets (null for external or other link types)", + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "text", + "description": "The body text of the link", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": "The URL/href of this link", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "TextField", + "description": null, + "fields": [ + { + "name": "definition", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "ItemTemplateField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The GUID of this field.", + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "jsonValue", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "IntegerField", + "description": null, + "fields": [ + { + "name": "definition", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "ItemTemplateField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The GUID of this field.", + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "intValue", + "description": "The field's value as an integer", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "jsonValue", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ImageField", + "description": null, + "fields": [ + { + "name": "alt", + "description": "The alternate text for the image", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "definition", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "ItemTemplateField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "The description of the media item", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "extension", + "description": "The extension of the media item (e.g. 'jpg', 'gif')", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "height", + "description": "Height of the image at full size", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The GUID of this field.", + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "jsonValue", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "keywords", + "description": "The keywords of the media item", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "mimeType", + "description": "The MIME type of the media item (e.g. 'image/jpeg')", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "size", + "description": "The size, in bytes, of the media item", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "src", + "description": "The URL to the media item", + "args": [ + { + "name": "maxWidth", + "description": "The max width of the resulting image in px (server rescaled if needed) - Note: Size requested must be on whitelist", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "maxHeight", + "description": "The max height of the resulting image in px (server rescaled if needed) - Note: Size requested must be on whitelist", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", + "description": "The title of the media item", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "width", + "description": "Width of the image at full size", + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "SCALAR", + "name": "Long", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "DateField", + "description": null, + "fields": [ + { + "name": "dateValue", + "description": "The field's value as a UTC epoch date suitable for constructing a Javascript Date", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Long", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "definition", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "ItemTemplateField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "formattedDateValue", + "description": "The field's value as a preformatted date.", + "args": [ + { + "name": "format", + "description": "A .NET-style date formatting string to format the date with", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"g\"" + }, + { + "name": "offset", + "description": "The offset from UTC to format the time with, in minutes. Can be used with JS' getTimezoneOffset() to format local times using the browser's configured timezone", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "0" + } + ], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The GUID of this field.", + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "jsonValue", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "CheckboxField", + "description": null, + "fields": [ + { + "name": "boolValue", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "definition", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "ItemTemplateField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The GUID of this field.", + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "jsonValue", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "LayoutData", + "description": null, + "fields": [ + { + "name": "item", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "UnknownItem", + "description": "Represents a Sitecore item whose template is not included in the schema. If you receive results of this type, consider expanding your included templates.", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideComponentParamsRenderingParameters", + "description": "/sitecore/templates/Project//Styleguide-ComponentParams Rendering Parameters template (ID: {57F1C4D3-6494-5339-A7DD-C67586B5CE4F}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "columns", + "description": "columns (ID: {80BA921F-CE56-555E-B9B7-1C6F6067D102}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cssClass", + "description": "cssClass (ID: {E8A18F3F-6537-5B29-801E-6A6A83C46FE2}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "useCallToAction", + "description": "useCallToAction (ID: {FD936C81-D2CD-5049-85AE-E91DEBB5B34B}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "C__StandardTemplate", + "description": "/sitecore/templates/System/Templates/Standard template template (ID: {1930BBEB-7805-471A-A3BE-4858AC7CF696}). NOTE: This is a concrete type. Favor using interfaces instead of this type (e.g. StandardTemplate) for reliable querying.", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "C__Route", + "description": "/sitecore/templates/Foundation/JavaScript Services/Route template (ID: {B36BA9FD-0DC0-49C8-BEA2-E55D70E6AF28}). NOTE: This is a concrete type. Favor using interfaces instead of this type (e.g. Route) for reliable querying.", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "RenderEngineType", + "description": "/sitecore/templates/Foundation/JavaScript Services/Render Engine Type template (ID: {7FEC3963-0AC6-4743-B02C-35E6971300ED}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "engineTypeName", + "description": "Engine Type Name (ID: {90C6AAF1-9962-4DC9-A730-5E5952B3AE51}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideTracking", + "description": "/sitecore/templates/Project//-Styleguide-Tracking template (ID: {06A0F451-50F5-57BC-BC7C-02CED260FF55}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideSitecoreContext", + "description": "/sitecore/templates/Project//-Styleguide-SitecoreContext template (ID: {9896119B-75EF-5E12-A7F2-A67DBA5B59B1}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideSection", + "description": "/sitecore/templates/Project//-Styleguide-Section template (ID: {8A6F9728-6099-5F93-B782-078C0BF4D968}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {D271C160-3D12-54E2-8814-E5293C0031CC}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideRouteFields", + "description": "/sitecore/templates/Project//-Styleguide-RouteFields template (ID: {DDEDAFB7-128D-5E06-8196-FAA170B3D03C}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideMultilingual", + "description": "/sitecore/templates/Project//-Styleguide-Multilingual template (ID: {CFBD0888-3BC0-575A-8EBE-7D9CEDD341C0}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sample", + "description": "This field has a translated value (ID: {A5FDEDAA-C5E4-5631-9C66-D60B1B33787F}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideLayoutTabsTab", + "description": "/sitecore/templates/Project//-Styleguide-Layout-Tabs-Tab template (ID: {2DF24150-746E-538F-9B5A-8525A4CCFDEC}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "content", + "description": "content (ID: {4A21F7E0-AF00-5E5C-9F71-2C11DA277A9B}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "title", + "description": "title (ID: {574F41F8-9EEA-54B3-BE90-5F42DE09CD88}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideLayoutTabs", + "description": "/sitecore/templates/Project//-Styleguide-Layout-Tabs template (ID: {5EC1815B-EA00-5E25-AFE0-DD92D2302EC2}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideLayoutReuse", + "description": "/sitecore/templates/Project//-Styleguide-Layout-Reuse template (ID: {251DE221-673B-5F04-B617-D8D1A020DFDD}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideItemLinkItemTemplate", + "description": "/sitecore/templates/Project//-Styleguide-ItemLink-Item-Template template (ID: {ED79C212-F8D4-5762-B160-769427A8570B}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "textField", + "description": "textField (ID: {A717C599-7639-5463-92CD-4CB470CA24FB}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageText", + "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Text template (ID: {004A5769-7C65-5E5A-8375-4311BC50481F}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sample", + "description": "sample (ID: {5348E323-E7EC-5252-ACDA-0B9C79ED8704}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sample2", + "description": "Customize Name Shown in Sitecore (ID: {4158F4D5-4967-5090-A3F1-3F89A9862EAE}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageRichText", + "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-RichText template (ID: {E1AD788D-5496-573C-AC80-D7692143816C}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sample", + "description": "sample (ID: {0B3878C5-8CC1-5A7D-B7D0-867247E5B67E}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sample2", + "description": "Customize Name Shown in Sitecore (ID: {616133EB-A9A6-594A-B819-E3BF325BA394}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageNumber", + "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Number template (ID: {B0681769-342B-505E-8392-9C0A3BBDC0B0}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sample", + "description": "sample (ID: {92E59006-679F-56BF-8BF4-14D427801001}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "NumberField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageLink", + "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Link template (ID: {8CFE0D37-E726-59CD-821C-6839BF2CE36D}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "emailLink", + "description": "emailLink (ID: {49EA1788-FD15-51AA-9D6B-DE5EB5D584CB}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LinkField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "externalLink", + "description": "externalLink (ID: {F190B7D9-0F2A-5B78-B938-04668F5B3C70}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LinkField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "internalLink", + "description": "internalLink (ID: {98E7F657-C3D6-52F3-BD0B-F3FCAD7C555A}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LinkField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "paramsLink", + "description": "paramsLink (ID: {84ABF43C-C93A-5680-9CC6-1285F857D256}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LinkField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageItemLink", + "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-ItemLink template (ID: {8EF4CB39-9119-5153-A002-161B89E56347}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "localItemLink", + "description": "localItemLink (ID: {3A4C684F-231D-56ED-B96F-B05B20EED106}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LookupField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sharedItemLink", + "description": "sharedItemLink (ID: {1671D658-050F-51C8-9B2F-7C88239E9762}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LookupField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageImage", + "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Image template (ID: {5FF73BC4-BB50-5B16-BC22-B6244CFB5A73}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sample1", + "description": "sample1 (ID: {6F0C73BD-496A-5948-9BC6-479FEC065F1B}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ImageField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sample2", + "description": "sample2 (ID: {30D8FEA1-0577-54C1-B171-5D00DBB52546}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "ImageField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageFile", + "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-File template (ID: {1564AFF5-19A9-56ED-9D73-C55F40D574FD}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "file", + "description": "file (ID: {F6B2247E-B5A4-5BB3-A7CE-FD03B963CC3A}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageDate", + "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Date template (ID: {1847C9C2-9B05-5860-8207-B240D7A5B820}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "date", + "description": "date (ID: {90D59C1F-040A-5686-85C8-41BB9B7DC7C5}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "DateField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dateTime", + "description": "dateTime (ID: {9BBB647F-2BD5-5CA8-B6FC-3A5CD215D69E}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "DateField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageCustom", + "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Custom template (ID: {EEA463CD-9696-5BDA-83E2-043A32DEA7D4}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "customIntField", + "description": "customIntField (ID: {992A3CC7-8F71-584B-8ADD-2056CDC3468B}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "IntegerField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageContentList", + "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-ContentList template (ID: {CB2CFFE6-5481-541C-8F0C-25F248FDEB22}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "localContentList", + "description": "localContentList (ID: {78C6F9A5-3F45-5C78-8E0D-FB47E25C30B1}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sharedContentList", + "description": "sharedContentList (ID: {F7CE0AE0-AD5A-5548-824B-9F4DF15DFD60}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageCheckbox", + "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Checkbox template (ID: {41A681D2-0725-5987-ADD5-6D51CAC9F548}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "checkbox", + "description": "checkbox (ID: {CF8FED8A-51A2-58AF-A8F1-8C5D06968C5F}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "checkbox2", + "description": "checkbox2 (ID: {BF69BF19-B2F1-574D-B67E-2251978D726A}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "C__StyleguideExplanatoryComponent", + "description": "/sitecore/templates/Project//-Styleguide-Explanatory-Component template (ID: {02DBD562-2D01-5472-A7B0-54A6508AC665}). NOTE: This is a concrete type. Favor using interfaces instead of this type (e.g. StyleguideExplanatoryComponent) for reliable querying.", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideContentListItemTemplate", + "description": "/sitecore/templates/Project//-Styleguide-ContentList-Item-Template template (ID: {783417BF-451E-5AB1-AD45-EF26DCBAEC53}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "textField", + "description": "textField (ID: {5EE30CE5-99D4-55D3-A9DB-B2A22CF1B29A}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "StyleguideComponentParams", + "description": "/sitecore/templates/Project//-Styleguide-ComponentParams template (ID: {A724031B-12A6-5E05-A249-B2F0F017F5EF}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "GraphQLIntegratedDemo", + "description": "/sitecore/templates/Project//-GraphQL-IntegratedDemo template (ID: {C23F5BA8-08EA-57CC-BC17-39ECF5B512E5}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sample1", + "description": "sample1 (ID: {F8F10505-6DEA-599C-B59B-0E3AC3411853}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sample2", + "description": "sample2 (ID: {150FEE73-741F-51C3-8C5F-4B5F9E70626A}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LinkField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "GraphQLConnectedDemo", + "description": "/sitecore/templates/Project//-GraphQL-ConnectedDemo template (ID: {2C3D6270-6FBC-519C-8404-E92CDAD92FF5}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sample1", + "description": "sample1 (ID: {F974EA20-88F4-5AA9-B102-70D033DFDA94}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "sample2", + "description": "sample2 (ID: {BB936728-192A-5723-8FDF-99981DAF4F62}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LinkField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ExampleCustomRouteType", + "description": "/sitecore/templates/Project//-ExampleCustomRouteType template (ID: {F15CE080-38CE-5A69-BF36-6F5A50D84DBD}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "author", + "description": "author (ID: {4A3B2B16-CF1C-5084-A133-4DEC9031003B}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "content", + "description": "content (ID: {E52B47D4-B129-52E9-9B61-835920D5229C}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "headline", + "description": "headline (ID: {617B4083-A4DC-5E1F-80B7-71C11C550051}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageTitle", + "description": "Page Title (ID: {F8171ECB-37C5-54EE-BFED-F689C878B6E2}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "AppRoute", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "ContentBlock", + "description": "/sitecore/templates/Project//-ContentBlock template (ID: {1AEE8B0E-8DB8-58A3-805F-0092B5582459}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "content", + "description": "content (ID: {0C9E51EE-23C1-51C5-8B44-D2398BDC4F36}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {D59ADFAA-B381-5B1D-9CAD-260CCF8CEB9C}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "C__AppRoute", + "description": "/sitecore/templates/Project//-App Route template (ID: {787584C0-A057-5876-9836-F8B3708F0CAF}). NOTE: This is a concrete type. Favor using interfaces instead of this type (e.g. AppRoute) for reliable querying.", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageTitle", + "description": "Page Title (ID: {F8171ECB-37C5-54EE-BFED-F689C878B6E2}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "AppRoute", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "JsonRendering", + "description": "/sitecore/templates/Foundation/JavaScript Services/Json Rendering template (ID: {04646A89-996F-4EE7-878A-FFDBF1F0EF0D}).", + "fields": [ + { + "name": "addFieldEditorButton", + "description": "AddFieldEditorButton (ID: {C39A90CE-0035-41BB-90F6-3C8A6EA87797}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cacheable", + "description": "Cacheable (ID: {3D08DB46-2267-41B0-BC52-BE69FD618633}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cacheClearingBehavior", + "description": "CacheClearingBehavior (ID: {A6D4FC1D-0803-4E0A-9145-B8C6121D6F26}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "clearOnIndexUpdate", + "description": "ClearOnIndexUpdate (ID: {F3E7E552-D7C8-469B-A150-69E4E14AB35C}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "compatibleRenderings", + "description": "Compatible Renderings (ID: {E441ABE7-2CA3-4640-AE26-3789967925D7}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "componentName", + "description": "componentName (ID: {037FE404-DD19-4BF7-8E30-4DADF68B27B0}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "componentQuery", + "description": "ComponentQuery (ID: {17BB046A-A32A-41B3-8315-81217947611B}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "customizePage", + "description": "Customize Page (ID: {705A4365-065A-4104-B755-7363F455EBC6}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataSource", + "description": "Data source (ID: {003A72CD-4CD6-4392-9862-41D4159929CD}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasourceLocation", + "description": "Datasource Location (ID: {B5B27AF1-25EF-405C-87CE-369B3A004016}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasourceTemplate", + "description": "Datasource Template (ID: {1A7C85E5-DC0B-490D-9187-BB1DBCB4C72F}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "Description (ID: {56E4618A-F3F2-4CB5-B69A-8A45DE578902}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editable", + "description": "Editable (ID: {308E88F5-CD6E-4F8F-BAFE-95A47DEDEFDC}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enableDatasourceQuery", + "description": "Enable Datasource Query (ID: {F172B787-7B88-4BD5-AE4D-6308E102EF11}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fieldEditorFields", + "description": "FieldEditorFields (ID: {C7B72114-3F04-45A0-BA43-3856A9C9FEB3}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "openPropertiesAfterAdd", + "description": "Open Properties after Add (ID: {7D8AE35F-9ED1-43B5-96A2-0A5F040D4E4E}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageEditorButtons", + "description": "Page Editor Buttons (ID: {A2F5D9DF-8CBA-4A1D-99EB-51ACB94CB057}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parameters", + "description": "Parameters (ID: {D01DF626-2284-4BC6-A6CA-C0A3E6D2E844}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parametersTemplate", + "description": "Parameters Template (ID: {A77E8568-1AB3-44F1-A664-B7C37EC7810D}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LookupField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "placeholder", + "description": "Placeholder (ID: {592A1CE7-ABE0-4986-9783-0A34F3961DC0}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "placeholders", + "description": "Placeholders (ID: {069A8361-B1CD-437C-8C32-A3BE78941446}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "renderAsHTML", + "description": "Render as HTML (ID: {BBB8A1E0-F966-4710-B4F4-42F267598127}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "renderingContentsResolver", + "description": "Rendering Contents Resolver (ID: {B0B15510-B138-470E-8F33-8DA2E228AAFE}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LookupField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByData", + "description": "VaryByData (ID: {8B6D532B-6128-4486-A044-CA06D90948BA}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByDevice", + "description": "VaryByDevice (ID: {C98CF969-BA71-42DA-833D-B3FC1368BA27}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByLogin", + "description": "VaryByLogin (ID: {8D9232B0-613F-440B-A2FA-DCDD80FBD33E}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByParm", + "description": "VaryByParm (ID: {3AD2506A-DC39-4B1E-959F-9D524ADDBF50}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByQueryString", + "description": "VaryByQueryString (ID: {1084D3D2-0457-456A-ABBC-EB4CC0966072}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByUser", + "description": "VaryByUser (ID: {0E54A8DC-72AD-4372-A7C7-BB4773FAD44D}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "RenderingOptions", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Caching", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "JavaScriptRendering", + "description": "/sitecore/templates/Foundation/JavaScript Services/JavaScript Rendering template (ID: {B1C80C94-792D-44DA-861E-557C6E1915F2}).", + "fields": [ + { + "name": "addFieldEditorButton", + "description": "AddFieldEditorButton (ID: {19D095B4-7621-4222-A89B-505289650792}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cacheable", + "description": "Cacheable (ID: {3D08DB46-2267-41B0-BC52-BE69FD618633}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cacheClearingBehavior", + "description": "CacheClearingBehavior (ID: {A6D4FC1D-0803-4E0A-9145-B8C6121D6F26}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "clearOnIndexUpdate", + "description": "ClearOnIndexUpdate (ID: {F3E7E552-D7C8-469B-A150-69E4E14AB35C}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "clientScriptPath", + "description": "Client Script Path (ID: {125BB7B7-5D7D-42F3-A314-480799A9643E}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "compatibleRenderings", + "description": "Compatible Renderings (ID: {E441ABE7-2CA3-4640-AE26-3789967925D7}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "componentName", + "description": "Component Name (ID: {E6779F24-A474-4F29-A60F-83182CD1993A}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "componentQuery", + "description": "ComponentQuery (ID: {4528B82B-E79E-4BD9-820D-1BAD26260342}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "customizePage", + "description": "Customize Page (ID: {DAF096B4-BBE3-4FB1-9B2E-774A37FCCEC6}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "dataSource", + "description": "Data source (ID: {35F7859C-1E7F-4E86-87BD-65BFCF8679D8}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasourceLocation", + "description": "Datasource Location (ID: {B5B27AF1-25EF-405C-87CE-369B3A004016}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasourceTemplate", + "description": "Datasource Template (ID: {1A7C85E5-DC0B-490D-9187-BB1DBCB4C72F}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "description", + "description": "Description (ID: {1127DFEE-0183-4A10-964A-00CCEA2121AC}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editable", + "description": "Editable (ID: {308E88F5-CD6E-4F8F-BAFE-95A47DEDEFDC}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enableDatasourceQuery", + "description": "Enable Datasource Query (ID: {F172B787-7B88-4BD5-AE4D-6308E102EF11}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "exportedFunctionName", + "description": "Exported Function Name (ID: {E61F6FEA-BA01-44CF-A50B-369D7B18ADDA}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fieldEditorFields", + "description": "FieldEditorFields (ID: {9F069AF7-A5A1-4143-A641-14735D50B1E8}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "openPropertiesAfterAdd", + "description": "Open Properties after Add (ID: {C60E2D02-5F62-4DCF-A281-29005272C101}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageEditorButtons", + "description": "Page Editor Buttons (ID: {A2F5D9DF-8CBA-4A1D-99EB-51ACB94CB057}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parameters", + "description": "Parameters (ID: {BEE1D4B3-CDFC-4A2D-AA19-6775C59CAE7B}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parametersTemplate", + "description": "Parameters Template (ID: {5391FAAC-6C16-42B3-A411-49109A8502A3}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LookupField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "placeholder", + "description": "Placeholder (ID: {DA298A61-8CEB-4FA5-9A56-90F531B1C105}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "placeholders", + "description": "Placeholders (ID: {069A8361-B1CD-437C-8C32-A3BE78941446}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "renderAsHTML", + "description": "Render as HTML (ID: {BBB8A1E0-F966-4710-B4F4-42F267598127}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "renderEngineInstanceConfigurationId", + "description": "Render Engine Instance Configuration Id (ID: {1E0EBAA2-DEC4-4756-A510-2A20A4951E2D}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "renderEngineType", + "description": "Render Engine Type (ID: {135C8B8A-9F55-4B2D-9EA1-333320BADE0C}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LookupField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "renderingContentsResolver", + "description": "Rendering Contents Resolver (ID: {B0B15510-B138-470E-8F33-8DA2E228AAFE}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LookupField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "serverScriptPath", + "description": "Server Script Path (ID: {7EDACBF4-CD65-44D6-B524-3A5ED411AE05}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByData", + "description": "VaryByData (ID: {8B6D532B-6128-4486-A044-CA06D90948BA}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByDevice", + "description": "VaryByDevice (ID: {C98CF969-BA71-42DA-833D-B3FC1368BA27}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByLogin", + "description": "VaryByLogin (ID: {8D9232B0-613F-440B-A2FA-DCDD80FBD33E}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByParm", + "description": "VaryByParm (ID: {3AD2506A-DC39-4B1E-959F-9D524ADDBF50}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByQueryString", + "description": "VaryByQueryString (ID: {1084D3D2-0457-456A-ABBC-EB4CC0966072}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByUser", + "description": "VaryByUser (ID: {0E54A8DC-72AD-4372-A7C7-BB4773FAD44D}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "RenderingOptions", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Caching", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "JSSLayout", + "description": "/sitecore/templates/Foundation/JavaScript Services/JSS Layout template (ID: {35C61E90-47DD-43DD-83A8-D1C4D5119720}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "area", + "description": "Area (ID: {70DC08D9-CDA2-4F04-AA35-C11FD7138066}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "model", + "description": "Model (ID: {E9CC5A73-3C8A-4D7D-92AC-3B88C18A996A}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path_a036b2bcba0444f6a75fbae6cd242abf", + "description": "Path (ID: {A036B2BC-BA04-44F6-A75F-BAE6CD242ABF}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "placeholders", + "description": "Placeholders (ID: {80334869-86DC-4472-AA89-44CF1B2F6C9B}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Layout", + "ofType": null + }, + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "App", + "description": "/sitecore/templates/Foundation/JavaScript Services/App template (ID: {061CBA15-5474-4B91-8A06-17903B102B82}).", + "fields": [ + { + "name": "ancestors", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "children", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + }, + { + "name": "first", + "description": "Limits the results to the first n children. Use with after for pagination.", + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": "Cursor value. Use with first for pagination.", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "displayName", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "field", + "description": null, + "args": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "fields", + "description": null, + "args": [ + { + "name": "ownFields", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "false" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "hasChildren", + "description": null, + "args": [ + { + "name": "hasLayout", + "description": "If set to true only items with existing presentation are returned", + "type": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "includeTemplateIDs", + "description": "Only consider child items with these template IDs.", + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "[]" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": null, + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "itemUri", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "language", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemLanguage", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "languages", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parent", + "description": null, + "args": [], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "rendered", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "template", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemTemplate", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "url", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "ItemUrl", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INTERFACE", + "name": "RenderingOptions", + "description": "/sitecore/templates/System/Layout/Sections/Rendering Options template (ID: {D1592226-3898-4CE2-B190-090FD5F84A4C}).", + "fields": [ + { + "name": "compatibleRenderings", + "description": "Compatible Renderings (ID: {E441ABE7-2CA3-4640-AE26-3789967925D7}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasourceLocation", + "description": "Datasource Location (ID: {B5B27AF1-25EF-405C-87CE-369B3A004016}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "datasourceTemplate", + "description": "Datasource Template (ID: {1A7C85E5-DC0B-490D-9187-BB1DBCB4C72F}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "editable", + "description": "Editable (ID: {308E88F5-CD6E-4F8F-BAFE-95A47DEDEFDC}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "enableDatasourceQuery", + "description": "Enable Datasource Query (ID: {F172B787-7B88-4BD5-AE4D-6308E102EF11}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "pageEditorButtons", + "description": "Page Editor Buttons (ID: {A2F5D9DF-8CBA-4A1D-99EB-51ACB94CB057}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "placeholders", + "description": "Placeholders (ID: {069A8361-B1CD-437C-8C32-A3BE78941446}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "renderAsHTML", + "description": "Render as HTML (ID: {BBB8A1E0-F966-4710-B4F4-42F267598127}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "renderingContentsResolver", + "description": "Rendering Contents Resolver (ID: {B0B15510-B138-470E-8F33-8DA2E228AAFE}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "LookupField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "JsonRendering", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "JavaScriptRendering", + "ofType": null + } + ] + }, + { + "kind": "INTERFACE", + "name": "Layout", + "description": "/sitecore/templates/System/Layout/Layout template (ID: {3A45A723-64EE-4919-9D41-02FD40FD1466}).", + "fields": [ + { + "name": "area", + "description": "Area (ID: {70DC08D9-CDA2-4F04-AA35-C11FD7138066}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "model", + "description": "Model (ID: {E9CC5A73-3C8A-4D7D-92AC-3B88C18A996A}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "path_a036b2bcba0444f6a75fbae6cd242abf", + "description": "Path (ID: {A036B2BC-BA04-44F6-A75F-BAE6CD242ABF}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "placeholders", + "description": "Placeholders (ID: {80334869-86DC-4472-AA89-44CF1B2F6C9B}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "MultilistField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "JSSLayout", + "ofType": null + } + ] + }, + { + "kind": "INTERFACE", + "name": "StyleguideExplanatoryComponent", + "description": "/sitecore/templates/Project//-Styleguide-Explanatory-Component template (ID: {02DBD562-2D01-5472-A7B0-54A6508AC665}).", + "fields": [ + { + "name": "description", + "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "RichTextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "heading", + "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "StyleguideTracking", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideSitecoreContext", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideRouteFields", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideMultilingual", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideLayoutTabs", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideLayoutReuse", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageText", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageRichText", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageNumber", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageLink", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageItemLink", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageImage", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageFile", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageDate", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageCustom", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageContentList", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideFieldUsageCheckbox", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "C__StyleguideExplanatoryComponent", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "StyleguideComponentParams", + "ofType": null + } + ] + }, + { + "kind": "INTERFACE", + "name": "AppRoute", + "description": "/sitecore/templates/Project//-App Route template (ID: {787584C0-A057-5876-9836-F8B3708F0CAF}). Also implements Route.", + "fields": [ + { + "name": "pageTitle", + "description": "Page Title (ID: {F8171ECB-37C5-54EE-BFED-F689C878B6E2}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "ExampleCustomRouteType", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "C__AppRoute", + "ofType": null + } + ] + }, + { + "kind": "INTERFACE", + "name": "Caching", + "description": "/sitecore/templates/System/Layout/Sections/Caching template (ID: {E8D2DD19-1347-4562-AE3F-310DC0B21A6C}).", + "fields": [ + { + "name": "cacheable", + "description": "Cacheable (ID: {3D08DB46-2267-41B0-BC52-BE69FD618633}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "cacheClearingBehavior", + "description": "CacheClearingBehavior (ID: {A6D4FC1D-0803-4E0A-9145-B8C6121D6F26}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "TextField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "clearOnIndexUpdate", + "description": "ClearOnIndexUpdate (ID: {F3E7E552-D7C8-469B-A150-69E4E14AB35C}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByData", + "description": "VaryByData (ID: {8B6D532B-6128-4486-A044-CA06D90948BA}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByDevice", + "description": "VaryByDevice (ID: {C98CF969-BA71-42DA-833D-B3FC1368BA27}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByLogin", + "description": "VaryByLogin (ID: {8D9232B0-613F-440B-A2FA-DCDD80FBD33E}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByParm", + "description": "VaryByParm (ID: {3AD2506A-DC39-4B1E-959F-9D524ADDBF50}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByQueryString", + "description": "VaryByQueryString (ID: {1084D3D2-0457-456A-ABBC-EB4CC0966072}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "varyByUser", + "description": "VaryByUser (ID: {0E54A8DC-72AD-4372-A7C7-BB4773FAD44D}).", + "args": [], + "type": { + "kind": "OBJECT", + "name": "CheckboxField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": null, + "enumValues": null, + "possibleTypes": [ + { + "kind": "OBJECT", + "name": "JsonRendering", + "ofType": null + }, + { + "kind": "OBJECT", + "name": "JavaScriptRendering", + "ofType": null + } + ] + }, + { + "kind": "OBJECT", + "name": "NameValueListValue", + "description": null, + "fields": [ + { + "name": "name", + "description": "The name of the name-value pair", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": "The value of the name-value pair", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "NameValueListField", + "description": null, + "fields": [ + { + "name": "definition", + "description": null, + "args": [], + "type": { + "kind": "OBJECT", + "name": "ItemTemplateField", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "id", + "description": "The GUID of this field.", + "args": [ + { + "name": "format", + "description": ".NET GUID format to use. N = short id, B = long id, etc", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"N\"" + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "jsonValue", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "JSON", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "name", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "value", + "description": null, + "args": [], + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "values", + "description": "The key-value pairs in this field", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "NameValueListValue", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "ItemField", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "OBJECT", + "name": "Query", + "description": null, + "fields": [ + { + "name": "item", + "description": "Allows querying items from the content tree", + "args": [ + { + "name": "path", + "description": "The item path or ID to get", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "language", + "description": "The item language to request (defaults to the default language)", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "INTERFACE", + "name": "Item", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "layout", + "description": "Allows querying layout data for the item", + "args": [ + { + "name": "site", + "description": "Site", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + }, + { + "name": "routePath", + "description": "Route path", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + }, + { + "name": "language", + "description": "Language", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "OBJECT", + "name": "LayoutData", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "search", + "description": "Allows to query items through the search", + "args": [ + { + "name": "where", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ItemSearchPredicateGraphType", + "ofType": null + } + }, + "defaultValue": "null" + }, + { + "name": "after", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "first", + "description": null, + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "orderBy", + "description": null, + "type": { + "kind": "INPUT_OBJECT", + "name": "ItemSearchOrderBy", + "ofType": null + }, + "defaultValue": "null" + } + ], + "type": { + "kind": "OBJECT", + "name": "ItemSearchResults", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ItemSearchPredicateGraphType", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "name", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "value", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "null" + }, + { + "name": "AND", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ItemSearchPredicateGraphType", + "ofType": null + } + }, + "defaultValue": "null" + }, + { + "name": "OR", + "description": null, + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "INPUT_OBJECT", + "name": "ItemSearchPredicateGraphType", + "ofType": null + } + }, + "defaultValue": "null" + }, + { + "name": "operator", + "description": null, + "type": { + "kind": "ENUM", + "name": "ItemSearchOperator", + "ofType": null + }, + "defaultValue": "null" + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "ItemSearchOperator", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "EQ", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "CONTAINS", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NEQ", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "NCONTAINS", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, + { + "kind": "INPUT_OBJECT", + "name": "ItemSearchOrderBy", + "description": null, + "fields": null, + "inputFields": [ + { + "name": "name", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": "null" + }, + { + "name": "direction", + "description": null, + "type": { + "kind": "ENUM", + "name": "Ordering", + "ofType": null + }, + "defaultValue": "null" + } + ], + "interfaces": null, + "enumValues": null, + "possibleTypes": null + }, + { + "kind": "ENUM", + "name": "Ordering", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "ASC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DESC", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + } + ], + "directives": [ + { + "name": "include", + "description": "Directs the executor to include this field or fragment only when the 'if' argument is true.", + "locations": [ + "FIELD", + "FRAGMENT_SPREAD", + "INLINE_FRAGMENT" + ], + "args": [ + { + "name": "if", + "description": "Included when true.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "defaultValue": "null" + } + ] + }, + { + "name": "skip", + "description": "Directs the executor to skip this field or fragment when the 'if' argument is true.", + "locations": [ + "FIELD", + "FRAGMENT_SPREAD", + "INLINE_FRAGMENT" + ], + "args": [ + { + "name": "if", + "description": "Skipped when true.", + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Boolean", + "ofType": null + } + }, + "defaultValue": "null" + } + ] + }, + { + "name": "deprecated", + "description": "Marks an element of a GraphQL schema as no longer supported.", + "locations": [ + "FIELD_DEFINITION", + "ENUM_VALUE" + ], + "args": [ + { + "name": "reason", + "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": "\"No longer supported\"" + } + ] + } + ] + } } \ No newline at end of file diff --git a/src/sxastarter/tsconfig.json b/headapps/nextjs-starter/app/tsconfig.json similarity index 96% rename from src/sxastarter/tsconfig.json rename to headapps/nextjs-starter/app/tsconfig.json index 69669e485..223ec264e 100644 --- a/src/sxastarter/tsconfig.json +++ b/headapps/nextjs-starter/app/tsconfig.json @@ -1,37 +1,37 @@ -{ - "compilerOptions": { - "baseUrl": ".", - "paths": { - "components/*": ["src/components/*"], - "lib/*": ["src/lib/*"], - "temp/*": ["src/temp/*"], - "assets/*": ["src/assets/*"], - "graphql-types": ["node_modules/@types/graphql-let/__generated__/__types__"], - "react": ["node_modules/react"] - }, - "target": "es5", - "lib": ["dom", "dom.iterable", "esnext"], - "allowJs": true, - "skipLibCheck": true, - "strict": true, - "strictFunctionTypes": false, - "downlevelIteration": true, - "noEmit": true, - "esModuleInterop": true, - "module": "esnext", - "moduleResolution": "node", - "resolveJsonModule": true, - "isolatedModules": true, - "jsx": "preserve", - "allowSyntheticDefaultImports": true, - "noImplicitReturns": true, - "noImplicitAny": true, - "noImplicitThis": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "incremental": true, - "forceConsistentCasingInFileNames": false - }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], - "exclude": ["node_modules"] -} +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "components/*": ["src/components/*"], + "lib/*": ["src/lib/*"], + "temp/*": ["src/temp/*"], + "assets/*": ["src/assets/*"], + "graphql-types": ["node_modules/@types/graphql-let/__generated__/__types__"], + "react": ["node_modules/react"] + }, + "target": "es5", + "lib": ["dom", "dom.iterable", "esnext"], + "allowJs": true, + "skipLibCheck": true, + "strict": true, + "strictFunctionTypes": false, + "downlevelIteration": true, + "noEmit": true, + "esModuleInterop": true, + "module": "esnext", + "moduleResolution": "node", + "resolveJsonModule": true, + "isolatedModules": true, + "jsx": "preserve", + "allowSyntheticDefaultImports": true, + "noImplicitReturns": true, + "noImplicitAny": true, + "noImplicitThis": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "incremental": true, + "forceConsistentCasingInFileNames": false + }, + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], + "exclude": ["node_modules"] +} diff --git a/src/sxastarter/tsconfig.scripts.json b/headapps/nextjs-starter/app/tsconfig.scripts.json similarity index 93% rename from src/sxastarter/tsconfig.scripts.json rename to headapps/nextjs-starter/app/tsconfig.scripts.json index e7036caab..e00a2d17c 100644 --- a/src/sxastarter/tsconfig.scripts.json +++ b/headapps/nextjs-starter/app/tsconfig.scripts.json @@ -1,11 +1,11 @@ -{ - "extends": "./tsconfig.json", - "ts-node": { - "require": [ - "tsconfig-paths/register" - ] - }, - "compilerOptions": { - "module": "commonjs" - } -} +{ + "extends": "./tsconfig.json", + "ts-node": { + "require": [ + "tsconfig-paths/register" + ] + }, + "compilerOptions": { + "module": "commonjs" + } +} diff --git a/src/items/DefaultRenderingHost/Default.yml b/headapps/nextjs-starter/items/DefaultRenderingHost/Default.yml similarity index 100% rename from src/items/DefaultRenderingHost/Default.yml rename to headapps/nextjs-starter/items/DefaultRenderingHost/Default.yml diff --git a/src/renderinghost.module.json b/headapps/nextjs-starter/renderinghost.module.json similarity index 81% rename from src/renderinghost.module.json rename to headapps/nextjs-starter/renderinghost.module.json index 415861617..556a617a0 100644 --- a/src/renderinghost.module.json +++ b/headapps/nextjs-starter/renderinghost.module.json @@ -1,5 +1,5 @@ { - "$schema": "../.sitecore/schemas/ModuleFile.schema.json", + "$schema": "../../.sitecore/schemas/ModuleFile.schema.json", "namespace": "RenderingHost", "items": { "includes": [ diff --git a/.env b/localContainers/.env similarity index 93% rename from .env rename to localContainers/.env index 4fc4e26b9..1ee65641a 100644 --- a/.env +++ b/localContainers/.env @@ -1,9 +1,9 @@ # If you intend to push to a private registry, fill that in here. REGISTRY= -COMPOSE_PROJECT_NAME=sxastarter +COMPOSE_PROJECT_NAME=nextjs-starter # Configure host names, which will be used to configure Traefik proxy routing. CM_HOST=xmcloudcm.localhost -RENDERING_HOST=www.xmcloudpreview.localhost +RENDERING_HOST=www.nextjs-starter.localhost RENDERING_HOST_INTERNAL_URI=http://rendering:3000 # Sitecore Docker registry and platform version. @@ -73,7 +73,7 @@ LOG_LEVEL_VALUE=INFO HOST_LICENSE_FOLDER=C:\License NODEJS_VERSION=20.14.0 VERSION=1.0.1 -JSS_DEPLOYMENT_SECRET_xmcloudpreview=110F1C44A496B45478640DD36F80C18C9 -SITECORE_API_KEY_xmcloudpreview={51DC7C23-A175-4922-B021-282102C4893C} +JSS_DEPLOYMENT_SECRET_NEXTJS_STARTER=110F1C44A496B45478640DD36F80C18C9 +SITECORE_API_KEY_NEXTJS_STARTER={51DC7C23-A175-4922-B021-282102C4893C} JSS_EDITING_SECRET=RPvBNxW5VtDGyiQFpNiyxpye5F4zdZ1ldxskaJGiDrFf5F8UPf5ttYDDIxyCA0VX DISABLE_SSG_FETCH=true diff --git a/localContainers/README.md b/localContainers/README.md new file mode 100644 index 000000000..3e969be64 --- /dev/null +++ b/localContainers/README.md @@ -0,0 +1,33 @@ +# XM Cloud Next.js Starter Kit - Disconnected offline mode +Below are the instructions for how to mock a small subset of the XM Cloud Application elements in offline mode using Docker. This can allow for a disconnected development, however it is recommend to work in the default connected mode for the best experience. + +## Prerequisites +- DotNet 8.0 (https://dotnet.microsoft.com/en-us/download) +- Docker (https://www.docker.com/products/docker-desktop) +- A windows based machine is required to run the local containers + +## Running the Containers +A number of PowerShell scripts have been provided to help you configure the repository and interact with the containers. These scripts are located in the `./localcontainers/scripts` folder. + +### Initialising the Repository +You first need to initialize the repository, which will configure how the different application elements will run. This will configure the different environment variables required for the Containers to build and run. You can do this by running the `./localcontainers/scripts/init.ps1` script in a terminal with elevated privilidges: + +```ps1 +./localcontainers/scripts/init.ps1 -InitEnv -LicenseXmlPath "C:\path\to\license.xml" -AdminPassword "DesiredAdminPassword" +``` + +### Running the Containers +After you have initialised the repository you can use the `./localcontainers/scripts/up.ps1` script to build and run the containers: + +```ps1 +./localcontainers/scripts/up.ps1 +``` + +### Stopping the Containers +Once you have finished you can use the `./localcontainers/scripts/down.ps1` script to stop the containers: + +```ps1 +./localcontainers/scripts/down.ps1 +``` + +This will stop all containers, and tidy up any resources that were created. \ No newline at end of file diff --git a/docker-compose.override.yml b/localContainers/docker-compose.override.yml similarity index 94% rename from docker-compose.override.yml rename to localContainers/docker-compose.override.yml index 443d4d8e3..1f418c067 100644 --- a/docker-compose.override.yml +++ b/localContainers/docker-compose.override.yml @@ -19,13 +19,13 @@ services: args: PARENT_IMAGE: ${REGISTRY}${COMPOSE_PROJECT_NAME}-nodejs:${VERSION:-latest} volumes: - - .\src\sxastarter:C:\app + - ../headapps/nextjs-starter/app:C:\app environment: SITECORE_API_HOST: "http://cm" NEXTJS_DIST_DIR: ".next-container" PUBLIC_URL: "https://${RENDERING_HOST}" JSS_EDITING_SECRET: ${JSS_EDITING_SECRET} - SITECORE_API_KEY: "${SITECORE_API_KEY_xmcloudpreview}" + SITECORE_API_KEY: "${SITECORE_API_KEY_NEXTJS_STARTER}" DISABLE_SSG_FETCH: ${DISABLE_SSG_FETCH} depends_on: - cm @@ -76,7 +76,7 @@ services: environment: SITECORE_LICENSE_LOCATION: c:\license\license.xml RENDERING_HOST_INTERNAL_URI: "http://rendering:3000" - JSS_DEPLOYMENT_SECRET_xmcloudpreview: ${JSS_DEPLOYMENT_SECRET_xmcloudpreview} + SITECORE_API_KEY_NEXTJS_STARTER: ${SITECORE_API_KEY_NEXTJS_STARTER} SITECORE_JSS_EDITING_SECRET: ${JSS_EDITING_SECRET} SITECORE_EDITING_HOST_PUBLIC_HOST: "${RENDERING_HOST}" SITECORE_GraphQL_CORS: ${SITECORE_GRAPHQL_CORS} diff --git a/docker-compose.yml b/localContainers/docker-compose.yml similarity index 100% rename from docker-compose.yml rename to localContainers/docker-compose.yml diff --git a/docker/.gitignore b/localContainers/docker/.gitignore similarity index 100% rename from docker/.gitignore rename to localContainers/docker/.gitignore diff --git a/docker/README.md b/localContainers/docker/README.md similarity index 100% rename from docker/README.md rename to localContainers/docker/README.md diff --git a/docker/build/README.md b/localContainers/docker/build/README.md similarity index 100% rename from docker/build/README.md rename to localContainers/docker/build/README.md diff --git a/docker/build/cm/Dockerfile b/localContainers/docker/build/cm/Dockerfile similarity index 100% rename from docker/build/cm/Dockerfile rename to localContainers/docker/build/cm/Dockerfile diff --git a/docker/build/cm/readme.md b/localContainers/docker/build/cm/readme.md similarity index 100% rename from docker/build/cm/readme.md rename to localContainers/docker/build/cm/readme.md diff --git a/docker/build/cm/templates/.gitignore b/localContainers/docker/build/cm/templates/.gitignore similarity index 100% rename from docker/build/cm/templates/.gitignore rename to localContainers/docker/build/cm/templates/.gitignore diff --git a/docker/build/cm/templates/import-templates.ps1 b/localContainers/docker/build/cm/templates/import-templates.ps1 similarity index 87% rename from docker/build/cm/templates/import-templates.ps1 rename to localContainers/docker/build/cm/templates/import-templates.ps1 index 490ec5f9c..eb41bbd24 100644 --- a/docker/build/cm/templates/import-templates.ps1 +++ b/localContainers/docker/build/cm/templates/import-templates.ps1 @@ -19,7 +19,7 @@ if (Test-Path $modulesPath) { } Copy-Item -Path (Join-Path $PSScriptRoot "modules_template") -Destination $modulesPath -Recurse -Force -Copy-Item -Path ".\.sitecore" -Destination $PSScriptRoot -Recurse -Force +Copy-Item -Path "..\..\.sitecore" -Destination $PSScriptRoot -Recurse -Force $files = Get-ChildItem -Path $modulesPath -Recurse -File | ForEach-Object {$_.FullName} foreach ($item in $files) { (Get-Content -Path $item -Encoding UTF8).Replace("", $RenderingSiteName).Replace("", $SitecoreApiKey) ` @@ -27,7 +27,7 @@ foreach ($item in $files) { } $localConfig = (Join-Path $PSScriptRoot "sitecore.json") -ReplaceExistingModules -srcConfig ".\sitecore.json" -dstConfig $localConfig +ReplaceExistingModules -srcConfig "..\..\sitecore.json" -dstConfig $localConfig Write-Host "Pushing sitecore api key to Sitecore..." -ForegroundColor Green dotnet sitecore ser push -s --config $PSScriptRoot diff --git a/docker/build/cm/templates/modules_template/ApiKey.module.json b/localContainers/docker/build/cm/templates/modules_template/ApiKey.module.json similarity index 100% rename from docker/build/cm/templates/modules_template/ApiKey.module.json rename to localContainers/docker/build/cm/templates/modules_template/ApiKey.module.json diff --git a/docker/build/cm/templates/modules_template/items/api-key/template.yml b/localContainers/docker/build/cm/templates/modules_template/items/api-key/template.yml similarity index 100% rename from docker/build/cm/templates/modules_template/items/api-key/template.yml rename to localContainers/docker/build/cm/templates/modules_template/items/api-key/template.yml diff --git a/docker/build/nodejs/Dockerfile b/localContainers/docker/build/nodejs/Dockerfile similarity index 100% rename from docker/build/nodejs/Dockerfile rename to localContainers/docker/build/nodejs/Dockerfile diff --git a/docker/build/rendering/Dockerfile b/localContainers/docker/build/rendering/Dockerfile similarity index 100% rename from docker/build/rendering/Dockerfile rename to localContainers/docker/build/rendering/Dockerfile diff --git a/docker/clean.ps1 b/localContainers/docker/clean.ps1 similarity index 100% rename from docker/clean.ps1 rename to localContainers/docker/clean.ps1 diff --git a/docker/data/cm/.gitkeep b/localContainers/docker/data/cm/.gitkeep similarity index 100% rename from docker/data/cm/.gitkeep rename to localContainers/docker/data/cm/.gitkeep diff --git a/docker/data/solr/.gitkeep b/localContainers/docker/data/solr/.gitkeep similarity index 100% rename from docker/data/solr/.gitkeep rename to localContainers/docker/data/solr/.gitkeep diff --git a/docker/data/sql/.gitkeep b/localContainers/docker/data/sql/.gitkeep similarity index 100% rename from docker/data/sql/.gitkeep rename to localContainers/docker/data/sql/.gitkeep diff --git a/docker/deploy/platform/.gitkeep b/localContainers/docker/deploy/platform/.gitkeep similarity index 100% rename from docker/deploy/platform/.gitkeep rename to localContainers/docker/deploy/platform/.gitkeep diff --git a/docker/traefik/README.md b/localContainers/docker/traefik/README.md similarity index 100% rename from docker/traefik/README.md rename to localContainers/docker/traefik/README.md diff --git a/docker/traefik/certs/.gitignore b/localContainers/docker/traefik/certs/.gitignore similarity index 100% rename from docker/traefik/certs/.gitignore rename to localContainers/docker/traefik/certs/.gitignore diff --git a/localContainers/docker/traefik/config/dynamic/certs_config.yaml b/localContainers/docker/traefik/config/dynamic/certs_config.yaml new file mode 100644 index 000000000..b736730d9 --- /dev/null +++ b/localContainers/docker/traefik/config/dynamic/certs_config.yaml @@ -0,0 +1,6 @@ +tls: + certificates: + - certFile: C:\etc\traefik\certs\_wildcard.nextjs-starter.localhost.pem + keyFile: C:\etc\traefik\certs\_wildcard.nextjs-starter.localhost-key.pem + - certFile: C:\etc\traefik\certs\xmcloudcm.localhost.pem + keyFile: C:\etc\traefik\certs\xmcloudcm.localhost-key.pem \ No newline at end of file diff --git a/New-EdgeToken.ps1 b/localContainers/scripts/New-EdgeToken.ps1 similarity index 100% rename from New-EdgeToken.ps1 rename to localContainers/scripts/New-EdgeToken.ps1 diff --git a/down.ps1 b/localContainers/scripts/down.ps1 similarity index 83% rename from down.ps1 rename to localContainers/scripts/down.ps1 index 53c72d665..beddc447a 100644 --- a/down.ps1 +++ b/localContainers/scripts/down.ps1 @@ -1,6 +1,8 @@ Write-Host "Down containers..." -ForegroundColor Green try { + Push-Location "../" docker-compose down + Pop-Location if ($LASTEXITCODE -ne 0) { Write-Error "Container down failed, see errors above." } diff --git a/init.ps1 b/localContainers/scripts/init.ps1 similarity index 85% rename from init.ps1 rename to localContainers/scripts/init.ps1 index b751baf67..e3ff3bd84 100644 --- a/init.ps1 +++ b/localContainers/scripts/init.ps1 @@ -65,7 +65,7 @@ Write-SitecoreDockerWelcome # Configure TLS/HTTPS certificates ################################## -Push-Location docker\traefik\certs +Push-Location ..\docker\traefik\certs try { $mkcert = ".\mkcert.exe" if ($null -ne (Get-Command mkcert.exe -ErrorAction SilentlyContinue)) { @@ -81,7 +81,7 @@ try { } Write-Host "Generating Traefik TLS certificate..." -ForegroundColor Green & $mkcert -install - & $mkcert "*.sxastarter.localhost" + & $mkcert "*.nextjs-starter.localhost" & $mkcert "xmcloudcm.localhost" # stash CAROOT path for messaging at the end of the script @@ -102,26 +102,26 @@ finally { Write-Host "Adding Windows hosts file entries..." -ForegroundColor Green Add-HostsEntry "xmcloudcm.localhost" -Add-HostsEntry "www.sxastarter.localhost" +Add-HostsEntry "www.nextjs-starter.localhost" ############################### # Generate scjssconfig ############################### -Set-EnvFileVariable "JSS_DEPLOYMENT_SECRET_xmcloudpreview" -Value $xmCloudBuild.renderingHosts.xmcloudpreview.jssDeploymentSecret +Set-EnvFileVariable "SITECORE_API_KEY_NEXTJS_STARTER" -Value $xmCloudBuild.renderingHosts.nextjsStarter.jssDeploymentSecret -Path "../.env" ################################ # Generate Sitecore Api Key ################################ $sitecoreApiKey = (New-Guid).Guid -Set-EnvFileVariable "SITECORE_API_KEY_xmcloudpreview" -Value $sitecoreApiKey +Set-EnvFileVariable "SITECORE_API_KEY_NEXTJS_STARTER" -Value $sitecoreApiKey -Path "../.env" ################################ # Generate JSS_EDITING_SECRET ################################ $jssEditingSecret = Get-SitecoreRandomString 64 -DisallowSpecial -Set-EnvFileVariable "JSS_EDITING_SECRET" -Value $jssEditingSecret +Set-EnvFileVariable "JSS_EDITING_SECRET" -Value $jssEditingSecret -Path "../.env" ############################### # Populate the environment file @@ -132,46 +132,47 @@ if ($InitEnv) { Write-Host "Populating required .env file values..." -ForegroundColor Green # HOST_LICENSE_FOLDER - Set-EnvFileVariable "HOST_LICENSE_FOLDER" -Value $LicenseXmlPath + Set-EnvFileVariable "HOST_LICENSE_FOLDER" -Value $LicenseXmlPath -Path "../.env" # CM_HOST - Set-EnvFileVariable "CM_HOST" -Value "xmcloudcm.localhost" + Set-EnvFileVariable "CM_HOST" -Value "xmcloudcm.localhost" -Path "../.env" # RENDERING_HOST - Set-EnvFileVariable "RENDERING_HOST" -Value "www.sxastarter.localhost" + Set-EnvFileVariable "RENDERING_HOST" -Value "www.nextjs-starter.localhost" -Path "../.env" # REPORTING_API_KEY = random 64-128 chars - Set-EnvFileVariable "REPORTING_API_KEY" -Value (Get-SitecoreRandomString 128 -DisallowSpecial) + Set-EnvFileVariable "REPORTING_API_KEY" -Value (Get-SitecoreRandomString 128 -DisallowSpecial) -Path "../.env" # TELERIK_ENCRYPTION_KEY = random 64-128 chars - Set-EnvFileVariable "TELERIK_ENCRYPTION_KEY" -Value (Get-SitecoreRandomString 128) + Set-EnvFileVariable "TELERIK_ENCRYPTION_KEY" -Value (Get-SitecoreRandomString 128) -Path "../.env" # MEDIA_REQUEST_PROTECTION_SHARED_SECRET - Set-EnvFileVariable "MEDIA_REQUEST_PROTECTION_SHARED_SECRET" -Value (Get-SitecoreRandomString 64) + Set-EnvFileVariable "MEDIA_REQUEST_PROTECTION_SHARED_SECRET" -Value (Get-SitecoreRandomString 64) -Path "../.env" # SQL_SA_PASSWORD # Need to ensure it meets SQL complexity requirements - Set-EnvFileVariable "SQL_SA_PASSWORD" -Value (Get-SitecoreRandomString 19 -DisallowSpecial -EnforceComplexity) + Set-EnvFileVariable "SQL_SA_PASSWORD" -Value (Get-SitecoreRandomString 19 -DisallowSpecial -EnforceComplexity) -Path "../.env" # SQL_SERVER - Set-EnvFileVariable "SQL_SERVER" -Value "mssql" + Set-EnvFileVariable "SQL_SERVER" -Value "mssql" -Path "../.env" # SQL_SA_LOGIN - Set-EnvFileVariable "SQL_SA_LOGIN" -Value "sa" + Set-EnvFileVariable "SQL_SA_LOGIN" -Value "sa" -Path "../.env" # SITECORE_ADMIN_PASSWORD - Set-EnvFileVariable "SITECORE_ADMIN_PASSWORD" -Value $AdminPassword + Set-EnvFileVariable "SITECORE_ADMIN_PASSWORD" -Value $AdminPassword -Path "../.env" # SITECORE_VERSION - Set-EnvFileVariable "SITECORE_VERSION" -Value "1-$baseOS" + Set-EnvFileVariable "SITECORE_VERSION" -Value "1-$baseOS" -Path "../.env" # EXTERNAL_IMAGE_TAG_SUFFIX - Set-EnvFileVariable "EXTERNAL_IMAGE_TAG_SUFFIX" -Value $baseOS + Set-EnvFileVariable "EXTERNAL_IMAGE_TAG_SUFFIX" -Value $baseOS -Path "../.env" } Write-Host "Done!" -ForegroundColor Green -Push-Location docker\traefik\certs +Pop-Location +Push-Location ..\docker\traefik\certs try { Write-Host diff --git a/up.ps1 b/localContainers/scripts/up.ps1 similarity index 88% rename from up.ps1 rename to localContainers/scripts/up.ps1 index eb1cc00da..934319ebb 100644 --- a/up.ps1 +++ b/localContainers/scripts/up.ps1 @@ -2,14 +2,14 @@ $ErrorActionPreference = "Stop"; . .\upFunctions.ps1 -Validate-LicenseExpiry +Validate-LicenseExpiry -EnvFileName "../.env" -$envContent = Get-Content .env -Encoding UTF8 +$envContent = Get-Content "../.env" -Encoding UTF8 $xmCloudHost = $envContent | Where-Object { $_ -imatch "^CM_HOST=.+" } $sitecoreDockerRegistry = $envContent | Where-Object { $_ -imatch "^SITECORE_DOCKER_REGISTRY=.+" } $sitecoreVersion = $envContent | Where-Object { $_ -imatch "^SITECORE_VERSION=.+" } $ClientCredentialsLogin = $envContent | Where-Object { $_ -imatch "^SITECORE_FedAuth_dot_Auth0_dot_ClientCredentialsLogin=.+" } -$sitecoreApiKey = ($envContent | Where-Object { $_ -imatch "^SITECORE_API_KEY_xmcloudpreview=.+" }).Split("=")[1] +$sitecoreApiKey = ($envContent | Where-Object { $_ -imatch "^SITECORE_API_KEY_NEXTJS_STARTER=.+" }).Split("=")[1] $xmcloudDockerToolsImage = ($envContent | Where-Object { $_ -imatch "^TOOLS_IMAGE=.+" }).Split("=")[1] $xmCloudHost = $xmCloudHost.Split("=")[1] @@ -28,10 +28,10 @@ if ($ClientCredentialsLogin -eq "true") { } #set nuget version -$xmCloudBuild = Get-Content "xmcloud.build.json" | ConvertFrom-Json -$nodeVersion = $xmCloudBuild.renderingHosts.xmcloudpreview.nodeVersion +$xmCloudBuild = Get-Content "../../xmcloud.build.json" | ConvertFrom-Json +$nodeVersion = $xmCloudBuild.renderingHosts.nextjsStarter.nodeVersion if (![string]::IsNullOrWhitespace($nodeVersion)) { - Set-EnvFileVariable "NODEJS_VERSION" -Value $xmCloudBuild.renderingHosts.xmcloudpreview.nodeVersion + Set-EnvFileVariable "NODEJS_VERSION" -Value $xmCloudBuild.renderingHosts.nextjsStarter.nodeVersion -Path "../.env" } # Double check whether init has been run @@ -47,6 +47,10 @@ docker pull "$($sitecoreDockerRegistry)sitecore-xmcloud-cm:$($sitecoreVersion)" Write-Host "Keeping XM Cloud Tools image up to date" -ForegroundColor Green docker pull "$($xmcloudDockerToolsImage):$($sitecoreVersion)" +# Moving into the Local Containers Folder +Write-Host "Moving location into Local Containers folder..." -ForegroundColor Green +Push-Location ".." + # Build all containers in the Sitecore instance, forcing a pull of latest base containers Write-Host "Building containers..." -ForegroundColor Green docker compose build @@ -76,6 +80,9 @@ if (-not $status.status -eq "enabled") { Write-Error "Timeout waiting for Sitecore CM to become available via Traefik proxy. Check CM container logs." } +# Return to the original directory +Pop-Location + Write-Host "Restoring Sitecore CLI..." -ForegroundColor Green dotnet tool restore Write-Host "Installing Sitecore CLI Plugins..." @@ -114,8 +121,8 @@ dotnet sitecore index rebuild Write-Host "Pushing Default rendering host configuration" -ForegroundColor Green dotnet sitecore ser push -i RenderingHost -Write-Host "Pushing sitecore API key" -ForegroundColor Green -& docker\build\cm\templates\import-templates.ps1 -RenderingSiteName "xmcloudpreview" -SitecoreApiKey $sitecoreApiKey +Write-Host "Pushing sitecore API key" -ForegroundColor Green +& ..\docker\build\cm\templates\import-templates.ps1 -RenderingSiteName "NextJs-Starter" -SitecoreApiKey $sitecoreApiKey if ($ClientCredentialsLogin -ne "true") { Write-Host "Opening site..." -ForegroundColor Green diff --git a/upFunctions.ps1 b/localContainers/scripts/upFunctions.ps1 similarity index 100% rename from upFunctions.ps1 rename to localContainers/scripts/upFunctions.ps1 diff --git a/logo.png b/logo.png deleted file mode 100644 index 2782fe1876deb6c955e1c241779c58ff4507a27d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 41840 zcmdQqRaYEMlq9&jyA3|L1PyM%HMj!QCB#Yp}ryI=Dk{cVE7J*#EE(b-Js% z>-4p{+BZU3Q5qGA2nh-b3RPA{LKO20%gm42FVw`dIpT00rg71_gCw1O>&P1_g!hnANT#`0?PAi>kC3RLvyG z;l~8gQRce~6cmv9zwyblSj7EfkC#`go&|kaN1)<7>wbl+F3ZwxFn1}?UPh#PD zl*3_ApAso3zpi47t%|Qg*1)e5E|2%>9$klC0>1?~KgRFF>wk)}T3Q}j^Fn@=?d?Q7 zwu^Pf{h_GD|Br42K9iK#^n>XTU+wO{&o;5kEW((YN=q4@`q&_X0XhDC00LqGq^p$% z?p0lZ4b_$N7>O#U#}&JoLs*{PMS_WgD2c|6qq~&UsjY4q>Rj!o$c4Hmk?CPpOJW`= zXxEO@7_Ka;8{OF(JOBq3&97tzO%o$w;Owa#c{b0+M&@%w2$1W4-}Gr}??RLf6pN=R zJ5WiWq4o~cqM_f$GuDy&Mng4&pH@3`aYsSQ66}sx`Hl^(`9WoBLI{sFEhfuy-xLrx zS4=G55~qF4=7$&Ec+P1xfxwcQrqHCCw#F$+N^;vTNm`&1+pe>BFdI!2PQ#KJS4NDK z0O!^n#LPm?w4$q=XGyb#XT8q)yG8#HIR(+0(Z5R3hApQS37+LwiJ!P8{a_i`l~Vh{ zWu^K=q>xC3V`|D71~Hgb?xcI9af3Qgz#ZB1Bi-ccnl86_P-!cYVheg~6?Ck+&ai~H z6k>uIQEa1()b`$fGIKT>dX{4CA?Sow0YD^G;3dv%&|_k}zkF|iTCTb$R{}{3s85HWE{n%yrf^i%3b*v+`kpHLK-||__>8H z*p@0#dndznsA3_<=KIZD7wY-@z3`W8z!!Y6T=MD+-?7lCGc;t)jF0cbwhLKFtneeE<{r@b?>J$l1D=95fzK0eAPwr3^}uiPg;dG*Gi(UID$cleo|M>x?u(Cy z&GyWK9R*=8aOda)itN8vc#Q;*tv)~u18{3zA8?m`P3>2*5Rs+lZ5*9B)**tyGM`oo z?Bg=j8!Lx2%8G;&&=P&{S?#VG0IBA;rR6Z54#dfUqD1 zHXf<&LlwL(32>1LGwU z@CO<5QXRWRt{R%U)1~+Rby9(zdd#NQw$68JNJICc}_O7=0&LI8bxc=EITOK)=knKzSgHSyI9nS54r0idq8JN_XR+K}!RF|^f7jZ#4i*Hd zA)Ba@I$ONN1U%-K^Z5YVZ1)pK6P*3(7ejmLZXlJzDQP=h>R#1HE+E&!0R5? z-U&~BdD?gE@K#@0K$N~Wwke~EpIvaU7AcsBC^cj;%kc1mOHZE@-aZ(|>bpOJtjJYO zh{Z70XFY+jOxk2ryj)k$l0Q<+Ym#5!e<=v0k%r-v4I>gY@K=?Uy)Bbwz_Yce;nn6C&heVD+>USLBlr*uSMtXc@wdlf7lX zrxBTjpL>0L>SYz7Fq~H_IB@Dj($te)QtRg?n4~kqM+z+3&XyVMOXIp9_xs$7=wqjM zd7+;umlR#3+F|9P9)xS#4|Wu13U_+u84f8J34zXz)XVBPb+_+@juSd6tGX(}XH8U3 z9A~$_wfVhSwdu+j)EpYe?zZrk++&j=u7_co8M)h1wlWsK#?4h7@4qt;O014jxtoL> z5prg|FZ`^hcX9swE+;lprNh7|MY=M*CBc)4nfQodT1wV2lwaC&5h~G;DU)bSXr&5h z6tFhJj*i(1)}UO3(9_@_w<4b}R%ZE}dHEmI2E0R?sF*=&--F|$LVLTaW61NoUqm}d zypMkS4*oPRT(89(#I^UsHuirKw?H|ZaNeTf@2=B6 zd3`2DZ~He{ISSMT?rxuzr*+Y{YKn<}@7TFc@ksK!z3Xh0@L%`)M`<6oQ}#N+<#$@S zlg`DeU%R{;6h4_c zOsAE{ZCjjjq)3vbTCGPzzI%K`XR<*PmZEB7h8shg(P)>Gd;LCN7LBM6fZ*$f)jl^njN+t(YFLsl$ zY1yAUiRs+}7W_oykS(6S^s+ej7qo%J%-(?uNe3;xmJ^yUdp;md$N0 z(N_ga%+pL{E3YF1#BqHNd5l*-Mu{SN}@OD51(r{^VltWgo)U?c;A zf>f*DV7oN=s$J~K2zU6G)WK5uaoMr(U;ptR>2X)gMluQcyj49^>|PCBXlvC9>^Y?4 ze@pE!0vlz>06J8%XgENjb9@i%*qU?Fc<8@EeHa<4)FA3{txbbZ(PE&!Z~9mG`p-Qy zU5cq)RsNWL;-OKS5iw!bqk3RoT4CS{OdtC=A9fLGj_oQBinW@5%RI{zDB(6BwQz(H z2UTer@S~rFwhhtvfK4K==tVX47?)k%qav#2`|BG|-#Nmox8bGPR=0qFD!lppm|P2I>{S z`}MAYi+}(xbCPx{ONZRJ!dUp{=TRP86kHiL@0XAQa``Y!gmE{&yDDVm1&VSwPeXYN zHU=5}&t%$Ktc`n83dR_?+nNu8YuopEzAjh?sYtUdvsfn#v{+hdyW&ogQ1AM41+hXt z-;}F}te>01#7CLQ9K?*bwEvE$YZ+KcVN>gb*#*_tH%+A?uO#Bx4O#|Sx%s|jxzvqi zam?|eWf{SMO;8ir@iU#<;{Unq8pEM)Imv>C$Hp*wX6yA8V08SpF5tdp`-1T!BTE!O z^xYUER}eS0iy+b;7rVBL1dNu>(-34@xE7z1>zky%5^BGT2(r-36z1L0g0h<71Zxbw z#$DSsvkpYcHsWB+Ybd^9b!L+W7nlD!zK}NJz%ONk!YI0(~O7q zIA{_>&yu6X={6Hlnl??X8TWxXI}Sx#9g7NATb<8b?03#P@F$=1n3&r{Yl$^IY3_z} zE+4cZ5A)sjh300QBHSpHbShp*~dk#V)tiv(B*D$)hS%KC19 zrt_y7+pxs1m5&>0;xIpbh?y~G0vy=LcAhdU zLxp)0Q=FN|y?SMlNP9#w3Xl%`md*!%y?+`BPQ_fjkrv@t;Vko&D#|LjK4Bb!0eP zyGFgY{+#io;k10Yz)4K6^1jx|y@>rO(SR+PU!DSs>vLu$71KKQ`+ph0Ysu86JWRhA zd#F}Yn6$&XQaf=yyxXG9AM;cLqhrdzE#M*jm4|6z8!^Aib$@M~UZ0#A?!UN<*;O18 zqmzU}8(VR8nZ{>~)u)fO>c82pek`!lx^u9k?RD8L6G8jCfE($a!U6}IhI#U+xH6hE z5|)3Ru^&3jTTfq;%cGmHm-_ID0P{cijq-@=?8h^-8)32g=NQ!3OP0e9?#KgVBSIG> zu?P$g`lE97De$7PnL^AC&|rX+v^5S*?F^wQsO(ktCB%d6KhOf8{A;nR^%IKeK9r40Re2OOi!E=_#wjRKsia+5oy{&anD0ECe5%Ey13TtJi@_n;6wdD^Dsfm1 z4b<=a;mzY***`T!y$c27KR8bBL|s(2K#W1780&lv9`g!1>r^zHQ1Sp0rOH=-k24g( z%NVcLt5JW~s+R1<+qi^g>1#yH%d(*D8e1)*!+= z>~}F|Nczs_G?6Z-urrROLv|AEtse6%5n%K33J>ba+4w0SMpaz2+~2FW_XJ>S8D-0APyR5XbGERY#S8)nj6 zAB7+Xn~k5TiZG|oC4yh|Cvyl;G|;EECgo@Q`;J3}P!kUyb}ue*=rNC$gyibPspp2Tj8 zMp%0(L14Uozc9yfI(n7s<;K$t#+43|mla+>mwNp6vk}^L5c3!`LRt@h@F*+-l zMU3M=IcvA!+)%$}WVhHU>C=1<3+ilzr93|X;q^cI0boRwTGa`%MSYAR3c{L*3a`% z%4RdFOBBXPA%uslGT=Q`D#6jvedccIu}KG&G~4_4obp7eOKeWQuY8lfwpLeaKmLH} zh;8QxZ!6B-eI@fmHvc#zXmji^{c1f4qa42 zt4UpHM{TEUKA8)g4^x&RaV`eQS#(p-eR)v&XHH_s<@W*bfkNqGiK+|@wzz+`1cpZy8h`6h74Vf`txr7gfX`#MHD!fY{3 z*}Sg8m?!84wJB1ETlo&cF zL|JzWB&LJ z8cw^@GKY8Y0TVFr2`qJ6@kjY9b3U$qD6Z4loYSalna#0;A5CDp3`tXo?cB_K$6P2w zM9xh5pU_yoqrt!T5s_aUB*XU_d_dd0toDEEUB(<29)Hi*8|p3v#@B-EbGxrjp~CuE z_DQ8Urn8jT8qJzJxC`aR@W-U~LfLRCIXu$r0}?ja7zF7~bwXPDU-)#JYwHxN+++ye z+MfXPVRiO|G?9J=zKe^IE1LFyy7weK4;H)X7h2^`3{-+&ZR8yD7~ri4nT%OXCBPBU zti7M8p5s_~%z_xOqnr+su}*{`1pa2crBnNT>S!RhS}Nr9C%Z;O-XFMAp0A!&|`5FPdE*TmI|D`^xxOzYff+-pBA3^ zHZ14HZCwAlJgvv!D0o39ZzWbF(4~wBBg0?qAn@o}_{lK%$?d}hg=0D@c$hfkbR41F zsq3VS?04`c$Bf9O)Gu#!4YSTn^4vUjslUGwBY9c7pI*%ot9Na>s%@&K4*9+V-TK-g zu(cns@iRbVDZGA9*rg)@u>W^OYv|hak(t%z3#?FzrJZi;Q@sWHZiPEZn6cjlDe9y% zmzsmfF3w&3;0Q4(+K|V@=1)rAN>FU>p71b=Jz{$Tma8m%SDVh&v~E_69kf2(a?sYk ztPI;H%tVxqWv6esjg{B=0jmXM)dMD7jEVt>q1&nAP4f42nDW~XvZhXEZsnGV;%+wT zrkigil~;+2dO0O40GcKnb4tZDgV<87=IsDt0p))l{X4EyOhX;l+5Aq@t(5kql!ika1kr@ zQ{ffHR=2IFX29}IW!*!$y@Co!*RzD6*ImuS_$#v0!f&QPjxXlLk!ar-E-O7!RAnhy zuG8Q~is}o5KSCgOQV@w$V#Ib?uK!P91UjF7>$8nZvkaT>9BG7EotXwsQiX3B!z~5o z!v7(q7Bo`O=!m!O|DIvk)p7x@9l=W#x((OjYCs6}{IFO)&OE$nz5e1=pwa>FFUud? z6D+~wkr-^orS&1>s`*!k{d=j3DN{ji3t=y_mZDDZaG3y+?I_q@>WD5XdQNLOU4c$W z)gi|fus2e)ZEqp&(r}mhJ1#t{-KWXLPQEshQ#okqr29vwCRpJvMHq8L*KygKy%N3CrafAf8MoXFAAMhXyfq*aX{<;qZF~DZh zrlp-2s_cRX>Ee2KSX;KMsuu!z5rSGKtP706XUkZQ(-FWp|!nrwBPc!Ga0pg;^g zr-;`xtHqRJ8`z0T3cy_xUO=%YTso2C)4z^e8ClBxWI(1wo^%V2Qaa_hJ{DQ>S;*`j zlue?(c;zGZQfARSVUVqgiVd~aF+HZHQjr?7W z_`}YJ#NtFfq(d>|mwb+1r0&LYc=@0%fB>nQE^+*78NuHTf}-a{q|f#fVb(8#|^I zXaal5{kdLw)OvBA1sbg}nYPikX4>~N&Vv(0bAl*|-}p(@=6)4*w`?Mk8@r(W?8f9dIp?HqIGW{qE3qcw4R0ALPh4NHnAMfU|C6{79%83|JUa3yPVoM&}w6s*fP zYgJ=CupuWFM=X4r3lR26@m6z_Hs^jF!9tHr9mLS1ohXdIPdr6ed_9*dx?B_>o+6T^ z+B|*je0Wn)_dbjwrqW)<&@csNO>`6q2QA08s$R(lT(Z|ZtT>a@yOdLb?tn*b0qi)a zT*xf~KSRNw91s-xWU2J{V#cHULa^{eh^d7D2w^&lP_a$EA^ip@mL4{IYRy_Zr0>1@ z?fz|O@<#9n;FPs$An|(4FQ0GXmVLb5yjcr07Wfa0!(%T~U|+aO8p4%@wSPHGTEz5g z85Pl1FIS?Kx_Wz@Cl>rvv<#sD%DdxqB5{sVnmfELCToZ3aC}1l+{BRVOYkXjjXJL! znw=808|z}}6_DTXr&6=v7?nj#7+e0e^>DZRVMJEVv0paHscYDcYD2_{!{7am>*ZkV z_Z;yO$%}>&F_-TOjGh@|I!a;wmN^!RXp|)A3W44ZT35Z7^WPV&p}%*2o~w%M__3LL ze%HfRvFteXRD` z(Hrk}j1@!P(=%DB&s@Akj;jpCo(D@yeETm*jZH--msxhOc5Rl4?D~_tEIuvB@%EDL zF!4e?agBK;7y%+yXlNPQL2kZ8^T$p*sU zdr+!1zb=TI)aulBjG@=w&Zp#PAN3kUrsvkW}750NEPkk?$8GbjLgdJ&>EWzAwr zDtdV}lSZnjh+@*T*-m&aEn?ziJR)L(SGMcV{P?7>lh}6bQ1GK0Cg@V_ov4X#sI);+ z^J4|jk_DdBd58CsjGB&Bp=OuELldpf*;0Zx{z;VQ+&iKPVe58a>hthU1*_g3L%V@K zH%vT88Is*BRa#;7?!`~ib|ehtE7MRwiNX6AK=Q5VU<8{$0I7-HsbH-ItHm|v7mc$Cy!w~wZ0>vXl=V;W+N%Q` z%Kj8Hr;akBe|`jbfB zM%jIhSvV;5{j8#KG67K6+Re zsni-Dw}Z_^@#}XW4H8l=Ai)TrbZdNsBGPF9ugXyP?Jza9gWbmdYeLLxtG8}14H2e! zuVZsK2J(m`W{iB5Ob`AJnHAh}q6~a!Ky-n~B1GYrA+C&U=F2not+p1qw5a3eUi?If ziZ&lEG4IR%;Bx3bd1{#|=5Y~!-_gd|;u%bT;^u5lG)tj2NvK&?0gSKH6fJN_Phx<) z8mU0Ny-h=jhniFKY;|Qia)eNSR`At=kX=tZDvu0Af+oxlR(_tG7bdRX_QXEjltOod_Km|3Z`Z^T^oqJVft0&*jZeo;t-ir>)P0l# z6K7*LGdBwhgY^sJVykYi%r9>_I;%Gex6m0QnF^)Knhl(qEFH%YAcLoICug&o@4Z7s zPixeXCn-sofd+_xH~7Dwt$^smkcc1ZwZlJ1@nO4@Uw#v=VtLc1RrcHlco_H}7UzC% ztB?%hks_4=QW3WOE*Zp`2&bY+LL9(mAJ|bDFj0{x#2iRuPp)wo)bGIGiTHwhA?G2B z8LUbpo*$ZN)T*tXzY-$-F_wyS5RUsC~|3h9HNuip-bI@#bxck@!yLE5W>fy@D)bTYJvV9)M zWu)4)F)W>J!Mb15*9l?vJu_*|78SgG_yphF4D|gTJFYb7Oce(pSQ5|XUc>yQfB?9% z*x%3kzP~ZPnVK-Me)ewibp6B9^s4w~^orNy9@y_Lb0Kg&E@tTePb&-3ub){RRE?Zm65JsK*rU>2q8Y zV(-hDM^DG~nBm)%1yw>gj9s+URFI11H*lSaYB>&8M6fn1d%b~WuY}}CJ4WioVzav- zGhVOTPUYsek}Y|U9vIpA53C<)@^|26*{nO#Q**;#pVqORW)o&T5&gEG=pdWR@LDGC zhqRtoGx|IN31>0I*?jvYlFn;{t4@R8NSXwOj5?<2HCG-NSO!Pk*uPcXFjUfeba!QU z1pije8IEf#%vKcaC_;_0p=Lat{ynCSPfzr>!qmp? zpMQv$AbD-X=6p!D7}EC>p+bb~QfDze9lzM-eA+;1Lt7Q>uXGy7ZNrz3?yhIPK3_a0 zdoJ4KH?LE7mZanOiu1ST!)V;A5M;sDUBfv@t2Ppp(rgg|tA>eF=M$So7p&)x<-ZjI z9O@8%z)Lx3qR2|=vb%mCGQNcGGgj%O@8+vPBK8#y-Y%e{L5*@|Fdw5sB>mgCZI9aP zS==!IB3)<#2V+DR6Y$*?%yOXS#w#%26$(pkq$zM5*U4oOnl_?}rWC@x6+2t6ajMa4dqOJQr67#ZpzwaA@gk*r; zt06FjBOz@n9|Po-Pdt{BZ`|2iLTGqOIYWOzp%bnPmq%P}!)kf$P(xv^m zG>D$$r(Zaf2SLdzcD`SK2=rOkoR@K^=3Cs&xV7oYt=jW;8aOEWn$*Jx8O-4a*MVGV zyO*YztEU3Pi!|2Ih{fh)aX^!z@;g2;wSsz;^l*ykBzn6c!$Nl~eos575QEb{cd{f>+5i;YnX^z0X`Q;ylh znUXY_D;-JlMEab95&&J<77jBjZpT-P>vcNpk2K;Y)0)v6=V68~R!#y)NEd6(JS6Lo z$g+6l#OI7hKh>{eA-mhI?U#Mx(g8JHd#~^`8M}!h8zC^JwCR|rl59wdo$le-4^IUdAg7R<WgAL?Aarz1w#&!1ohW1@&rLmc&e zh-2+-MAe7sfqwQpl}eu*Oxkc#CzanU&V+7UCfpoW84MET^=NYSngd|bq1yOe+eiXZ zcqma#9jV^mjCZ+w^RBdM4VM}}m#FFiXO$J7Zkwk8kmJ#~*@7|39$P7-|A^_TCF_yI zH4;1!11A<964YAr8#UM7L2CR^tTf!k^>7xdw_UEV)x=_;Am*_2z3JS_4%Hz+4-n<} zRZAq6EM<*4Xf9s-$zZ__%PpVqgtthP)y;g?rKoaH>;PFXwb=viB~6DZ#=Tsf20gSI z36j~M!d3N_fW%lF+6;$a2aCaF7_$U0$vXRg6U@Pgpu~%# zo^0dDqNCo9l~jSuhxB;3 zK4`iqPoGDX5&it9I#7&vcm2iB*kz@en~UKF&c5)#i>49Ab4}A^+FzgS1{)>GHEAZV z~exXmv2$XG) z&he^xZ9K(Q&e?c_8_Zu0PJb+)O0q@o3w(b2N-HM0Q@P z5Dt-lYemjqQwdbial5l`%8>rsU z*VmVYTZkK3_v8U{@#NXXT)4cfBU#nHVoZz2^7M4*Ei^M9PE(g(uYZ=dTEb(;S$E{x z6`?d73yF5sRge#LFi5gQY1krOq{#}7ti?-QqIiDEcP3e9t@z2BAm+r#;3bQV#ZBx6 z(_hT7w;DD2gAzM#bB(V1r2`fD-L1(sADA5F8X2$GI4`!PGM6BMa2ktrv$V>A&L5&d zDv~TEmsAbEi`1_=*5f)?>foqXHQxI6bBKtmSDTi$sINv$RP@vG%E~;cw=^{_lVyEM zaxy)wUWdC~tdR`=BP4oW>9SQHLAr&!7h?`V-{VTDMmmmVI#HG~odW?N>r6RKvn_)# zG7xMQNv-cF^Dy1Vv8u}thuMN&+%UoP%(T}`|29lZAPaCiK!;GM^WilildoUAVH>`B zSD6ZF74KwD&mmUsiB*17yuH+6pQLe{7e8S4a!-(WHX~i4Y7;!f|AEgRIm612rUA=_ zff8xtj5>S6>7(tOXGou>ZZ(OCbfx~sf?r-wD2B~t@P5;b!gnuqqG^Q}Ohz^p z_U=g*BGmd8tr?K?0rl&-+DYaepONcN+K4y2FCjvc_|9zxJlFq5@$tR1CIY-vkeM9R zlaT8rg9sVw7*Qpe=ICJ6l?_}RV8rWF5nqWk-|wV&M~2t*B`~9{0^O2OEFO`1AA*g7 z%|4591pXu!z4XAvE9|O+2`i$0Fc@R>EqBBHLBl`2ds8sEC!M(4MCzuZpZ$V7l&!sR zBr0nK`vX=aw)5#($U*yMoLh_5)Gq7p?<32cfDVubzjCjj8lPpLj27Qy4kJ1gkd{!y zw}M22g@vMzg%VQK=jgD@fi?ZhYjU*QhA$q6Dpt7$&C9(MkObRzPmJOJ0 z3(}`r^ecpqXFj5GMQa-?q04k)6N`yhuVHOVRA*1*Ws{x0J{j6A+kUROL*+ziyHS7n z;`;YCpFen8L%;giAdyCIyWy*ZE=z`XRa}8vi;U?U@0E%qn~s-oIZVF|1TPwZXV-ND zpvGMeVjq@DipIA8sIFyQ9-Df|G80nb>adY`T)_uz!=-TVputV6YQw=GJC+eZYe_6@ zSJdG0QMZ$+sToWBRqp2=3uB-7YqnkMnMLD*K z^a1@DBVC$#%!I#;P!jW*B&cDqRVCCY)=D@eijTQgl6oyTVp=)chzu2K1`bDVwd3tY zMR^!-b|u6ir9~{qqFRuUR)mcUg|SQ7uX05QoZsPRs2an!#b^?evF#9-M2^5M5|(sX)n@?=ZOw(oq9)%#GTO^94h?uAp$- zGV`#n8_3aULeZ&a2oW(uvE%_Sm!+p|`#BvKHCgDDeU_^E%58iy1j$lh0sfunP=3B} z`_b%~z@X1@tuk1a4-Og=lByg{~ko05`}-`!1C z+jU1285M=QMWCdIqT=C$$uvDh+berv`{%2D;Q>4=>n_&Ozx*f*}`?lDA4*f2e(!E$;K-4Mk$>G7G3CO zsz6Qg%brOaeIf$!7rNO)CxS?~lR?W10Sum%bsd0GPO{WL*H#Xf-#NDB{h-)CApOG& zTJjpt^1Xl`4R0pH2%&1D-y=Q{{RJTSaeB#zf#h`o79f3Cd7aR1r;4@IJNn*yiQQys zBgnT^XOiW|LHGT0_36mzl_Gj=9E_TlR+yHdpN2v^Cm4W|I34HFWG?PJ4I^Im$cjZ) zZWLiXu`NhQ{S|o#ftW_zm^dCU{megKqs!e0D~j^zFe4=1`I-1M91%Hk&ntWzPw(Py*ET$bvs4pmwQF0$`;2CwC`9T^=c zOk7@;eS}EL8)B5KWL`Cdpf^u$VeR>lL?WXXb@tlQHf5pdh*ZnZBHgCY{*Gh(8n=>^ zZMAm$fV`9eMhX8`_+}wGGz17IPrHb7U&(QiSQG*DpU}@8^AvTL$q{k&zeF)9b!lhp zAXrEt7>o$zgd4DUycFALxV@N+QUL8B^*S6xTJ!KnIn2vc3P9pb3dIgnXulzhLmfu1 za^UE!H%elsyX;fOffqE5XZL5U@OioE25}u0OgSF|S{8t3 zgPkQ8?ZyAiJylEl*AeHSK3uVonKdWBC zf){ew{sD%hs|NLGQt=HsV`52lxZcF1+3xD${5HtD%X8XM4P@;sFv3n$OP+!zy((>z z4}6&gI0h1^2$?maNMdYMa4MD!2X~w~5=9YaF2MzZ%aXM9^jKWsA*nR1Lvl2(O(z!z zqHL%;;0ed#S%+{CGRi%EPi4=PNB1H5N3Q8Uj5TNN))!h2_It8=IO0hP&nAe!MMm>! zO_4I2Vb;&{<`lrJk1eH=?_{w|HmoHfh8=}=F0tT|Y>Hr&$y$k|hhNniIm^?74%eqE5|#&vMC63o)RK?i8?pDlQggBK zHC(i>rdN({4u^3CwNLUD)D#`zB}nkl5!TxahJ2rs+@3qYoL5-JS}gctdFawH;7nY+ z%|1YBDQ~&a&$r}KG&Yu*e{~+G!Hqg zt|IwfA6Oln$W^p`v`Tae3rlY6u(5XCBwig0G<5$~z0ud;_1v*PQcvn@FNpY*GJWug zg|D*GS8AncfY6_M>i3bWP9S5>8HWk!bMT^=m?}{_O11eCC^vN~;Qe_cE{^}G%w>XJ z_{)rg(s8Mb?>CmwqRE1x^izc46setoh{_^YZ+92ZwpRcFrpJ%JqlU%ns?YXFWHuif zEmB=WgPSi1(d+Upl*jkJoEBjud#VdIDL7NBS?V%G2(TIS3MlN#wliHZwm}H>cv7SU zHM!X_3jQ=9(l`L1O0vQw)8VVK73_+P(Ri895Ed$#T;ksk8`7`Rg86o-V zv7kCGlhnkget6ozoeFW@;jf1?Oc#N*;mEdhl)+c1!oA%c zcBRgt!2>MUz3+19wU4z;eF!~m@0o4igz zOq?l=9mL}E_{XK!V+5>_?_4}UFs&}cKAwtbqFVY&w13WpDYE2(4>O==pK#;8LrmoO zjm6OR#B&%kTK#-eBugrLY}0;7$eRDA42pbBN{zvF(1g#uPvXUU0k+i}LZZiK&N!LL zPpEa$h;6@a&a21a16*|ute#%{xglOK>X;kvI)ucBzy!FbQ;E5XC~8?CeTr;hZ%?33 zt7x(zPdV~kMnOaQ9-MHoY8xtrD#J1I4bLtCK}?Z1wu&t78gLejOgA}DZdz*MoQIL! zP|cLCYW0jPyzVM{l~^FgT}wq0m(M*@yq?X#0Mv9*ZQe6IJN=}9u{Oq*X6!P3-c1wG zvAzL5kcbmCuwZlxR5!0AJRz4zC_>d!zAcrhCgiO6x|}C5!_YWXK$VcSlJKo;KkT&_ zui{fmei21@P=QHjy)P}W=iMnQ;JonRr7P|uJu4Cvw&6womPcMpJ18cmw`n<~LdL|t zDpj!)ru_v{CO_7=U)kT}A&HA*=Q5CZeg+^kz3!E=p zYU<U{Z&C22*R$5(vGkqsS@1KBRIud1S9mW_{Dc!Bv;1~T$4UR z=#sJn@@F!>E(0(Hp+cVgS&d-j1YX~dKT=v4Sc7+PbtZnK{+GG;7rAkog%a&w=R-ur zN7OS9y6d@CCcvXNLSG;X>~H`pG1Lt-#p;GJoA1YNQPWI(;#=J z^0I}_ciwqDupL1~xi|3=jr;UuXt4s#(@QYgEiNWBf(Z*`VNtc2dE4%8aeQ;g9a^vt zKn1-$YWQxY;$MQ^eSh9Lq72eX(gUv;ZnfHH;pccBwRDKonTorvdWn4R{#iKAzLHZw ziTp^`_>=BTory817>N~bC_7^soCKWZroqO)UcvseS|L|e8?zND(jCb9{$$?SVMdLF z6hzO0IQoTxi7nP z&{X(Ayh+!8MaVZ^&phTM-SplySp%1ZFa#^|GqM>3NSbNiueDbOf{b@qfj7N}cUv)W zkS%GCfS+-YW}|3&ThTw2SJt>=fsp>2463Zgdx@-ubI&>Tl+ksDU;z^uS+YkjIB5Ha z7f~**mYo)KU|&~lmDHbOa4Uy3Ym`EyT(YkUZM@dr7?yG{QeB7!h#hWSNw1ro5QS z-EWG@)H`LpwP|H+tc*(Vw&53bu~4d2p|L%b0*fPC$0SjPo;)T@lL2lf0BgZGjT@L= zmj416jRtd&;p&^L4PX;`uA<@K!O{X_eBL^UdICHNt#wV(^l%fe9Vz?w4is(-@=~=^ z)Jr$GxQ7fp$D2^~%b4%BIHeW(EaI~1W10v)TJ;B*YCAh$+hu5Q6YQN24IDFvKBDoV zdb1I%#-=9GBaLE0xp;Nqw+GXc4+dIlK=%MfhItGOJy@bqZjy{l%*|ayG&FgRXY;29 zz%$!l_N7c?K7nS>Q*54B$7&6nN{a~Hvu;87TKv%I3>OyI7v`pDhRq0Xx++FD1?!|s7KdGrIqubMY$9ZqH`Yxap>waN~_P;tj6UECNi1i;fX}sb8GNaEx8{l8b@Z;!80jbwbKbY0XP zS7p;}IP?Kp50O|J8yll247zd5e$_bTurYXNQ9FKr_bN5$Ilfs!RssRw*^B*j3v@&>5Qsw*kHl(*V1jh7+s^3 zNNHI)zV-F5;r@I7ZSFCA_{YEQ!I@`%8cUb0k+R@|VJs)ZTH9LavAgo(Aly=Z3=bCl zwP32M7JPBy#N&VEbhrX;SMb4CU;pN*62Dz=_CwG8!|BT$mGx!caQd_J@7(vuty+R* z)LJmCcYc_Qi*VDzc;~}LocFDF@yCCyLv=v`CX^J4RU(&{*wjks&2pg7dI>m{DDd zQhyMS{I>~T{N6|S!#~!c%pbtiiefktw0sN;2r8fayeyW9vR16yHkUp>Uh>Zbai6_^vclZ7 zO>xfM&p$6W&vV>9=LBJfM}=L-n41QTQA;pv0W^y_)ABdBFUJ?Y{V~?8NnrN)5+Mn% zdP38!tfpTpe6D-an_`PnC!Eqv@nU>gA*u>O7*kk)pvqJ3l9I-$B}X9ndE}8s50ate zrB_`hy7~D~Bu$U$Ccf@L@uI z?MD3V_FFNgrb1br#yJ^X8@ijE>i~ocQqeWgH<=G5oK9MxWo7mCFRf~BSypka^bk>MaXo3-PUTipW zwt;PRr_Be|Pg#=kk7U1b!#eS2aQ)AIg{!~yZ5+4zEL0bFe*uSQIcq`<_L?W1+6qZye@Jf2P`*ky7rT==`N%k3L4bvo^UeSW>hNHM%P>rXGfB=vES z^!?}Gb?Tw-8L^HxrDkt8{Da4~Y?(Y335~+ralgl4y8HdzV=&{#7vmrIbl`i}FU5jg zip+G%5m+0X9JWXM>*bQwjz)an1!B!ddwNT4O{dXI`dpgc^01^AZ%a!Od+k|`%P)80 z-FM%B-(Rf8U??1W(Jsed_+&+o!O-R1xGR>##wLzck&Mi&2ME@I7S;vFT@sXdTLeD8s1NkFrJUHcK+ZY44oe%_u)e8X&0G%pyqH>3j>_UfJpJBceE+WxVfn^J^9TdS zZGZb0PB{5A)QLsI0ce&NuX}62ZYc8_Us)t&=ght4F&Ol742I&BTc$`$hxiqaI`H-h zU8#<>4tUqS{965F;JTq7H5Z)q+m~N<__F(_{h8hG{@lUun9)OqQD?z)-?1|&3HeY} zBzG|BLO?8+?mND=22ATjEQg+!iD8}OM7k(Wu@ERdtcHBiR*33iF|N1t61Pb{y`;~x zXnLHFI&aIl%eATQ7_Zwx5LU}YlksrDdMx@FCSkFQLZvpgO5ISwGih|zuEwg3b&B-n zO&*KAW=UalF3g$#9)T1R8`1=S6{t! zquA`@WYgFe516!mC`smwAHDX96x{w|vF-M+FC6l&89n3}6$H~evT&q@VB$VgQM;AZ zD&0ydqAU+By^u%`t3neNT`e5s6_GALZvrLKPB<5nb2G)w=0qAN-L&?Lq%++jclNAw z|CE^iOj?vtB%3jWilhm~+7-|WHVlow7m!5ce~w(_e6$r~Y=GO56_Szj-&ALE;9K7H zZ5>$K(1P2pJQt@Qw7a>5?`ZX}S%$-%(p8gkVW1z^t_ea-xHSD7Gom$Y4ePhRbvivw zqBj|CkYth>$2ck6F)tl7ZAeJw^lM*#S;}lbxw75vzU;tZUFLSHPj*{CE0Bf}c1YvO zpsOQ^Xt*~?Gtp zMba^?5(!hRaZDp|#=aeB54THPSd^F(=A^qM3aG_UazlC}o#BB|{_00^QFBntWAeO& z{GC)(BXOS~k+g;*Sl8H!>(4z2Upwsx{PBv<;)R>PjytY854%nsZ>H=W{1`r!T+MY- zF;x1VTtlx)(}OI!NhB@gZiq3y$G5*zN%Q?GbFPoxW{{4452~AFD8q?YU;VEC+eMX9Cz9gfU`yRRBvav?@E!B~}KQ@>ag&J0}Mm`DO{ zZxU`_5*~^_1+PDCNFWV=PBKb-lwewft`>%kIDbxLA0^#!J@?64gxj-*1Vlo5A4^;S zrfbG2k+_`SB9g{uNl1rG6xk_ve(OX!E6Hf|^cxDM6h{lBsl()Z3e4#(~}4;6(WWzqcSN0(!_X?>FnmvL|i;U>k3$(^St ze~)VwYcQ$8Bn`t&3Tddtu@XroaV~77gag)G3@a*KFAiGAR2(IdNT^ALR<{Ojudhpk&=#g<#Z(1FKdp-}qu z6p64_psrX}wm;yJZbJ|abwV)AO}499mu6bEuem?tbhsxrjoBv19hM#ziy5KVfUX%d z9HqdeoH&S9ELpM`g@r}xsS%$T(dDdWihehzCjoJy9S|3V()kS@2BGM>;N3lu5T%Sp z)e3dA>N>^Zi;CqnruJR=o`lz@bAjB+tnbpZ2i6mzdQE2>-zU}>C<0+>t%;8 zvp?L~`S<*MZ}U;~@MG)ST>rsiZ56?=f;Gv+V@a`4G6;sGwxV)}kvkCYFv(;>-IbJS zn=$V;(pZ%lEe)!>3MFhfLxceoWnR+mp!keGv%wnQmUc^nmrFrMdqx_!S4hRH8aYXY zuJ-2>jBe=6!z0^RhFgp7dN8^VENd>$!20Wo7zEQ54x@P0|KN{zBJJh^UxPzoz>hAm z9*+LbuhH7MY5REb#TRhkfd`?ztyRi^*DhAAdCdwuSJpevS46D|Ok&Y(NXU`r&Tc2y z_8}qo0|8ZzvN=~Vykc7xyl~v!&=_@_;iPZV2Fbc{zrx1S~wWQ(xUUQ<~5R`l|(mK3dw^?q+JpUU8|qzHOc5k zu4Sme^3!#|vS#^ff}w;(>A13A$+~w?7_LXk6EOE27)F~)RND|gm)?waMNnE^iJGzF)SA0&5h<a#T5B|?j> zqfN>fYDrL*zb^9vv5JPng6Rz>9P#2`oKE+7P6yk8ke%D{hST45=)L#u$75|b7&X#2 zSkJ>LtO(`mMzJ~R4XjWtTH&6D!!eR4gVQhJc5ou!Hym@K~O)fmeGSKH^Z7U=e zedE!CwCqaJ${IUqDke{!C}rwGOw^l8Gjp7ZmPvmkCEZo-LpK--ptz!1NXMhB8ck?@ zwb$Xm@rOTihZMni$T+Sjj&%i)b(}0EvUdjlH_Rm44fzDan%b74Dub{#4y$P7$LR*0 ze}~t^q7{*TE%{`#xoz88tOUof^_=qkye>_oylyMOiZOUDO5}2)NV-~XFBdhBsy40LwTWS?gyWC=&pgTf{EQ>}*@vIr_t$@Y;n3Iv z|Jn87wA(pHN@nNN&UyEIGwF7Lm0)xs(4}yjcCEr^@Ra=cfr!q7P{-AkvN^Gmj21!@ zj3$|UqM@s$FXFL=t?^p4;%{rQo`*hneSLJTv8d^I&_(CzrTLM|(RGF(H?kb5T?j zLO3DmgdzCjAn?{oG9|9?NkM5DTyou9;*{+*55rO^nXF@9W*yHY9yOyB9(-`;MN%HE zaAb}%qqYm!0(jy1t|kyo1ROKT7mlF}R=B?+7%^daoSZqkC1J&}@#GT^(W8-zXyT!( zMH7+sYeL!_DQN|_S{Xwv`WRNx$L{T%G`UzsU$eC=h7Nv7tR|~zm+?$vgo8mK zRNxTdXGQ2bP*CXXRSJvfay!@D6*ITQC4N4w;TT6Z=}@fx;T9{AXkk3hA)hd{Xay&< zJ6y;=PX2kgl?4+-!X1E7F3KG zhw{pDA(x({Fw~M3k`V{qf>LE65f*~6xw5j~)z)VnmymzAKVx^qI66Ty%R6DQO3cA=@k z__6@!kBp9fiDVzCVfUomOrIIJ;GnLQcS1!Yw z#EWPJm;I^i9*`~+KJwtg6Hhwz^AgL?laN?= z!=?=BW9pMmdbto$=TDsu_pwf==N)0*Z`}XbE-Sh1+H14U>#iHDVX$>zk?S!L)|4J2 z;YGJjo_z8>Q>L8oX@31MnPiWK$ql8XA{))veD1IOh7xuwu1+JaQhY;HY6&}?Zq*oL zv4omUsq#1XQTv(uQ2DKdpnhr_eZq<6J}S(3bv|@;eE0s0v4*)lYo_P_blQoQCh2zh zoVfZ&1vu`+AnNLkRrwXcFfI4pHVl&k&rNUFe&rew7Jtq+EKrwCg5fm#v^f`sR)Z*X zBxcNoA<1wqOro<5bgH5dGZ(}FKZWw$iyRX7M7v>$j>5JP$V@kq#<>p z2v5!>kxVFZ;ny}>nwsDVhA?OMy~T2oQ#QLS+YBxTs)S%3e(=6UC!hLhE5T5aI9!lV zFjfNS*U27p=wok)iT3c5&mQwbGino@{<*gf$hh$^0_g+q``z9jo6*}0Y>Tv3So;)? zxA;ZYjU9W)k7mvK%+=xWdNsA0)3A-?h9YVO*UD-%Ys0V8Y^vbh+cw?b44eD#M?d4# zPx*CzI?Rx`mi;%4?>oG}nR=&CH#LF^!+rRAYTTcHMI?%$zj^ zogI?P<_b)M5Y^YGQ1cim=z93eudN0U{Mt7-b4=u;u^u_@9FYtO0lde`>OS5o+G4+3wJtRM; zkVvMp8Nyx0K(2Z}NGvGva{((_!{N>_yna6_s%jABz^?2nr@C#0{{(5LpB^d@@6cM` zdJE?ZDKTFZ4nOc8j|crVN4JO9?6Wy?As+nu-p%*jzDI!+@)}nIFiJ{G5h@IbMbnG&ZzCbx-XJepk8M)u*P`RB+pKA{ zZql!E+-t!PpC~V1aO?{&pMSvfFQ3!znY#Dp4PJ~MHgn#}pLyrptjJwo{>$<5El|pq!C@h>{t=7tHGR&v zVQl~Q-O(ZZ#{c4ybWFmL0&@w;a6F9`2tNVBCp~NYJ_6#f%VNvKFVziNbA+ys}Eli0SF;MBwpl{*nOIo#y99W%KewxjI`^k-2@-gOE z)66RpBL%K+lcbbH0hwg{*3wB4voH_7~twPN2M291ZRACSW<0{0; z0}4tUC>1Fd@%XtmPIuRCxTQmAW75R3!f7*Ruv^kD(jc;0q+W!VSYBLQJf)(dVn$U} z)zm;BKq4v-A)#;(SPS-;f8ztwr<`&8qfZ@icvIVZFG!TuTcY12bI(ur5t6|Qmn*yS z%%8nH&5Ry4@We_*_#BbKkJvPql+3zt&g=`WPbNE6DabuaH6jCYO)63km>LaCWyM9f zrJ<=f`OiBM_vJphH1zYQ#&yhaE}ewUeEFlFaq6f1)??~z;xZ}!sl2T5-F_o%#tWCK zW6E}&&WJbSjC~x4MV%-p0>1dIG-}3qk&JuPEB?m5hJ2D?+(^s`ZX9GyCDkMA+@oUk zM2D-x#nCR7U|F;gRmmo`oMuwWdwn2?4K5!XVd;W)WU+T}JxYX-lDWB^d5|cF-1=Ou zRs`pr2k(UaME%;0N7V5MI$E2se&sSWH`U|lefC0WMHQAOePT&)7PbdtCxlQFa-cIU zjl5lMpv-R=tB`~{p%^&+*b{Gf>d8l++V7CV_S<#-UK8i;Jb&uMsnaHul~6itj3(M-?EYA4RYs($J%rsXZGwrUg9H<^=4+mJhWg;XO&W0kvvlsD>p^sdWIej_->Y~1;~Qta_0q?B>Oaq#Jr0tL zCK|%bamzUK=2t#;__A}dZcP98mkt<~&(%^x%0;yGq6nt6bmsZ9XI=PxgJ9TeHYUXx z`Xv8^SlnJ0I$L50H^#)zZla--T9LUAmDPyTVTP#WMx6XpAvKehv63&-FsxE3mtl%a z#VNmvV_0ax%!fa9ToQ*0vHXqW7{?c4kd{h#mLz+FKJCGrmOXbRV34))chJ@gtGU zu#pUxbQoJIZN=+AW1DpGQhFTH0QHL9@KB)>kuD*;SOz5}E>sDje)X#l;U9l^19!i8 z8IIe(M)jLse0TNAKm78BpWO5J+y7+bV2qoJ@G zgz_rru%Z&A z94jOvE+@y4WO7yvyG!b;k3ueKA%lV_>fUx?{o~Ty+N2JO<8XTtiX`05BvM_{E}~hK zRdk8M$u_5`lvI976fe~#U9qk-yzV6YA+cIyo0H@s#AFam3gc7lc*-{se+uo6vTOpy z*`yfQQeS4h@}@%zw6!UYhK&(ia_#>3;$?GD+bZoytvI#qQCRH6$|X&>`Pw`2g|B@I zhaNaV-R-~f)%)?s-#v{-U-&kTK4>DA)Mw$Ab~~ZOP}Wx$*KPRzm0!C2nI|5)Pi17x zXX8aEl{1CVZl5^oPcMBSmdwr>PiD@)&pu=kE=84Kk6!#Xpo?WRETH` zh67BrV9pbQxkeF;!6*VI<(+P zsP>`6B$%`!7|u(f)nbgpBoaa{g@LPl1$&}Etf?Z^+BC6r6AW)MF0o{zLRK4A zcj5Y555tM4PQseH;j>~khl(mE-g$jJPCw*3`1|AE$0>(R#}~hPFK+wYfAPSx-@!45 zPQvmAqm0?yMx!BnTCc24ji**#YRbEN40#@)&4$l_TOK4 z-{H;f;`C={+19rDcH^D<9eJ>sWKiJAY=&Sul*M7Fk#Ua39V?5v<*hjV zd;8&Y-#i!_np@GhrbEnQp%S@xZOt&Laz$vVkaTFh&@wTs7ipA|o&=;V7Lty#SY&7R zPw9_KIwg`3-KcDnHmKZ)DLjU8p2mL-Yn)R|rC5nrCS#?)z7aV5M}7o4#WD$5?s67_ ziA0nbgkZu&>>*5Vr%{1ShD@LPENzISomxBrIwp8f$& zID9IWishoo#R@5IxTV`Qr`&gDl5hO=?0+u zrl_A%XbG|3WrmGyY&52;;`K3^*mPBXE)>_f@a~raSbm8I{&%xD?1x?<7%$QVZnfPY z818QzKN4{W!8md4&-|FA2*#M-VH1pjob@82-%HB9{3uAf@ z9d?Ecs7le>RIC=Ndf#9Qxsf3wrb|Zpz#IU}ifN-hGa_NS`qQczxie;x#^X@smqtp- zc8IB67lWJMN9vFc7zcACUakH^zZRxVN_mqY<%Es1)90xr9|k?qYU5OWHGjgEO+-CG zlJYe^Zf3mv$m#p+EGJSiJa<uob5_cm&b=x#?zN>=@V!F<@w9Sg1KDo;4exrB&QS5hmv{Bp+;0mbJ;HYD9De%^C^6sZy?BKsDgZNCtr<&sx@0uBxg1|^Np z7|>1mq%!2Tmh#J)a~wvUwp@WCO1ccwYkF*K5xT7CvU{Y(806(_+N4;sDZKei7Z$%J zcj_7;^-PJpqRwu{SoX zZo~~&+=1I}ejK&yT2WZo`+im-$+UN7@L`j5=P$qTq96b6FMl?#u-_z;bvVBy8-FE? zcaz+J)w~!9b7J6Dfd}lRi?q{uvu9oSy@Yy-B&|ZO!e~(9N+Tk<)GlwqS=Sthi@$Y@ z^b zS#-3faLu0%!EXDPiDGYu0bjHIusk)?(7^!ejk|i~20XV4_}+~--~6*{zW#NI=3o?s znxHe^W{q_~#b{8>reF~mb5*23RH0B5I2Xd6MMR84{bXtWB?tRLUtcl9vcw z4qvv zp`gft2ku*m4a+kqt>9NBjS?LWa8__dCZ@Vde26d*@U&=oCu1o*@|Pv5+rh!p{AvHg zC46;3okP$CU&w`k-0Ud9Le3hO_AV#X+kU-?+|7mH(^%9DT=%`Jt~%?&FMmn0Cb1Z7 zYbe0L3TP`qW~1f8$vPB1OOFKt<-1i@%s(id=EG!b%MiaA>}rW&-XW8)$NtmN($$IA z?p=;(M^XyPXOMyrjhZlLl7%84Q&hZ=49yXPIE*yLHd+RTUu_dn6KYH(HpDRITT@W^ zxk<=`lSsYXhUCp_;d`PDUXLh1nFp~;?q!5dXC|B;<;*atZs&r!v z(=Q_aXe?p)x0Udia$fWs=fU$7KP7k0MqHf!q#4&Qk!v^ejm0^To0Kw%i^LF)#LyXz zh^gKMk1vC_-d%$`{`fIwR_?4mZU(U|j4wTN@rJAj-JX7qjOn}kiJ@YF;9d7`m?J=cKYlcij;Z3Q`<&2^DF(^_kz7F48xT!m|2W+cM9j1_8A zv9j5$7{~t_hAA#3Et2d^z*FkR?7!{;_q0OPKU0tOpZ^F>u~fV+4_qN1I({_?O~(`= zvNnzxSJorAR?PQeIT!gA);jRPMFo~FlH4&m<-Vu7NaR{Rf~ISnqn>DY-j#9Gj5j9Q z>FyC>xNHb!`LLy^a?)Vf^lnS2(=*GFW!po{ZF&Cw!gy&kqtu#%@adE>psOEEbIwa3 zn8h!D{vsB>6UMP~PKB4<E2F4kT{ip_c4+kDHP5Mp=5jjF1hoz z|78P`EeW{hgpi&YKt{~N&_7#H)R}>=(vA2OFI-)uEz9|;>~y&@(04iO*jzV5bvv|c zbVH2nj5}*tNeL<{Do|Ehf>QBQN_t4~Fp7B$%dtz#N>L_KURH*R@^VyFR-wAO20pJx z&Q~k|AxpKMi%563r*Bc~zwo;07gFLafnZ+j8l|O9%FDfY^R;z&|LuBINY^zfR8QBM>LSc**{0wL(otm1vX;^n;kofUOS|m0 zyK*@&tG83O1j9;``Vd#W79fP8*I(fx+YU!cx=UTS=|?Z4c4H?>%6ynxcnB&yRg%6# zSscS*!EgpJr%jBNW7IhVxS{X>WE>upWE0Z+;myjpxv4g0x<Qg)(4{+T4xpUVpU${`BIX{LI>e({23>#Qa7QBQ*L3&9-PAA%_q zg88~hFmZk+!|2KxT?NkjAi)^d^UIrmgpWUbALSKQ#szF|s8cY`ga6a%6goRP@U8Fs z00$p(1R5IZjIvk4qBqOF7Z~J1G3EoMq-#WiQLhBVxDGBqDDT2Q|Mnj4zk3PBPbfq* z-Gw=#>=XSn5KpxTF$^EU&~?bUO-(i78Q*05rf@&hWFl%{QQdrW8#7%a+>>DF@>P)a zOT#$%%d_#>Z_mW~m7|wn2)Pen&U6><{L8=Z`o;xkeMX}6SPbuglwobC)aoGuYk_LH zd9W+NYob2Kx>9Ia7f}sY>et-f?RMv8guKNbG`-)B*4J85Bu#O`DK*&Tce^0CQwaX4 z0aV^J1tn)xAmDKz^idqn_hQJF>S+Lkb_ZIjBv)e(b@p<;w5ZfNxl)7CNJLo#d+xa} zii>r3sC4^FDWyzFsYqpIH3Gp9K6w9KWqHVDnAm)2@On+3+J}~qnz<{4#dnXmHZDI{ zw{%e>p8M}=l$G<%6PoI2MABT>t-IWZ6Kq=>U4=Lzwj9Sqmx{kg#ck>Otf1jpJ|=*d z?q7=~?{}f3TIg#Oca^ADD>sS-bJm&X?7U#FedH4Ps456zr_WEqg1dIZ z?7z>$n6HjQVWk(o^-_jEZ{$-usCV@h*wnJ{8ncFU2Z%iW z@Dg-%BoGRDB&{?qv1G$yxuh~e_Cwv&dI7I6DOO3l(~tAI-o&hA1L|DG64Sq$CU}j( zA}>0cVtD$_m2h)dR4mkd#T`u&4yREh9iub8_?3%|t5jfd^=#b3fMKk4xiU6f)p!kZ zVV8nyB1SsnXs?gp_^YPls-NtMz0RseotUM@EAz5nuCbeCKn0;I(ZMl(bgqfv*>m2( zx@R}S9Z#d8CW!L!0r+Clje5QfZ5ORWdZ{S+7_adiN>jO5*gk12T)5h;veU=u2YMv! zRyJdag0v`B8;XjHF?Q^DL?T>fbz~wC2%=uPv`d#RK`<0jV@SHVdm|Z5Eb2#BU9&-~ zTwt3EOO+J6@%pRl@W0nNA4`pHN;Q8cvxVX;zPIQIj*{`rsa(e=x)?D|z$@s(9rf6-bbmnGny9kYL zOJqf{F$`;C?QRWQ4Y`V(uszZ>NQJ@|-ze)Aw&0KpC*$-hcSc0IgI=k4rnvC;J7dmK zW!SJ#NJh?zcT59v{UjMBW|;_agvQEUswRN?m)o%H_ZzY5_jPD{F${N^7oM?V4>D6K zQ%>1MK_p9$gbRgWLSn@jv3*0Okn2cELraR4(o<4Mh$uIiR^R7oZEr_ec_oU9idENP zB!cx)Ea$g;*?ov7W=4!hqct0#37r?@o z8u0d$4JaMwQ18zgt$FkbUti|5p8bzH?GyK1pZY0?_1gTzsOKAln` zr=5{rz1xN0*q{<$wIBX*VzsDQqh@+_P9`Y{_~t4Jra;IgAYyFq8;T?)Nnyx`(!wB$ z3;aq-3Iix9Fr+BtM`6&1!hjH)bpOWHR7y8#taOw3C5n*=pWlzVx;m^`wG0!+RLc2# zjq5T+U#E^M=Jf?Va*ZAohy;Bu_{CBgKc)a1*0kZNCsv}gj88u|RbZbZs0gMl)d;_n z4=VewgJ-)qn&T?~K7rHF^kVzdd- zTo26Lb-#V8Csy;5C7NKYGUOOSg3&gIK`MrjWYR(wayMDlim|f`arqqwqXa>*UXu9N z_3z;J>t4rwKmI_jHjC;|0lxD0T~Rj0hlUkh>bpb+EM=f95~I7sM~dmF5C?~LJTAmr zv$BuzxKR^}wbWS9d~8{05{!=P3+nw2$)U0&gfSHbs3|W*O&P`Xi&Trhsx*X(k^+<$ z1;k%~DHA7{`;Jub{_eo)6-!YPa$^jyL9Vg7oYy77>obMdS6LE7WpMx%#eN}LA)}BN zWraSuRv(^xbUB)vqbMlw_F9%MxgjJnF|3QNRDM;5+X%E+TBLhaoQ~kK*2k5t+#w{_ z-|-k;Pf3*@tKVzI8xO5VakXfrSZLPwe@2sZg@MZPzQF8V_TS6A#O}NAFk$EjhIJ+v zVN@My-Z0KcF3syY;4gIIsyh$I*pd>VmNf3T`c=Gs?@H{tYYm?Gzs30XPv4i+4os*j z##is$1^!|un$||eO6k6S!{(5%kPI!HL{|pwtK-0;;`0vvz zF-9zz{H~D(%OxO6z9F#&O=3j^x1kk7@CniecRBWmEyMZk&!EXwEUj-~Wms6|!)y1g zN9~FvLUP^G98_J8HsQ1aj~AG|U_U;t)?o886r|f7G7K5P7}O%7tQMtia=KY`$lWa# zN#N4k4#n)9#;A1n-}){d{^bW4Gowf?WL!Nhg!^vz5RcxrNUqR{>C;Pb@!#f2Pe%x( zmLy|6hNKX3h=}`V5Zudfvtq%JU>xu( zOK4!=E`|v4P(<0e^dcwcsjnJ}pM$;S<>iWGBGITyH&}2_r<7%bbZP2?L3lD!wvykv zPzW6!kC^-V$_9==Ab`61dc6JayYNU}#^dMiZY@PWC8KamiSu3PdOTS)HFe;wyFOGC z554S`ZU%1Ysw6UTtclZ#vCd1{7BI?aqmay*9WUUB$lF-&sg!ahWpBCsSi}WoUNo%k z!YlWzN1&LIM*L_KA|@99gc)<^8X;8xtPCxLHEfL^6b4T)`iyg6qhtd$gyDEJf#&rc zxZvme;ef-Yt5nZDz65{y=4+^&SO||_jMh|Ey{29^K7hY}<6S)WkTgQLvFq-Y`1~K| zAkq;>xG4q)7mAWRIfo`5PN8*86h~Y;8An_>SxO+Q=44Dev>5x}JOZCR*4leN+;iiJAttiXYC}HMXIEUO%7mXP^^9}M1Hv6 z7&;5aBo+1Jr&gr~HY{$&Dc_inlP}y&&dh-iKHPv?E`9+8MSi&}_$9fVuS2R?x*ees zkCH!q=}o-#@&+Lp7xq4U3_knoS!k<^Akv-?OD2n0X97*D!Z`ZcDLCeeY3eCd?He6f z_hLKzayfH9RfavUt3r5v45^5mlN>_IRbbEzdt4+KS}-gvW80R&w3=KWU$*5jUMp2n1p4%CTd zLn~*XAc>SpH)-+GrC73b8488SNG4Wdv62g|7hX$Yp$i{>T#NhfU!#Als>bxkd}`EySr6@yqSg_6v8Dx}tbk<%c_6juvfNag+Cxvyc-$4x>W zZXABbB%FHvbTqH+M04q9;reMf;fm?-$$l;MUAXT{3-Q2ti_y9~D&*nD{EI5F z%N6BlTNy=$t0Hqsuaqtax@e$t+7&0bqAeFI(NIbG2J@IPHHZ$fo7Cd-VP0Ds zzWvVI_-D-+9CyHhxO10X@PE6_$I-_ghX(25{P49`;N~}oI2mOS@XIk88XEA&0@Jxqme-|MTGp2@SMly6}s0 zpGM=#FlwfkMW@6gIXJ*Yzstt^k&Gts%QIibszUSe5T~;Mtxlvx1IVnI_qfSXK~-Ti_p;+M}chH_d7M%>2oD$Sr(DTA?GGm70;Pn zBoYiK+^O@vHXf(N4WfSy^V0dEP&;j#|HH2XJ#He;<3(6;i@QpierlCD7CE&r)mrlbs z9@+;-er1Yugr8&C9x!B@>S%Q7HQy`ilvecuWCW7KbHk z-fe_nZ)yOtKLTo^o^0ck^J9k}*E4c%u~`{-+5=WB3XIEn~3` zMv2J%Lp?O{`PFbW(JaER2gLk-|D=i2=I%Fh!GTB5-s7NSr_bBt;PNqJX2~`Z5Q&C_ zlTS7*QeBIi)Mmd3CI>k|!5@F8!+NssikJ{5X{Q{n*&hf#00= zI_j5nqFT~1Js%~P&hTOFYprlORg;&gxbd zEr>4I)qC$OqArQv31Or6-dVk@-s`G~7CngaM?~*L=iT@7`}Lhq=fhm*oSE~Sd9Inc z=l+c)MUX1Vb7xc=N;g@?ygRAIunrfqi%zg<+Aa#$S8-6PppM>9{-pZL;`0Lwi*L(q zR|XJAgF5cQup!p^bwH>t&oV^lyQ-(tE5*tIByU4$Ic+ zi%LfPU)i5(UUw>c9xJP=LrIg`X^Fnk6P2w)1G6#5B9c$mg6i;d)r@@PT)-05p<0Y? zc!K4#k$?Qme>N?3=09Xs1>OAy90%N9Np~-{oxXp*-A%QSJl{<2_4^Y(5`49o{quPv zGd4QtKA$Wa(YA-^B)Gra;pIV<)Kx`cQq&Pcp1tWQ&p$5;)n`8gr4ip|=83@mz!;TJ zlCS*_`PCA~;Lic{&pl_sl+3G4>R)EB?8>7ew8c6~4MHOSAQDC`5653|2O#i!yZ<8t zQ|cjJ2?{EEAEX#)b=HvxHR8-K#x}?nBOAGNrDo&7@xuR|jir@GbMc;TWr&v+ey+r< zse+%j(OSKX3@^aX7Ps$(u;8fi=yS|nmB)nWpv2drjKPwiu+;!bKU3Ia%>yPcp2 z%d>JpkQUpM`#qeUllRb|-Idtp0_LZhA&Od^yEhH{E!vj>(qC3CCNCGU;#BscXV%B9 z84LL}unC{dSkPzzdbs^`r?Wwouc*5`s0tGLUN z&+eSKZ<4)VzrL*D?Y`>UmcIXMKp+8m?pChE33aQLFPqcrToj}s^isie9Ols}%X8gZ zDtq2VNI!2}^UnRsyFRjbt}H0{U>x3HzgXum*+A?G{>zzyJE-tdFofMVIw)J?!=K`q zU?%AJ<^lA$e-cxp-yCxs)V=cZU&ZZ|Y7n{eX%h{uG-#Y`vkL^d45@)l5RR@QWfRc2|A1 z8Iz}V+pEHsy>BVZhP&X2LX4Z6IM$R&9Lv!SmR(2Xq79|`f19$nQt)i~o_RB&CzPi! zb1xbu?S{N-g+iR21dO%bzDR3_b7UTIg^k;(gtDSNSg27@Q24elc13~I#i4hlrTB3@ zcG4Z~nq<-G0b%v_-1vq%E7$JGg2)mAL=VYQvyE)O_-85e3JQhx|B2kSr|R7!!JkqNNky?C#fXc$Mu1`g@Dr#R}g3?wqaT8fB@$$L)=a z4{faH<5Q9RD4>s=^@O&`w{<#;n5hfa#6UKWOW4`dd0cgu^IUzIsiE*lA2I*$6$;1Q z7gFw}!Y(hUg-iduPLPopmI;!2DI8V>0FqFFIt1*URpBMmAw>f5_jMXa-9I<%%pb4P zmhVba->mz|HEc7GkGL)J8R9Ij5+kQ@lA7B8fuzxlJX$;;YslpKotNT}+lE;7O5DxH zUv#XgFS^b~1s?ue^d~$~E-VoFVrZwV_d%8iW%Z;oK+@Y5iM6#Sp#G3poUy}^2qZQm zW_t?5lK$IrdBys$lSXE5PAj9O_d%^m1=N^Ce^K=LnKY@vLLgDwdW2p|zY5{D`Lcwa zs0c^xiYay6YCMP$l%-SdFMC`r8p>bYZ3<7a(7qXALwEn4NSBgi31YM_DSuryQ!f(J zKaDbWr@~Jmj~JR>nTZi{`o+<($1Bo1^!D(+nov=`Lpk5P2X~~}EZTZ7ONKj?%kC$V zE4j?FG)F->u3hLqA=iXf;Gcn*0d)nrkIi?x!5@r41z0!h)+%S;PoBb)Mzz6pCSf@` zkCm|^do#1Hi+0yCM^RmR8^DA(F`^vvC|7+ywPrzrmXN`wNH_y088S(h&7@kH<9J+ zSO;v${Zb7+E&V;00r~bb3US)9fTysn(UHT>^|AQ1TizwbhPpMG3QEp{3GU3Livg#A z+V3}~#;*Zs!kdRq1jz7pDIBMLfR--d2YnC0gK?`LRRGP_2E5c{<+*|yEwSYoPFBJ*wv zBF9vYFFG#P;o)S4$40E{G%9?y+lKXLGMo-SY``cb)%Wb1cv(?h1p1ux=kb!pMjfNK z0l2-;TepX^xZZL$0n=MVFT;=1t1rfT{klp)v&P1Ae9xFeL*EtOJK$ieML^lJysE2c zKME!DT`!&#wIjeOc4W)h%Tx1f9G>0Aqf#N3S|J^c&iIGa^EIa5mhLA;KDL^NC}I-g zx%2bC3&A!zXW}S^MwkvE`OuU$mImOXZ_k=~`T5R#skAC@)Yz{=GP~LQ5=KE}^m!mc<6>?4O zq;I?xUiee+v?d%N)Vm%J8%hlFJ4SkD)=X?j(%=30P^S&nzkh)RGkd9}>H3SOa)2V( zkA~-QnWJ1TTKjwPgQ9e}TZ~m=vEN@vNyzcAgQo1scc*AuWov?`_d%;ce;vt|o!rvS zNp#EtYR=b1-u1|iUK%wuv7L=m<1$vPsW)knl3cOr76$I`At$+rC;CQq8w=lla)(M&+G*c&N2U8W4!uks`9bG(syvx zC9EWRJ0%L`N4c>rk(w9NrAKH^sKOpzLZ4RHoCYG&v5`4o)ir%#q1e%G!bHK*`L9&p zr%TH8s@17PTrafrYSj!LAQGtkx4+d1(M2CQ1lXv>=}%SSL~Rr!`Qi`;ii2#M6vSuP zzCJ@&5o6?i7)-lcCiAqiK-xG4F*8~8Nd_@f3?{I>YkJXy9@7~ZOEJi$1s~Iboj+oT zfwTp)LlPUdJ=-E2Lgj`ge!j1SrSjg&U&3$QB|+t5@}h&mdnq5!y_s4X0r!wWw`QTN zePHGU;W$c;+r~;6NtRBsmx96UGJB^_6Ljn%@=wLTz?b=#nNT5)g)goaWVNqJ#iLC7 zd9H%6TTgQ>D5*@nWY_{YSVycSR{3)1bXK#JZ;~&|jImxlYmoRx?^R|UW?q8%Wj0!i zEpt--FB8rMMeB!+9egRyR7Vp|fGpD=URyg1Z>!g&S?t`FW~Gjbf?YM;@aJv#?Y*LYQoO-(vzQr}U2#G- zE1UIb4;bq`ZuN>6`e&C3^*0he|4>T_J^yl;;{@TNtnjpegRhoSyy&x!dM_(^Bg4I+ z%dG)F*_MfPPH?C`NioR=B`B<+oJlfrtONa&~iwX9o{zZX%OPs?&`RP5CrzLtAEOg`aQuN?RLH z+lBc93`il{A|yVG-b_~%kB*k+5lkW!h*U96C-pD0S!VGhP3-E|_NJAk=8u}?Lf<5M zmB^XU0Su`VkZ6c^E1^xM@wiq<26=Z19poML#k}huZdt>Ey$2feH^$fW$)v{{puY=) zZSQ`WL1(j_^xjDOwB|El_TJ(mFtQNe#?VUl1^%QaCDj{rPOqBkoZ!!5)>7boyd;iJ z5;}hO?x1+$_;oICsoFN;omp2G{>&lXJ&BnN-02{#Kv#~-1Cb8%-o(j8*1gR5<@k~0 zKz7IM4eI`fw)o86WrfKQrk!p59adsXL&fm*A8GP%seh$dFpzw#C0Y_Cf7xt>qTkYT z@8jFtxCJVTyzJHT@K)}(K>8>MpC?J8IC-pa46V3}jFOR&g8*_>o=(7sEnp4EWcCsS z4{CpUBEs#&Q3LGrxlVcn94lCWO;w`|(@DPt(SD_7`POIPC-9}KIBqmIf3RrIFm2$CkPoXv6g=4qftFh5H69{_F%|dt;?IHB>t9I%Pr}P zMjS~>Q@GWJX6T`qlBW+#9yyNF5(DPZDAF%%qQl?_8S$>4vv{*}V7O;rp8eWEV=C6Q zlft!eC5&Z>4V(LQI~AzYbn&R*D}K<`nF5`|r^;;!z*SygExHakbUMBw^DC!eV-0(+ zht6Pae>EXCKtJ5*}tTPSn&b86MrUh{AjA+tjTb6pyT%`i1#a3Oy2L6l;`Niq{U*B)wZahDXEB#gz}`! z)eaU9UBmq*g0=LorBeiXKw1}WVZsY2sa$o;XGw`^{1o&RAE{~Bh|W=jN?<8ikszmY zP*nA>3AKpkj%rAZ&YwvR_|YqU8ur|g`L+D7<5~^eh^6Pl z@6cUJhy@#hVhlJU%j~JA|AqOP=P7Fz z^H0ZK$gRnnicRw6mz8}q(JxVov?ww7OjL93cC9=6A zRdl>3GJ;O?9f*=Lrm>kRH!wK_ok}?yg4Mwvpqhas<3;nq_d2X7HFFCeadeArQ=O8- z^k5OhhW$5j=ntJzx&iCY0rthAX)0~WV|;b0!ohhob5Nu8FC?`hnEv@)fPMX|fFxNr zrJLN0x(B1f%e7BLjwaX!oH(DVsR}2X*`X$|&DfKorrW@n?4|JbH%#`t$AcEqf5ku2 zk^aEzd%MlzRjR}gn22GP{9;^Wd;L&q6`1%N@c<=|H}$4N`P{#~Z*Zb?P=*{nFsX`` zQ=Uy~06W=FONm{)A$L6D69GH7&l0Pqok4gib?N*WnLCqtfg3{mV{t`T-0J(dkIKA* zG>&UiA#y)+zrlOkvRCT+i5+D1qC`~f?uM*8s8=DW-tiONWzA3Tr{2--yt8lCFDq}E zCEfW_$IlKO4^8MaQ@lG?>vQT=Wa6;ReZTlP*SBkTQ9UlR=A(0%xP!mUmI*Zh0t}^q zq|D-I5`^L6j?>nB+&Xasr=??U-!~NKuErvh*-rXL7MaP+EnYbpsDE&m%RK*tU*kEk zxTB-68JevD_J`Nidc;@H)1_-?blnJz2V9d6$_gp^$!UL}@)*TqNt|S#(M*61Vft)w zHu&ssaUZy()#x%7H#m=F-uv zX*O>y;(%L~Hn%mJpY!F!)QfuILsK(m(=ip|D!5f;_igqt)zt6K=W8;%)yhd7Q>nPg z@_a*)QQn2vhwCW8CN|dtBeRH>HbV9_VkAwMg20k;C+JgikwIaY(Qu^h{f=(25&x>cW4Dbg8=!SmQjQeRAx z3U<@^uP=rvvIiSBUr?lF9uWIkMkF9uS04kEj!@_gJ0wR{)K&_5%oR(f(4_fExi~+k=f}!-*MBNFSXCq zRnt=+sK0HtgmJs#h*h_elxqCrmrQ#`4_sv&`0XAHcjR`^%^@lchf`Myk`u742-%$t z*W}zDkiUWb1dPMx-XJCJ9vI&cN0M_P>i{4=cQ_e!SpV4{l<1Z*wNzK~ulAMr zvT!?QsWot7FD1|UBITWb9$6Rb`IeWNzYgIiQz&Yj3A`k`wwD`=u zQYpmA=by@UG9(pdwSIO974-;Wn(i_bP5?Gx$eq@$g!G$q?<`u!KN@>_UUk_Ejs`Jr z&ELRRnujJjv@1NUHc^6Q3JS8+GrdrvH+qA20{3518t-P9$%+i>&O{Qm++%PPKC~SU z^2}qDCW_4N$EbBT-QJ;#E*GE5y<3(JV21)#?ZRS@9NAt1 zLfdnZISo2zu}8z?L53aAWlIpcq=sc13ALm$ zQaJM=1T!!lvE_Qq#P{51vlT@)~!c?S3 zTfR8QO{dOKKho{3{f$aGn*7{cD;`JKdp8z+u#xrK9VykaW4Yw=z#*M&p{>ZW02%j( z_*5}u7Wdb%uO5I>Xxt)hsO+HBv6L1V5`Nbt&yadlIM@rxFK_KSMpLQqQ)c6_X!}P* zW!V%yi2l;Fgv+y+TDjY~G!mj<)k(cK?eXp4ac8<&+~^|eFsnoO1yE+Xd>(yEljO)A z=`*kFjh$7IgbZPfuT{Hi`ogC19rIO&5Mwx6KjE zJ4=?H^sZZGZy|nB-sUpzb|ezZXzkVD%;)nfM3c@jHpWN2k^}PIN8wbP4_~`t3eJH; z+&r8Y@HPSVg`5g^Zv14CluZ*X85JHV3*~HCB&e*RbZ;`fKxMV`=VDs4!CqS|lZg@~ zt1EjFk!!o8HjpRmz$W|BG{$A-3${Fc82T2G(#_-3CW*SphPa-dUZYjLq2Z{Kx`J^e zzcR;r7tBuO;R@<|Vln7e@;90gpKf#dGJc86DY;$;2M1rBqRXT-W(@rXc)qL^L} z6u;DUPd;cySEE43{Q(oq2S^v%$~nOA!!V$QEk^_~^;>(D(HZ0NNDp)f|Jx3xCVxsm zd)v&h;tL_I*Qa;@X9q{kX@qW&Fq8A7GuRkLLzq18eP7^Qe}p&`P1j-DjmUk9H4qw+ z*l^MVk|U@UNGM*Q{IcG&RHXW|1tUqycuIB47HpOz;;J>o%P*ly)V94^R1{Dn~ z&kq(ww{%80AMVx(PX9_cTYs#dL*7uhe&k{9gbTw_*VKEMz8WvMoT z(^Iq}NXlqQyLmR6<%7;S8p^xaiJ~-RBz7dczp|UE_G&ER-3*nha{Ex(p#WE`3ywu6(rwCJ88hO-{J%@n1nYS&7w55g{Kz zFk41SHcKq;nT2Rpitb#VaLbIk;iVfJSuQpi0}?#Qs=VPNs#7F5B!b_HHb9u^Ns*e1 zdfMh!KNU+z%@4FDUlnf72!S3|`}tcA0tbbzwa(fFS1h_bsA^lN5KN@a@$F_r=&gJ; z5q|xHqI|<4ynBeE^WrLHS4}Q&-i=9@;iYoHcItitydTZ~DDTJ%vDi7r9 z_l=EAD}88C6`}sKqWsgXW9W3y70CL_*DlxrQB_GZf@A{F@92Pzrs}}nea=D5=dwFm zE3hdnmx-t7$JwH62b&OVK;piO&5T#JISbcClr zRX_ED-;`n^?cd15@Bf3XbB1{doev00wOfkMIRDr;{{2f4{3N=6u^=0&6&v^k9sb0; zLOpc&IBd0sB$=8o%~$q3NIBnra+o#&k#bNn$Yl5{t_^$93NtV!LvcMm86corqI*8w z;p7QKNzbx0uMH!bH^?!fG1Rh%~Z(hM$ESo4XcR9kmu&dT#czEz7>Zu?n znnZfK$nU*zrWts_@6cx*JifXSx@nmKEw7SZo8E0%pT>@<4=<~kdjZemDd{Cr+kNUs&Qoey}1#gV#*=}3dA2~n*a{@w=Acbl$@92!nbSdTj&V5SYs zt&O4=LGrOb@9Q^jG}WGjzw7O!rxtDkWcypPdq(d|X=eCC8{lY9Oqk2>ZBI|etRq_5 z|Kp|ML+%FIO2N*HoC5@=)BEFC{~$terZqw#+Qczo+wpI{_)82YrNi_FjoT6<%j zPUUUOpNb0w072Ll&Z}~i%1e4(=&2e(oT#WS@<09==mxp6=#S!Si+^J(KJSxd6F1UV z)1lzFXXj$Q#`*XKOP&HBl9z!8Fu`-`q@FL(hUQuN)U+=h!7$)!!fs-H@#7<%Nq zS4VR%xVCLGqN-Y{T(c~(zM_xUwZ||2RD}nzVpsT(E&Nsl4hz#RjO_DIskm(b=JCIp zuDHY-@&sgoWT&^@!JH1ASTa_u_a}&A@BqT+AJl-z(><(jtcrYZW%(YUN(7;Wlbp^C z<*Cj0pm5#i)KG!Q4ZG@8$`0&dV)9-YzLUpbMWZY+oGm`s+fMJcz3TU#-wYmQU%qNEGfP}!OR#tjz^UrnI1G9=9&)VfWL z@Pzz@L=e?tGo^ou7s1(Sr3`A0&uo@L=c?3m0NZ05Mh-E+T#6RMd{hPaK>azCWr`t)!R^Q=fiJ8%J>c`tRJYd>d4I;n z^!4Lio$na0SrelF>P3#&(gTEFzjQ`w4%q+G0oC5f04s9~ePBo{b~w?0F62pCj*9i1 z0^qW}xY@Kg)*Ki9h#z&PxY|=ztI}-bGyI^qpk z_SD5_I362PQN8>6g)`Eg5qZIN(X)Qar*e%MBb8{+5106;0!|7p} z4lB5@F&J62WdXdEye{$Zj%~VBtcn;K7gyjh!mg@%R|251IKStdA~R~`qx)pRti_G{ z)zx{iZkpFVbb8@U3122Ou(sKA?+wxtuZAjeU;hJGfXQ#TW?!9Sh^4~5Q2XE}uP8Ed zG*9P-uIPIH_L3*y8#`N4-WVS>f?Un*uhf1nP>mY~N1#YK4Db$!R6YgQ!b38Bf)%4j zV-2b)cNmTa^;r3Fr%J^1dKV7b>0{fuV!^Fd$K0GKraBn{3|l8Eok`N16RRw$cC_yY zqNS#8pp3$FPwCE9f0sX?=GV12|HsS8e;6ROwMS^?9;_rsEYL4`jat7ENFj?K@{j)H z|FGTK^SKLD56$?{3qvR^!SDdtFNLDwOK*Mgl5nwMql0b6>0E8IO%7#ix>`NIOaNKasF8%2J)%N|!XWX+udVbFZ-@dY;EymZXd=ULXV^TuQH{ zb9kJD`dMEz$CAI92qunsGNd#MLW|&~`uG(Y^;NDg@*ORHD_gcuPnXJ-@Q3`MQ6}ZA z-&46oW%&i0J0n-Qd4iUG61a?JblZkc0KSJ+4n1%6w^3ZQ`Nt{4Pe!6wF~!?uL;~vH zMiLd9TZLPC{>gGL++{)8rjtC{NlVRZRFb3B_=KU*mveH&Q3_!|YZmIeJz`Uj^f!0f zT+MODO@VVVB{pJ)<)*v}nXfkUJ_30kJw5YP{_p*|s z27e76cr5h%Edgz*%4S^@Do4joA^tbUUJ`?P?5%zfkSwoiS+Y>70lRNeiQ|96oWL-W zc|D)L40083YxtvInL!^#dj4Gpfz$8CinM@O#c_~?x5bGXocg~|&q4zQW7#M$rA$EF zZLCqFhfG25pL%$5j2f#j6!oeDs4D+I7qPUYea~oLBiKt9_!seBpo$V$9fXjz4E-O} Cz*#i_ diff --git a/sitecore.json b/sitecore.json index 8855b9d1c..f6bd69c2a 100644 --- a/sitecore.json +++ b/sitecore.json @@ -1,7 +1,7 @@ { "$schema": "./.sitecore/schemas/RootConfigurationFile.schema.json", "modules": [ - "src/*.module.json" + "headapps/**/*.module.json" ], "plugins": [ "Sitecore.DevEx.Extensibility.Serialization@5.2.113", diff --git a/xmcloud.build.json b/xmcloud.build.json index 193ab78cd..7d319ccd9 100644 --- a/xmcloud.build.json +++ b/xmcloud.build.json @@ -1,7 +1,7 @@ { "renderingHosts": { - "xmcloudpreview": { - "path": "./src/sxastarter", + "nextjsStarter": { + "path": "./headapps/nextjs-starter/app", "nodeVersion": "20.14.0", "jssDeploymentSecret": "110F1C44A496B45478640DD36F80C18C9", "enabled": true, From 863666f1ca3516fc2bb1617a79e251801e863fd6 Mon Sep 17 00:00:00 2001 From: Rob Earlam Date: Fri, 12 Jul 2024 12:31:23 +1000 Subject: [PATCH 02/14] Fixed paths in readme docs --- README.md | 2 +- localContainers/README.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5bb9b7492..470eae4c0 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ For developers new to XM Cloud you can follow the Getting Started Guide on the [ ## Disconnected offline development It is possible to mock a small subset of the XM Cloud Application elements to enable offline development. This can allow for a disconnected development experience, however it is recommend to work in the default connected mode. -You can find more information about how setup the offline development experience [here](./localcontainers/README.md) \ No newline at end of file +You can find more information about how setup the offline development experience [here](./localContainers/README.md) \ No newline at end of file diff --git a/localContainers/README.md b/localContainers/README.md index 3e969be64..7cb6c78a4 100644 --- a/localContainers/README.md +++ b/localContainers/README.md @@ -7,27 +7,27 @@ Below are the instructions for how to mock a small subset of the XM Cloud Applic - A windows based machine is required to run the local containers ## Running the Containers -A number of PowerShell scripts have been provided to help you configure the repository and interact with the containers. These scripts are located in the `./localcontainers/scripts` folder. +A number of PowerShell scripts have been provided to help you configure the repository and interact with the containers. These scripts are located in the `./localContainers/scripts` folder. ### Initialising the Repository -You first need to initialize the repository, which will configure how the different application elements will run. This will configure the different environment variables required for the Containers to build and run. You can do this by running the `./localcontainers/scripts/init.ps1` script in a terminal with elevated privilidges: +You first need to initialize the repository, which will configure how the different application elements will run. This will configure the different environment variables required for the Containers to build and run. You can do this by running the `./localContainers/scripts/init.ps1` script in a terminal with elevated privilidges: ```ps1 -./localcontainers/scripts/init.ps1 -InitEnv -LicenseXmlPath "C:\path\to\license.xml" -AdminPassword "DesiredAdminPassword" +./localContainers/scripts/init.ps1 -InitEnv -LicenseXmlPath "C:\path\to\license.xml" -AdminPassword "DesiredAdminPassword" ``` ### Running the Containers -After you have initialised the repository you can use the `./localcontainers/scripts/up.ps1` script to build and run the containers: +After you have initialised the repository you can use the `./localContainers/scripts/up.ps1` script to build and run the containers: ```ps1 -./localcontainers/scripts/up.ps1 +./localContainers/scripts/up.ps1 ``` ### Stopping the Containers -Once you have finished you can use the `./localcontainers/scripts/down.ps1` script to stop the containers: +Once you have finished you can use the `./localContainers/scripts/down.ps1` script to stop the containers: ```ps1 -./localcontainers/scripts/down.ps1 +./localContainers/scripts/down.ps1 ``` This will stop all containers, and tidy up any resources that were created. \ No newline at end of file From 61b381dc577e1364e234f722778817056632c7a0 Mon Sep 17 00:00:00 2001 From: Rob Earlam Date: Fri, 12 Jul 2024 12:37:21 +1000 Subject: [PATCH 03/14] Updated new head paths in .gitignore --- .gitignore | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index fe94ac8c9..db33bb664 100644 --- a/.gitignore +++ b/.gitignore @@ -55,26 +55,26 @@ packages/ /docker/deploy/platform/* !/docker/deploy/platform/.gitkeep /docker/traefik/certs/*.pem -/src/rendering/node_modules -/src/rendering/coverage -/src/rendering/.next*/ -/src/rendering/out/ -/src/rendering/.generated -/src/rendering/*.graphql.d.ts -/src/rendering/*.graphqls.d.ts -/src/rendering/.DS_Store -/src/rendering/.env.local -/src/rendering/.env.*.local -/src/rendering/*.log* -/src/rendering/.vercel -/src/rendering/**/*.graphql.d.ts -/src/rendering/**/*.graphqls.d.ts -/src/rendering/**/.DS_Store -/src/rendering/**/.env.local -/src/rendering/**/.env.*.local -/src/rendering/**/*.log* -/src/rendering/.vercel -/src/rendering/src/temp/* -/src/rendering/src/temp/!.gitignore -/src/rendering/src/temp/!GraphQLFragmentTypes.json -/src/rendering/src/temp/!GraphQLIntrospectionResult.json +/headapps/nextjs-starter/app/node_modules +/headapps/nextjs-starter/app/coverage +/headapps/nextjs-starter/app/.next*/ +/headapps/nextjs-starter/app/out/ +/headapps/nextjs-starter/app/.generated +/headapps/nextjs-starter/app/*.graphql.d.ts +/headapps/nextjs-starter/app/*.graphqls.d.ts +/headapps/nextjs-starter/app/.DS_Store +/headapps/nextjs-starter/app/.env.local +/headapps/nextjs-starter/app/.env.*.local +/headapps/nextjs-starter/app/*.log* +/headapps/nextjs-starter/app/.vercel +/headapps/nextjs-starter/app/**/*.graphql.d.ts +/headapps/nextjs-starter/app/**/*.graphqls.d.ts +/headapps/nextjs-starter/app/**/.DS_Store +/headapps/nextjs-starter/app/**/.env.local +/headapps/nextjs-starter/app/**/.env.*.local +/headapps/nextjs-starter/app/**/*.log* +/headapps/nextjs-starter/app/.vercel +/headapps/nextjs-starter/app/src/temp/* +/headapps/nextjs-starter/app/src/temp/!.gitignore +/headapps/nextjs-starter/app/src/temp/!GraphQLFragmentTypes.json +/headapps/nextjs-starter/app/src/temp/!GraphQLIntrospectionResult.json From e5ce6930a47dd96361404e44fea51fa854016454 Mon Sep 17 00:00:00 2001 From: Rob Earlam Date: Fri, 12 Jul 2024 14:16:06 +1000 Subject: [PATCH 04/14] Added missing env var, fixed possible warning from init var generation --- localContainers/.env | 1 + localContainers/scripts/init.ps1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/localContainers/.env b/localContainers/.env index 1ee65641a..c12187082 100644 --- a/localContainers/.env +++ b/localContainers/.env @@ -59,6 +59,7 @@ SITECORE_FedAuth_dot_Auth0_dot_ClientCredentialsLogin_ClientId= SITECORE_FedAuth_dot_Auth0_dot_ClientCredentialsLogin_ClientSecret= SITECORE_FedAuth_dot_Auth0_dot_ClientCredentialsLogin_Audience= SITECORE_XmCloud_dot_OrganizationId= +SITECORE_XmCloud_dot_TenantId= SITECORE_GRAPHQL_CORS=*.sitecorecloud.io SITECORE_Pages_Client_Host=https://pages.sitecorecloud.io diff --git a/localContainers/scripts/init.ps1 b/localContainers/scripts/init.ps1 index e3ff3bd84..63306ef82 100644 --- a/localContainers/scripts/init.ps1 +++ b/localContainers/scripts/init.ps1 @@ -144,7 +144,7 @@ if ($InitEnv) { Set-EnvFileVariable "REPORTING_API_KEY" -Value (Get-SitecoreRandomString 128 -DisallowSpecial) -Path "../.env" # TELERIK_ENCRYPTION_KEY = random 64-128 chars - Set-EnvFileVariable "TELERIK_ENCRYPTION_KEY" -Value (Get-SitecoreRandomString 128) -Path "../.env" + Set-EnvFileVariable "TELERIK_ENCRYPTION_KEY" -Value (Get-SitecoreRandomString 128 -DisallowSpecial) -Path "../.env" # MEDIA_REQUEST_PROTECTION_SHARED_SECRET Set-EnvFileVariable "MEDIA_REQUEST_PROTECTION_SHARED_SECRET" -Value (Get-SitecoreRandomString 64) -Path "../.env" From 44c7d256bdd37a3f5235b621614a6afda06b1203 Mon Sep 17 00:00:00 2001 From: Rob Earlam Date: Fri, 12 Jul 2024 14:30:26 +1000 Subject: [PATCH 05/14] Reverted docker env changed in error --- localContainers/docker-compose.override.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localContainers/docker-compose.override.yml b/localContainers/docker-compose.override.yml index 1f418c067..dc547bf1a 100644 --- a/localContainers/docker-compose.override.yml +++ b/localContainers/docker-compose.override.yml @@ -76,7 +76,7 @@ services: environment: SITECORE_LICENSE_LOCATION: c:\license\license.xml RENDERING_HOST_INTERNAL_URI: "http://rendering:3000" - SITECORE_API_KEY_NEXTJS_STARTER: ${SITECORE_API_KEY_NEXTJS_STARTER} + JSS_DEPLOYMENT_SECRET_NEXTJS: ${JSS_DEPLOYMENT_SECRET_NEXTJS_STARTER} SITECORE_JSS_EDITING_SECRET: ${JSS_EDITING_SECRET} SITECORE_EDITING_HOST_PUBLIC_HOST: "${RENDERING_HOST}" SITECORE_GraphQL_CORS: ${SITECORE_GRAPHQL_CORS} From 468bc007652a4359712c9249317b95b11f677acb Mon Sep 17 00:00:00 2001 From: Rob Earlam Date: Mon, 15 Jul 2024 12:07:39 +1000 Subject: [PATCH 06/14] Bumped docker image versions, updated related readme --- localContainers/.env | 10 ++++------ localContainers/README.md | 3 +++ localContainers/scripts/init.ps1 | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/localContainers/.env b/localContainers/.env index c12187082..75ee8b8b4 100644 --- a/localContainers/.env +++ b/localContainers/.env @@ -7,12 +7,10 @@ RENDERING_HOST=www.nextjs-starter.localhost RENDERING_HOST_INTERNAL_URI=http://rendering:3000 # Sitecore Docker registry and platform version. -# The ltsc2019-based images are used by default here and can be configured by baseOs param of init.ps1 script. SAC images are also available. -# Switch to this when ready for prod SITECORE_DOCKER_REGISTRY=scr.sitecore.com/xmcloud/ SITECORE_DOCKER_REGISTRY=scr.sitecore.com/xmcloud/ SITECORE_NONPRODUCTION_DOCKER_REGISTRY=scr.sitecore.com/sxp/ -SITECORE_VERSION=1-ltsc2019 -EXTERNAL_IMAGE_TAG_SUFFIX=ltsc2019 +SITECORE_VERSION=1-ltsc2022 +EXTERNAL_IMAGE_TAG_SUFFIX=ltsc2022 # The sitecore\admin and SQL 'sa' account passwords for this environment are configurable here. SITECORE_ADMIN_PASSWORD=Password @@ -23,10 +21,10 @@ SQL_DATABASE_PREFIX=Sitecore # Other supporting images, including Sitecore modules and Docker tools TOOLS_IMAGE=scr.sitecore.com/tools/sitecore-xmcloud-docker-tools-assets -TRAEFIK_IMAGE=traefik:v2.5.3-windowsservercore-1809 +TRAEFIK_IMAGE=traefik:v3.0.4-windowsservercore-ltsc2022 # Windows and Node.js version for JSS -NODEJS_PARENT_IMAGE=mcr.microsoft.com/windows/nanoserver:1809 +NODEJS_PARENT_IMAGE=mcr.microsoft.com/windows/nanoserver:ltsc2022 # MSBuild configuration and the target build stage for the Rendering Host image. BUILD_CONFIGURATION=debug diff --git a/localContainers/README.md b/localContainers/README.md index 7cb6c78a4..4081e5795 100644 --- a/localContainers/README.md +++ b/localContainers/README.md @@ -6,6 +6,9 @@ Below are the instructions for how to mock a small subset of the XM Cloud Applic - Docker (https://www.docker.com/products/docker-desktop) - A windows based machine is required to run the local containers +## Base Image Versions +The containers configured here are setup to use the latest LTSC base container version released by Microsoft. If you are running a BaseOS that isn't compatible, you will need to ammend the `./localContainers/.env` file and use the `baseOs` parameter when running the `./localContainers/scripts/init.ps1` script. You can read more about the different base container versions on the [Microsoft Learn Site](https://learn.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/version-compatibility?tabs=windows-server-2022%2Cwindows-11) + ## Running the Containers A number of PowerShell scripts have been provided to help you configure the repository and interact with the containers. These scripts are located in the `./localContainers/scripts` folder. diff --git a/localContainers/scripts/init.ps1 b/localContainers/scripts/init.ps1 index 63306ef82..cb1997648 100644 --- a/localContainers/scripts/init.ps1 +++ b/localContainers/scripts/init.ps1 @@ -18,7 +18,7 @@ Param ( [Parameter(Mandatory = $false, HelpMessage = "Specifies os version of the base image.")] [ValidateSet("ltsc2019", "ltsc2022")] - [string]$baseOs = "ltsc2019" + [string]$baseOs = "ltsc2022" ) $ErrorActionPreference = "Stop"; From 18391c0a42a9fc814255f36e304c1a7a4a7c6c19 Mon Sep 17 00:00:00 2001 From: Mark van Aalst Date: Mon, 15 Jul 2024 15:54:03 +0200 Subject: [PATCH 07/14] Use PSScriptRoot to determine repo root and update paths --- localContainers/scripts/init.ps1 | 40 ++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/localContainers/scripts/init.ps1 b/localContainers/scripts/init.ps1 index cb1997648..dcffe8a0b 100644 --- a/localContainers/scripts/init.ps1 +++ b/localContainers/scripts/init.ps1 @@ -23,6 +23,9 @@ Param ( $ErrorActionPreference = "Stop"; +# Set the root of the repository +$RepoRoot = Resolve-Path "$PSScriptRoot\..\.." + if ($InitEnv) { if (-not $LicenseXmlPath.EndsWith("license.xml")) { Write-Error "Sitecore license file must be named 'license.xml'." @@ -65,7 +68,7 @@ Write-SitecoreDockerWelcome # Configure TLS/HTTPS certificates ################################## -Push-Location ..\docker\traefik\certs +Push-Location $RepoRoot\localContainers\docker\traefik\certs try { $mkcert = ".\mkcert.exe" if ($null -ne (Get-Command mkcert.exe -ErrorAction SilentlyContinue)) { @@ -94,6 +97,7 @@ finally { Pop-Location } +$envFileLocation = "$RepoRoot/localContainers/.env" ################################ # Add Windows hosts file entries @@ -108,20 +112,20 @@ Add-HostsEntry "www.nextjs-starter.localhost" # Generate scjssconfig ############################### -Set-EnvFileVariable "SITECORE_API_KEY_NEXTJS_STARTER" -Value $xmCloudBuild.renderingHosts.nextjsStarter.jssDeploymentSecret -Path "../.env" +Set-EnvFileVariable "SITECORE_API_KEY_NEXTJS_STARTER" -Value $xmCloudBuild.renderingHosts.nextjsStarter.jssDeploymentSecret -Path $envFileLocation ################################ # Generate Sitecore Api Key ################################ $sitecoreApiKey = (New-Guid).Guid -Set-EnvFileVariable "SITECORE_API_KEY_NEXTJS_STARTER" -Value $sitecoreApiKey -Path "../.env" +Set-EnvFileVariable "SITECORE_API_KEY_NEXTJS_STARTER" -Value $sitecoreApiKey -Path $envFileLocation ################################ # Generate JSS_EDITING_SECRET ################################ $jssEditingSecret = Get-SitecoreRandomString 64 -DisallowSpecial -Set-EnvFileVariable "JSS_EDITING_SECRET" -Value $jssEditingSecret -Path "../.env" +Set-EnvFileVariable "JSS_EDITING_SECRET" -Value $jssEditingSecret -Path $envFileLocation ############################### # Populate the environment file @@ -129,50 +133,52 @@ Set-EnvFileVariable "JSS_EDITING_SECRET" -Value $jssEditingSecret -Path "../.env if ($InitEnv) { + + Write-Host "Populating required .env file values..." -ForegroundColor Green # HOST_LICENSE_FOLDER - Set-EnvFileVariable "HOST_LICENSE_FOLDER" -Value $LicenseXmlPath -Path "../.env" + Set-EnvFileVariable "HOST_LICENSE_FOLDER" -Value $LicenseXmlPath -Path $envFileLocation # CM_HOST - Set-EnvFileVariable "CM_HOST" -Value "xmcloudcm.localhost" -Path "../.env" + Set-EnvFileVariable "CM_HOST" -Value "xmcloudcm.localhost" -Path $envFileLocation # RENDERING_HOST - Set-EnvFileVariable "RENDERING_HOST" -Value "www.nextjs-starter.localhost" -Path "../.env" + Set-EnvFileVariable "RENDERING_HOST" -Value "www.nextjs-starter.localhost" -Path $envFileLocation # REPORTING_API_KEY = random 64-128 chars - Set-EnvFileVariable "REPORTING_API_KEY" -Value (Get-SitecoreRandomString 128 -DisallowSpecial) -Path "../.env" + Set-EnvFileVariable "REPORTING_API_KEY" -Value (Get-SitecoreRandomString 128 -DisallowSpecial) -Path $envFileLocation # TELERIK_ENCRYPTION_KEY = random 64-128 chars - Set-EnvFileVariable "TELERIK_ENCRYPTION_KEY" -Value (Get-SitecoreRandomString 128 -DisallowSpecial) -Path "../.env" + Set-EnvFileVariable "TELERIK_ENCRYPTION_KEY" -Value (Get-SitecoreRandomString 128 -DisallowSpecial) -Path $envFileLocation # MEDIA_REQUEST_PROTECTION_SHARED_SECRET - Set-EnvFileVariable "MEDIA_REQUEST_PROTECTION_SHARED_SECRET" -Value (Get-SitecoreRandomString 64) -Path "../.env" + Set-EnvFileVariable "MEDIA_REQUEST_PROTECTION_SHARED_SECRET" -Value (Get-SitecoreRandomString 64) -Path $envFileLocation # SQL_SA_PASSWORD # Need to ensure it meets SQL complexity requirements - Set-EnvFileVariable "SQL_SA_PASSWORD" -Value (Get-SitecoreRandomString 19 -DisallowSpecial -EnforceComplexity) -Path "../.env" + Set-EnvFileVariable "SQL_SA_PASSWORD" -Value (Get-SitecoreRandomString 19 -DisallowSpecial -EnforceComplexity) -Path $envFileLocation # SQL_SERVER - Set-EnvFileVariable "SQL_SERVER" -Value "mssql" -Path "../.env" + Set-EnvFileVariable "SQL_SERVER" -Value "mssql" -Path $envFileLocation # SQL_SA_LOGIN - Set-EnvFileVariable "SQL_SA_LOGIN" -Value "sa" -Path "../.env" + Set-EnvFileVariable "SQL_SA_LOGIN" -Value "sa" -Path $envFileLocation # SITECORE_ADMIN_PASSWORD - Set-EnvFileVariable "SITECORE_ADMIN_PASSWORD" -Value $AdminPassword -Path "../.env" + Set-EnvFileVariable "SITECORE_ADMIN_PASSWORD" -Value $AdminPassword -Path $envFileLocation # SITECORE_VERSION - Set-EnvFileVariable "SITECORE_VERSION" -Value "1-$baseOS" -Path "../.env" + Set-EnvFileVariable "SITECORE_VERSION" -Value "1-$baseOS" -Path $envFileLocation # EXTERNAL_IMAGE_TAG_SUFFIX - Set-EnvFileVariable "EXTERNAL_IMAGE_TAG_SUFFIX" -Value $baseOS -Path "../.env" + Set-EnvFileVariable "EXTERNAL_IMAGE_TAG_SUFFIX" -Value $baseOS -Path $envFileLocation } Write-Host "Done!" -ForegroundColor Green Pop-Location -Push-Location ..\docker\traefik\certs +Push-Location $RepoRoot\localContainers\docker\traefik\certs try { Write-Host From 6ab0ab36ab2c37025d405099389d700fe497f07f Mon Sep 17 00:00:00 2001 From: Rob Earlam Date: Tue, 16 Jul 2024 10:57:56 +1000 Subject: [PATCH 08/14] Updated docker scripts to correctly calculate PS Working Dir --- .../build/cm/templates/import-templates.ps1 | 11 ++++++---- localContainers/scripts/down.ps1 | 5 ++++- localContainers/scripts/up.ps1 | 20 ++++++++++++------- 3 files changed, 24 insertions(+), 12 deletions(-) diff --git a/localContainers/docker/build/cm/templates/import-templates.ps1 b/localContainers/docker/build/cm/templates/import-templates.ps1 index eb41bbd24..aa4e4d051 100644 --- a/localContainers/docker/build/cm/templates/import-templates.ps1 +++ b/localContainers/docker/build/cm/templates/import-templates.ps1 @@ -18,8 +18,12 @@ if (Test-Path $modulesPath) { Remove-Item $modulesPath -Recurse -Force } +# Set the root of the repository +$RepoRoot = Resolve-Path "$PSScriptRoot\..\..\..\..\.." +Write-Host @RepoRoot + Copy-Item -Path (Join-Path $PSScriptRoot "modules_template") -Destination $modulesPath -Recurse -Force -Copy-Item -Path "..\..\.sitecore" -Destination $PSScriptRoot -Recurse -Force +Copy-Item -Path "$RepoRoot\.sitecore" -Destination $PSScriptRoot -Recurse -Force $files = Get-ChildItem -Path $modulesPath -Recurse -File | ForEach-Object {$_.FullName} foreach ($item in $files) { (Get-Content -Path $item -Encoding UTF8).Replace("", $RenderingSiteName).Replace("", $SitecoreApiKey) ` @@ -27,7 +31,6 @@ foreach ($item in $files) { } $localConfig = (Join-Path $PSScriptRoot "sitecore.json") -ReplaceExistingModules -srcConfig "..\..\sitecore.json" -dstConfig $localConfig +ReplaceExistingModules -srcConfig "$RepoRoot\sitecore.json" -dstConfig $localConfig Write-Host "Pushing sitecore api key to Sitecore..." -ForegroundColor Green -dotnet sitecore ser push -s --config $PSScriptRoot - +dotnet sitecore ser push -s --config $PSScriptRoot \ No newline at end of file diff --git a/localContainers/scripts/down.ps1 b/localContainers/scripts/down.ps1 index beddc447a..33af43f1c 100644 --- a/localContainers/scripts/down.ps1 +++ b/localContainers/scripts/down.ps1 @@ -1,6 +1,9 @@ +# Set the root of the repository +$RepoRoot = Resolve-Path "$PSScriptRoot\..\.." + Write-Host "Down containers..." -ForegroundColor Green try { - Push-Location "../" + Push-Location $RepoRoot\localContainers docker-compose down Pop-Location if ($LASTEXITCODE -ne 0) { diff --git a/localContainers/scripts/up.ps1 b/localContainers/scripts/up.ps1 index 934319ebb..7d122fd35 100644 --- a/localContainers/scripts/up.ps1 +++ b/localContainers/scripts/up.ps1 @@ -1,10 +1,16 @@ $ErrorActionPreference = "Stop"; -. .\upFunctions.ps1 +# Set the root of the repository +$RepoRoot = Resolve-Path "$PSScriptRoot\..\.." -Validate-LicenseExpiry -EnvFileName "../.env" +# Store the location of the .env file +$envFileLocation = "$RepoRoot/localContainers/.env" -$envContent = Get-Content "../.env" -Encoding UTF8 +. $RepoRoot\localContainers\scripts\upFunctions.ps1 + +Validate-LicenseExpiry -EnvFileName $envFileLocation + +$envContent = Get-Content $envFileLocation -Encoding UTF8 $xmCloudHost = $envContent | Where-Object { $_ -imatch "^CM_HOST=.+" } $sitecoreDockerRegistry = $envContent | Where-Object { $_ -imatch "^SITECORE_DOCKER_REGISTRY=.+" } $sitecoreVersion = $envContent | Where-Object { $_ -imatch "^SITECORE_VERSION=.+" } @@ -28,10 +34,10 @@ if ($ClientCredentialsLogin -eq "true") { } #set nuget version -$xmCloudBuild = Get-Content "../../xmcloud.build.json" | ConvertFrom-Json +$xmCloudBuild = Get-Content "$RepoRoot/xmcloud.build.json" | ConvertFrom-Json $nodeVersion = $xmCloudBuild.renderingHosts.nextjsStarter.nodeVersion if (![string]::IsNullOrWhitespace($nodeVersion)) { - Set-EnvFileVariable "NODEJS_VERSION" -Value $xmCloudBuild.renderingHosts.nextjsStarter.nodeVersion -Path "../.env" + Set-EnvFileVariable "NODEJS_VERSION" -Value $xmCloudBuild.renderingHosts.nextjsStarter.nodeVersion -Path $envFileLocation } # Double check whether init has been run @@ -49,7 +55,7 @@ docker pull "$($xmcloudDockerToolsImage):$($sitecoreVersion)" # Moving into the Local Containers Folder Write-Host "Moving location into Local Containers folder..." -ForegroundColor Green -Push-Location ".." +Push-Location $RepoRoot\localContainers # Build all containers in the Sitecore instance, forcing a pull of latest base containers Write-Host "Building containers..." -ForegroundColor Green @@ -122,7 +128,7 @@ Write-Host "Pushing Default rendering host configuration" -ForegroundColor Green dotnet sitecore ser push -i RenderingHost Write-Host "Pushing sitecore API key" -ForegroundColor Green -& ..\docker\build\cm\templates\import-templates.ps1 -RenderingSiteName "NextJs-Starter" -SitecoreApiKey $sitecoreApiKey +& $RepoRoot\localContainers\docker\build\cm\templates\import-templates.ps1 -RenderingSiteName "NextJs-Starter" -SitecoreApiKey $sitecoreApiKey if ($ClientCredentialsLogin -ne "true") { Write-Host "Opening site..." -ForegroundColor Green From 9d5ac6e97f926ccc2a567916b0670d7983387f73 Mon Sep 17 00:00:00 2001 From: Rob Earlam Date: Tue, 13 Aug 2024 10:52:00 +1000 Subject: [PATCH 09/14] Updated root gitignore, renamed localContainers folder to local-containers --- .gitignore | 38 +------------------ README.md | 2 +- {localContainers => local-containers}/.env | 16 ++++---- .../README.md | 16 ++++---- .../docker-compose.override.yml | 0 .../docker-compose.yml | 0 .../docker/.gitignore | 0 .../docker/README.md | 0 .../docker/build/README.md | 0 .../docker/build/cm/Dockerfile | 0 .../docker/build/cm/readme.md | 0 .../docker/build/cm/templates/.gitignore | 0 .../build/cm/templates/import-templates.ps1 | 0 .../modules_template/ApiKey.module.json | 0 .../items/api-key/template.yml | 0 .../docker/build/nodejs/Dockerfile | 0 .../docker/build/rendering/Dockerfile | 0 .../docker/clean.ps1 | 0 .../docker/data/cm/.gitkeep | 0 .../docker/data/solr/.gitkeep | 0 .../docker/data/sql/.gitkeep | 0 .../docker/deploy/platform/.gitkeep | 0 .../docker/traefik/README.md | 0 .../docker/traefik/certs/.gitignore | 0 .../traefik/config/dynamic/certs_config.yaml | 0 .../scripts/New-EdgeToken.ps1 | 0 .../scripts/down.ps1 | 2 +- .../scripts/init.ps1 | 6 +-- .../scripts/up.ps1 | 8 ++-- .../scripts/upFunctions.ps1 | 0 30 files changed, 26 insertions(+), 62 deletions(-) rename {localContainers => local-containers}/.env (81%) rename {localContainers => local-containers}/README.md (61%) rename {localContainers => local-containers}/docker-compose.override.yml (100%) rename {localContainers => local-containers}/docker-compose.yml (100%) rename {localContainers => local-containers}/docker/.gitignore (100%) rename {localContainers => local-containers}/docker/README.md (100%) rename {localContainers => local-containers}/docker/build/README.md (100%) rename {localContainers => local-containers}/docker/build/cm/Dockerfile (100%) rename {localContainers => local-containers}/docker/build/cm/readme.md (100%) rename {localContainers => local-containers}/docker/build/cm/templates/.gitignore (100%) rename {localContainers => local-containers}/docker/build/cm/templates/import-templates.ps1 (100%) rename {localContainers => local-containers}/docker/build/cm/templates/modules_template/ApiKey.module.json (100%) rename {localContainers => local-containers}/docker/build/cm/templates/modules_template/items/api-key/template.yml (100%) rename {localContainers => local-containers}/docker/build/nodejs/Dockerfile (100%) rename {localContainers => local-containers}/docker/build/rendering/Dockerfile (100%) rename {localContainers => local-containers}/docker/clean.ps1 (100%) rename {localContainers => local-containers}/docker/data/cm/.gitkeep (100%) rename {localContainers => local-containers}/docker/data/solr/.gitkeep (100%) rename {localContainers => local-containers}/docker/data/sql/.gitkeep (100%) rename {localContainers => local-containers}/docker/deploy/platform/.gitkeep (100%) rename {localContainers => local-containers}/docker/traefik/README.md (100%) rename {localContainers => local-containers}/docker/traefik/certs/.gitignore (100%) rename {localContainers => local-containers}/docker/traefik/config/dynamic/certs_config.yaml (100%) rename {localContainers => local-containers}/scripts/New-EdgeToken.ps1 (100%) rename {localContainers => local-containers}/scripts/down.ps1 (86%) rename {localContainers => local-containers}/scripts/init.ps1 (97%) rename {localContainers => local-containers}/scripts/up.ps1 (95%) rename {localContainers => local-containers}/scripts/upFunctions.ps1 (100%) diff --git a/.gitignore b/.gitignore index db33bb664..5c9eb27be 100644 --- a/.gitignore +++ b/.gitignore @@ -41,40 +41,4 @@ _ReSharper*/ [Tt]est[Rr]esult* .vs/ #Nuget packages folder -packages/ - -# temporary workaround -/docker/data/cm/* -!/docker/data/cm/.gitkeep -/docker/data/cd/* -!/docker/data/cd/.gitkeep -/docker/data/sql/* -!/docker/data/sql/.gitkeep -/docker/data/solr/* -!/docker/data/solr/.gitkeep -/docker/deploy/platform/* -!/docker/deploy/platform/.gitkeep -/docker/traefik/certs/*.pem -/headapps/nextjs-starter/app/node_modules -/headapps/nextjs-starter/app/coverage -/headapps/nextjs-starter/app/.next*/ -/headapps/nextjs-starter/app/out/ -/headapps/nextjs-starter/app/.generated -/headapps/nextjs-starter/app/*.graphql.d.ts -/headapps/nextjs-starter/app/*.graphqls.d.ts -/headapps/nextjs-starter/app/.DS_Store -/headapps/nextjs-starter/app/.env.local -/headapps/nextjs-starter/app/.env.*.local -/headapps/nextjs-starter/app/*.log* -/headapps/nextjs-starter/app/.vercel -/headapps/nextjs-starter/app/**/*.graphql.d.ts -/headapps/nextjs-starter/app/**/*.graphqls.d.ts -/headapps/nextjs-starter/app/**/.DS_Store -/headapps/nextjs-starter/app/**/.env.local -/headapps/nextjs-starter/app/**/.env.*.local -/headapps/nextjs-starter/app/**/*.log* -/headapps/nextjs-starter/app/.vercel -/headapps/nextjs-starter/app/src/temp/* -/headapps/nextjs-starter/app/src/temp/!.gitignore -/headapps/nextjs-starter/app/src/temp/!GraphQLFragmentTypes.json -/headapps/nextjs-starter/app/src/temp/!GraphQLIntrospectionResult.json +packages/ \ No newline at end of file diff --git a/README.md b/README.md index 470eae4c0..2a1b72e16 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ For developers new to XM Cloud you can follow the Getting Started Guide on the [ ## Disconnected offline development It is possible to mock a small subset of the XM Cloud Application elements to enable offline development. This can allow for a disconnected development experience, however it is recommend to work in the default connected mode. -You can find more information about how setup the offline development experience [here](./localContainers/README.md) \ No newline at end of file +You can find more information about how setup the offline development experience [here](./local-containers/README.md) \ No newline at end of file diff --git a/localContainers/.env b/local-containers/.env similarity index 81% rename from localContainers/.env rename to local-containers/.env index 75ee8b8b4..5ea609454 100644 --- a/localContainers/.env +++ b/local-containers/.env @@ -13,10 +13,10 @@ SITECORE_VERSION=1-ltsc2022 EXTERNAL_IMAGE_TAG_SUFFIX=ltsc2022 # The sitecore\admin and SQL 'sa' account passwords for this environment are configurable here. -SITECORE_ADMIN_PASSWORD=Password +SITECORE_ADMIN_PASSWORD=b SQL_SERVER=mssql SQL_SA_LOGIN=sa -SQL_SA_PASSWORD=Password123! +SQL_SA_PASSWORD=Dt1I1fOzbmfAraWCXjZ SQL_DATABASE_PREFIX=Sitecore # Other supporting images, including Sitecore modules and Docker tools @@ -42,9 +42,9 @@ ISOLATION=default TRAEFIK_ISOLATION=hyperv # Generated keys and certificates for your environment. -REPORTING_API_KEY= -TELERIK_ENCRYPTION_KEY= -MEDIA_REQUEST_PROTECTION_SHARED_SECRET= +REPORTING_API_KEY=tPfD3ZEvh6vn3CICQRxt7P9D4YjkxFAIhNNOnGv2S9p1UuaowuyaF1skFCjAg2KuhqQ8foHCOLp8mYwRxZGiF4q9Go4Q1GsvIkhvkZdk0sdrdJwXZdBpFbtfuJViDiXD +TELERIK_ENCRYPTION_KEY=6QIQZftsVsZla0Owl1vc9n9e85xC3NqrPPhy17VQySpCjjFc2wWg5R3QX2gO6M9uBl1OD03cc6KntAgl38OXJeu5fnF5ZTTOMnhaiyztwD3XtVbNmaQb5q0gVRA9iKiy +MEDIA_REQUEST_PROTECTION_SHARED_SECRET=GhDouMM[ZDhzaKd/PND@p8EzLw.p5\5xq*92B{t/=w-U|XS8VbkDL1b:PK%ZZ([U SITECORE_FedAuth_dot_Auth0_dot_RedirectBaseUrl=https://xmcloudcm.localhost/ SITECORE_FedAuth_dot_Auth0_dot_IsLocal=true SITECORE_FedAuth_dot_Auth0_dot_ClientId=we67e2gGRO0HIfglz23Yypp4T5Rshu86 @@ -69,10 +69,10 @@ AZUREBLOB_CONTAINER= EXPEDGE_CONNECTION= LOG_LEVEL_VALUE=INFO -HOST_LICENSE_FOLDER=C:\License +HOST_LICENSE_FOLDER=C:\Solutions NODEJS_VERSION=20.14.0 VERSION=1.0.1 JSS_DEPLOYMENT_SECRET_NEXTJS_STARTER=110F1C44A496B45478640DD36F80C18C9 -SITECORE_API_KEY_NEXTJS_STARTER={51DC7C23-A175-4922-B021-282102C4893C} -JSS_EDITING_SECRET=RPvBNxW5VtDGyiQFpNiyxpye5F4zdZ1ldxskaJGiDrFf5F8UPf5ttYDDIxyCA0VX +SITECORE_API_KEY_NEXTJS_STARTER=0c6390c3-9b7b-4893-935e-1e766ad50ae4 +JSS_EDITING_SECRET=AO4G0xyR7wnywDySOSxaREGReW1BnghPEyquNiOO9aoIn3edan81dDneztzpeG3p DISABLE_SSG_FETCH=true diff --git a/localContainers/README.md b/local-containers/README.md similarity index 61% rename from localContainers/README.md rename to local-containers/README.md index 4081e5795..61790d84d 100644 --- a/localContainers/README.md +++ b/local-containers/README.md @@ -7,30 +7,30 @@ Below are the instructions for how to mock a small subset of the XM Cloud Applic - A windows based machine is required to run the local containers ## Base Image Versions -The containers configured here are setup to use the latest LTSC base container version released by Microsoft. If you are running a BaseOS that isn't compatible, you will need to ammend the `./localContainers/.env` file and use the `baseOs` parameter when running the `./localContainers/scripts/init.ps1` script. You can read more about the different base container versions on the [Microsoft Learn Site](https://learn.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/version-compatibility?tabs=windows-server-2022%2Cwindows-11) +The containers configured here are setup to use the latest LTSC base container version released by Microsoft. If you are running a BaseOS that isn't compatible, you will need to ammend the `./local-containers/.env` file and use the `baseOs` parameter when running the `./local-containers/scripts/init.ps1` script. You can read more about the different base container versions on the [Microsoft Learn Site](https://learn.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/version-compatibility?tabs=windows-server-2022%2Cwindows-11) ## Running the Containers -A number of PowerShell scripts have been provided to help you configure the repository and interact with the containers. These scripts are located in the `./localContainers/scripts` folder. +A number of PowerShell scripts have been provided to help you configure the repository and interact with the containers. These scripts are located in the `./local-containers/scripts` folder. ### Initialising the Repository -You first need to initialize the repository, which will configure how the different application elements will run. This will configure the different environment variables required for the Containers to build and run. You can do this by running the `./localContainers/scripts/init.ps1` script in a terminal with elevated privilidges: +You first need to initialize the repository, which will configure how the different application elements will run. This will configure the different environment variables required for the Containers to build and run. You can do this by running the `./local-containers/scripts/init.ps1` script in a terminal with elevated privilidges: ```ps1 -./localContainers/scripts/init.ps1 -InitEnv -LicenseXmlPath "C:\path\to\license.xml" -AdminPassword "DesiredAdminPassword" +./local-containers/scripts/init.ps1 -InitEnv -LicenseXmlPath "C:\path\to\license.xml" -AdminPassword "DesiredAdminPassword" ``` ### Running the Containers -After you have initialised the repository you can use the `./localContainers/scripts/up.ps1` script to build and run the containers: +After you have initialised the repository you can use the `./local-containers/scripts/up.ps1` script to build and run the containers: ```ps1 -./localContainers/scripts/up.ps1 +./local-containers/scripts/up.ps1 ``` ### Stopping the Containers -Once you have finished you can use the `./localContainers/scripts/down.ps1` script to stop the containers: +Once you have finished you can use the `./local-containers/scripts/down.ps1` script to stop the containers: ```ps1 -./localContainers/scripts/down.ps1 +./local-containers/scripts/down.ps1 ``` This will stop all containers, and tidy up any resources that were created. \ No newline at end of file diff --git a/localContainers/docker-compose.override.yml b/local-containers/docker-compose.override.yml similarity index 100% rename from localContainers/docker-compose.override.yml rename to local-containers/docker-compose.override.yml diff --git a/localContainers/docker-compose.yml b/local-containers/docker-compose.yml similarity index 100% rename from localContainers/docker-compose.yml rename to local-containers/docker-compose.yml diff --git a/localContainers/docker/.gitignore b/local-containers/docker/.gitignore similarity index 100% rename from localContainers/docker/.gitignore rename to local-containers/docker/.gitignore diff --git a/localContainers/docker/README.md b/local-containers/docker/README.md similarity index 100% rename from localContainers/docker/README.md rename to local-containers/docker/README.md diff --git a/localContainers/docker/build/README.md b/local-containers/docker/build/README.md similarity index 100% rename from localContainers/docker/build/README.md rename to local-containers/docker/build/README.md diff --git a/localContainers/docker/build/cm/Dockerfile b/local-containers/docker/build/cm/Dockerfile similarity index 100% rename from localContainers/docker/build/cm/Dockerfile rename to local-containers/docker/build/cm/Dockerfile diff --git a/localContainers/docker/build/cm/readme.md b/local-containers/docker/build/cm/readme.md similarity index 100% rename from localContainers/docker/build/cm/readme.md rename to local-containers/docker/build/cm/readme.md diff --git a/localContainers/docker/build/cm/templates/.gitignore b/local-containers/docker/build/cm/templates/.gitignore similarity index 100% rename from localContainers/docker/build/cm/templates/.gitignore rename to local-containers/docker/build/cm/templates/.gitignore diff --git a/localContainers/docker/build/cm/templates/import-templates.ps1 b/local-containers/docker/build/cm/templates/import-templates.ps1 similarity index 100% rename from localContainers/docker/build/cm/templates/import-templates.ps1 rename to local-containers/docker/build/cm/templates/import-templates.ps1 diff --git a/localContainers/docker/build/cm/templates/modules_template/ApiKey.module.json b/local-containers/docker/build/cm/templates/modules_template/ApiKey.module.json similarity index 100% rename from localContainers/docker/build/cm/templates/modules_template/ApiKey.module.json rename to local-containers/docker/build/cm/templates/modules_template/ApiKey.module.json diff --git a/localContainers/docker/build/cm/templates/modules_template/items/api-key/template.yml b/local-containers/docker/build/cm/templates/modules_template/items/api-key/template.yml similarity index 100% rename from localContainers/docker/build/cm/templates/modules_template/items/api-key/template.yml rename to local-containers/docker/build/cm/templates/modules_template/items/api-key/template.yml diff --git a/localContainers/docker/build/nodejs/Dockerfile b/local-containers/docker/build/nodejs/Dockerfile similarity index 100% rename from localContainers/docker/build/nodejs/Dockerfile rename to local-containers/docker/build/nodejs/Dockerfile diff --git a/localContainers/docker/build/rendering/Dockerfile b/local-containers/docker/build/rendering/Dockerfile similarity index 100% rename from localContainers/docker/build/rendering/Dockerfile rename to local-containers/docker/build/rendering/Dockerfile diff --git a/localContainers/docker/clean.ps1 b/local-containers/docker/clean.ps1 similarity index 100% rename from localContainers/docker/clean.ps1 rename to local-containers/docker/clean.ps1 diff --git a/localContainers/docker/data/cm/.gitkeep b/local-containers/docker/data/cm/.gitkeep similarity index 100% rename from localContainers/docker/data/cm/.gitkeep rename to local-containers/docker/data/cm/.gitkeep diff --git a/localContainers/docker/data/solr/.gitkeep b/local-containers/docker/data/solr/.gitkeep similarity index 100% rename from localContainers/docker/data/solr/.gitkeep rename to local-containers/docker/data/solr/.gitkeep diff --git a/localContainers/docker/data/sql/.gitkeep b/local-containers/docker/data/sql/.gitkeep similarity index 100% rename from localContainers/docker/data/sql/.gitkeep rename to local-containers/docker/data/sql/.gitkeep diff --git a/localContainers/docker/deploy/platform/.gitkeep b/local-containers/docker/deploy/platform/.gitkeep similarity index 100% rename from localContainers/docker/deploy/platform/.gitkeep rename to local-containers/docker/deploy/platform/.gitkeep diff --git a/localContainers/docker/traefik/README.md b/local-containers/docker/traefik/README.md similarity index 100% rename from localContainers/docker/traefik/README.md rename to local-containers/docker/traefik/README.md diff --git a/localContainers/docker/traefik/certs/.gitignore b/local-containers/docker/traefik/certs/.gitignore similarity index 100% rename from localContainers/docker/traefik/certs/.gitignore rename to local-containers/docker/traefik/certs/.gitignore diff --git a/localContainers/docker/traefik/config/dynamic/certs_config.yaml b/local-containers/docker/traefik/config/dynamic/certs_config.yaml similarity index 100% rename from localContainers/docker/traefik/config/dynamic/certs_config.yaml rename to local-containers/docker/traefik/config/dynamic/certs_config.yaml diff --git a/localContainers/scripts/New-EdgeToken.ps1 b/local-containers/scripts/New-EdgeToken.ps1 similarity index 100% rename from localContainers/scripts/New-EdgeToken.ps1 rename to local-containers/scripts/New-EdgeToken.ps1 diff --git a/localContainers/scripts/down.ps1 b/local-containers/scripts/down.ps1 similarity index 86% rename from localContainers/scripts/down.ps1 rename to local-containers/scripts/down.ps1 index 33af43f1c..e15ebe545 100644 --- a/localContainers/scripts/down.ps1 +++ b/local-containers/scripts/down.ps1 @@ -3,7 +3,7 @@ $RepoRoot = Resolve-Path "$PSScriptRoot\..\.." Write-Host "Down containers..." -ForegroundColor Green try { - Push-Location $RepoRoot\localContainers + Push-Location $RepoRoot\local-containers docker-compose down Pop-Location if ($LASTEXITCODE -ne 0) { diff --git a/localContainers/scripts/init.ps1 b/local-containers/scripts/init.ps1 similarity index 97% rename from localContainers/scripts/init.ps1 rename to local-containers/scripts/init.ps1 index dcffe8a0b..183e750a9 100644 --- a/localContainers/scripts/init.ps1 +++ b/local-containers/scripts/init.ps1 @@ -68,7 +68,7 @@ Write-SitecoreDockerWelcome # Configure TLS/HTTPS certificates ################################## -Push-Location $RepoRoot\localContainers\docker\traefik\certs +Push-Location $RepoRoot\local-containers\docker\traefik\certs try { $mkcert = ".\mkcert.exe" if ($null -ne (Get-Command mkcert.exe -ErrorAction SilentlyContinue)) { @@ -97,7 +97,7 @@ finally { Pop-Location } -$envFileLocation = "$RepoRoot/localContainers/.env" +$envFileLocation = "$RepoRoot/local-containers/.env" ################################ # Add Windows hosts file entries @@ -178,7 +178,7 @@ if ($InitEnv) { Write-Host "Done!" -ForegroundColor Green Pop-Location -Push-Location $RepoRoot\localContainers\docker\traefik\certs +Push-Location $RepoRoot\local-containers\docker\traefik\certs try { Write-Host diff --git a/localContainers/scripts/up.ps1 b/local-containers/scripts/up.ps1 similarity index 95% rename from localContainers/scripts/up.ps1 rename to local-containers/scripts/up.ps1 index 7d122fd35..79eb8fecd 100644 --- a/localContainers/scripts/up.ps1 +++ b/local-containers/scripts/up.ps1 @@ -4,9 +4,9 @@ $ErrorActionPreference = "Stop"; $RepoRoot = Resolve-Path "$PSScriptRoot\..\.." # Store the location of the .env file -$envFileLocation = "$RepoRoot/localContainers/.env" +$envFileLocation = "$RepoRoot/local-containers/.env" -. $RepoRoot\localContainers\scripts\upFunctions.ps1 +. $RepoRoot\local-containers\scripts\upFunctions.ps1 Validate-LicenseExpiry -EnvFileName $envFileLocation @@ -55,7 +55,7 @@ docker pull "$($xmcloudDockerToolsImage):$($sitecoreVersion)" # Moving into the Local Containers Folder Write-Host "Moving location into Local Containers folder..." -ForegroundColor Green -Push-Location $RepoRoot\localContainers +Push-Location $RepoRoot\local-containers # Build all containers in the Sitecore instance, forcing a pull of latest base containers Write-Host "Building containers..." -ForegroundColor Green @@ -128,7 +128,7 @@ Write-Host "Pushing Default rendering host configuration" -ForegroundColor Green dotnet sitecore ser push -i RenderingHost Write-Host "Pushing sitecore API key" -ForegroundColor Green -& $RepoRoot\localContainers\docker\build\cm\templates\import-templates.ps1 -RenderingSiteName "NextJs-Starter" -SitecoreApiKey $sitecoreApiKey +& $RepoRoot\local-containers\docker\build\cm\templates\import-templates.ps1 -RenderingSiteName "NextJs-Starter" -SitecoreApiKey $sitecoreApiKey if ($ClientCredentialsLogin -ne "true") { Write-Host "Opening site..." -ForegroundColor Green diff --git a/localContainers/scripts/upFunctions.ps1 b/local-containers/scripts/upFunctions.ps1 similarity index 100% rename from localContainers/scripts/upFunctions.ps1 rename to local-containers/scripts/upFunctions.ps1 From 2dd88f5ab13d6ac201a9202a0e135bf5255d61df Mon Sep 17 00:00:00 2001 From: Rob Earlam Date: Wed, 14 Aug 2024 09:41:55 +1000 Subject: [PATCH 10/14] Moved Items files to live under authoring folder --- README.md | 4 +- .../items/nextjs-starter.module.json | 3 +- .../DefaultRenderingHost/Default.yml | 0 headapps/nextjs-starter/{app => }/.env | 0 headapps/nextjs-starter/{app => }/.eslintrc | 0 .../nextjs-starter/{app => }/.gitattributes | 0 headapps/nextjs-starter/{app => }/.gitignore | 0 .../nextjs-starter/{app => }/.graphql-let.yml | 0 .../nextjs-starter/{app => }/.prettierignore | 0 headapps/nextjs-starter/{app => }/.prettierrc | 0 .../{app => }/.vscode/extensions.json | 0 .../{app => }/.vscode/launch.json | 0 headapps/nextjs-starter/{app => }/LICENSE.txt | 0 headapps/nextjs-starter/{app => }/README.md | 0 .../src/temp/GraphQLIntrospectionResult.json | 22216 ---------------- .../nextjs-starter/{app => }/next-env.d.ts | 0 .../nextjs-starter/{app => }/next.config.js | 0 .../{app => }/package-lock.json | 0 .../nextjs-starter/{app => }/package.json | 0 .../{app => }/public/favicon.ico | Bin .../{app => }/public/sc_logo.svg | 0 .../{app => }/scripts/bootstrap.ts | 0 .../{app => }/scripts/config/index.ts | 0 .../scripts/config/plugins/computed.ts | 0 .../scripts/config/plugins/edge-platform.ts | 0 .../scripts/config/plugins/fallback.ts | 0 .../scripts/config/plugins/multisite.ts | 0 .../scripts/config/plugins/package-json.ts | 0 .../scripts/config/plugins/scjssconfig.ts | 0 .../{app => }/scripts/config/plugins/sxa.ts | 0 .../fetch-graphql-introspection-data.ts | 0 .../generate-component-builder/index.ts | 0 .../plugins/component-builder.ts | 0 .../plugins/components.ts | 0 .../plugins/feaas.ts | 0 .../plugins/packages.ts | 0 .../{app => }/scripts/generate-config.ts | 0 .../{app => }/scripts/generate-metadata.ts | 0 .../{app => }/scripts/generate-plugins.ts | 0 .../scripts/install-pre-push-hook.ts | 0 .../scripts/scaffold-component/index.ts | 0 .../scaffold-component/plugins/byoc.ts | 0 .../scaffold-component/plugins/component.ts | 0 .../plugins/next-steps-byoc.ts | 0 .../scaffold-component/plugins/next-steps.ts | 0 .../{app => }/scripts/temp/.gitignore | 0 .../scripts/templates/byoc-component-src.ts | 0 .../scripts/templates/component-src.ts | 0 .../nextjs-starter/{app => }/scripts/utils.ts | 0 .../{app => }/src/Bootstrap.tsx | 0 .../nextjs-starter/{app => }/src/Layout.tsx | 0 .../{app => }/src/Navigation.tsx | 0 .../nextjs-starter/{app => }/src/NotFound.tsx | 0 .../nextjs-starter/{app => }/src/Scripts.tsx | 0 .../{app => }/src/assets/app.css | 0 .../src/assets/basic/_component.scss | 0 .../src/assets/basic/_container.scss | 0 .../{app => }/src/assets/basic/_fonts.scss | 0 .../{app => }/src/assets/basic/_footer.scss | 0 .../{app => }/src/assets/basic/_header.scss | 0 .../src/assets/basic/_navigation.scss | 0 .../{app => }/src/assets/basic/_promo.scss | 0 .../src/assets/basic/_rich-text.scss | 0 .../src/assets/basic/_variables.scss | 0 .../{app => }/src/assets/basic/main.scss | 0 .../{app => }/src/assets/main.scss | 0 .../{app => }/src/assets/sass/_app.scss | 0 .../src/assets/sass/abstracts/_functions.scss | 0 .../src/assets/sass/abstracts/_mixins.scss | 0 .../src/assets/sass/abstracts/_vars.scss | 0 .../assets/sass/abstracts/vars/_colors.scss | 0 .../sass/abstracts/vars/_fontSizes.scss | 0 .../assets/sass/abstracts/vars/_margins.scss | 0 .../src/assets/sass/base/fonts/_fonts.scss | 0 .../src/assets/sass/base/fonts/index.scss | 0 .../{app => }/src/assets/sass/base/index.scss | 0 .../assets/sass/base/links/_link-button.scss | 0 .../src/assets/sass/base/links/index.scss | 0 .../src/assets/sass/base/reset/_inputs.scss | 0 .../src/assets/sass/base/reset/_links.scss | 0 .../sass/base/reset/_ui-datepicker.scss | 0 .../base/richtext/_richtext-files-icons.scss | 0 .../assets/sass/base/richtext/_richtext.scss | 0 .../src/assets/sass/base/richtext/index.scss | 0 .../assets/sass/base/typehead/_typehead.scss | 0 .../src/assets/sass/base/typehead/index.scss | 0 .../_component-column-splitter.scss | 0 .../sass/components/_component-container.scss | 0 .../sass/components/_component-image.scss | 0 .../components/_component-navigation.scss | 0 .../sass/components/_component-promo.scss | 0 .../_component-richtext-content.scss | 0 .../sass/components/common/_alignment.scss | 0 .../assets/sass/components/common/_boxed.scss | 0 .../sass/components/common/_clearfix.scss | 0 .../sass/components/common/_highlighted.scss | 0 .../sass/components/common/_link-button.scss | 0 .../sass/components/common/_promoted-box.scss | 0 .../assets/sass/components/common/index.scss | 0 .../sass/components/container/_bordered.scss | 0 .../components/container/_title-row-box.scss | 0 .../sass/components/container/index.scss | 0 .../image-alignment/_image-left.scss | 0 .../image-alignment/_image-right.scss | 0 .../components/image/_image-default-size.scss | 0 .../assets/sass/components/image/index.scss | 0 .../src/assets/sass/components/index.scss | 0 .../sass/components/layout/_acaindent.scss | 0 .../sass/components/layout/_background.scss | 0 .../assets/sass/components/layout/index.scss | 0 .../link-list/_component-link-list.scss | 0 .../components/link-list/_list-vertical.scss | 0 .../sass/components/link-list/index.scss | 0 .../navigation/_navigation-fat.scss | 0 .../_navigation-main-horizontal-vertical.scss | 0 .../navigation/_navigation-mobile.scss | 0 .../navigation/_navigation-sidebar.scss | 0 .../navigation/_sitemap-navigation.scss | 0 .../sass/components/navigation/index.scss | 0 .../promo/_absolute-bottom-link.scss | 0 .../sass/components/promo/_promo-hero.scss | 0 .../sass/components/promo/_promo-shadow.scss | 0 .../assets/sass/components/promo/index.scss | 0 .../rich-text/_rich-text-lists.scss | 0 .../sass/components/rich-text/index.scss | 0 .../spacing/_background-colors.scss | 0 .../sass/components/spacing/_indent.scss | 0 .../assets/sass/components/spacing/index.scss | 0 .../components/title/_component-title.scss | 0 .../assets/sass/components/title/index.scss | 0 .../{app => }/src/assets/sass/main.scss | 0 .../src/assets/sass/variants/index.scss | 0 .../assets/sass/variants/link-list/index.scss | 0 .../sass/variants/navigation/index.scss | 0 .../sass/variants/page-content/index.scss | 0 .../src/assets/sass/variants/promo/index.scss | 0 .../assets/sass/variants/rich-text/index.scss | 0 .../src/assets/sass/variants/title/index.scss | 0 .../{app => }/src/byoc/index.client.tsx | 0 .../{app => }/src/byoc/index.hybrid.ts | 0 .../{app => }/src/byoc/index.ts | 0 .../{app => }/src/components/CdpPageView.tsx | 0 .../src/components/ColumnSplitter.tsx | 0 .../{app => }/src/components/Container.tsx | 0 .../{app => }/src/components/ContentBlock.tsx | 0 .../{app => }/src/components/FEAASScripts.tsx | 0 .../{app => }/src/components/Image.tsx | 0 .../{app => }/src/components/LinkList.tsx | 0 .../{app => }/src/components/Navigation.tsx | 0 .../{app => }/src/components/PageContent.tsx | 0 .../PartialDesignDynamicPlaceholder.tsx | 0 .../{app => }/src/components/Promo.tsx | 0 .../{app => }/src/components/RichText.tsx | 0 .../{app => }/src/components/RowSplitter.tsx | 0 .../{app => }/src/components/Title.tsx | 0 .../src/lib/component-props/index.ts | 0 .../{app => }/src/lib/config.ts | 0 .../{app => }/src/lib/context/index.ts | 0 .../{app => }/src/lib/context/sdk/events.ts | 0 .../src/lib/dictionary-service-factory.ts | 0 .../{app => }/src/lib/extract-path/index.ts | 0 .../src/lib/extract-path/plugins/multisite.ts | 0 .../lib/extract-path/plugins/personalize.ts | 0 .../src/lib/graphql-client-factory/create.ts | 0 .../src/lib/graphql-client-factory/index.ts | 0 .../src/lib/layout-service-factory.ts | 0 .../{app => }/src/lib/middleware/index.ts | 0 .../src/lib/middleware/plugins/multisite.ts | 0 .../src/lib/middleware/plugins/personalize.ts | 0 .../src/lib/middleware/plugins/redirects.ts | 0 .../next-config/plugins/component-props.js | 0 .../lib/next-config/plugins/cors-header.js | 0 .../src/lib/next-config/plugins/feaas.js | 0 .../src/lib/next-config/plugins/graphql.js | 0 .../src/lib/next-config/plugins/robots.js | 0 .../src/lib/next-config/plugins/sass.js | 0 .../src/lib/next-config/plugins/sitemap.js | 0 .../src/lib/page-props-factory/index.ts | 0 .../plugins/component-props.ts | 0 .../plugins/component-themes.ts | 0 .../plugins/content-styles.ts | 0 .../page-props-factory/plugins/normal-mode.ts | 0 .../page-props-factory/plugins/personalize.ts | 0 .../plugins/preview-mode.ts | 0 .../lib/page-props-factory/plugins/site.ts | 0 .../{app => }/src/lib/page-props.ts | 0 .../{app => }/src/lib/site-resolver/index.ts | 0 .../src/lib/site-resolver/plugins/default.ts | 0 .../lib/site-resolver/plugins/multisite.ts | 0 .../src/lib/sitemap-fetcher/index.ts | 0 .../plugins/graphql-sitemap-service.ts | 0 .../{app => }/src/middleware.ts | 0 .../{app => }/src/pages/404.tsx | 0 .../{app => }/src/pages/500.tsx | 0 .../{app => }/src/pages/[[...path]].tsx | 0 .../{app => }/src/pages/_app.tsx | 0 .../{app => }/src/pages/_error.tsx | 0 .../{app => }/src/pages/api/editing/config.ts | 0 .../src/pages/api/editing/data/[key].ts | 0 .../src/pages/api/editing/feaas/render.ts | 0 .../{app => }/src/pages/api/editing/render.ts | 0 .../{app => }/src/pages/api/healthz.ts | 0 .../{app => }/src/pages/api/robots.ts | 0 .../{app => }/src/pages/api/sitemap.ts | 0 .../{app => }/src/pages/feaas/render.tsx | 0 .../{app => }/src/temp/.gitignore | 0 .../nextjs-starter/{app => }/tsconfig.json | 0 .../{app => }/tsconfig.scripts.json | 0 local-containers/docker-compose.override.yml | 2 +- sitecore.json | 2 +- 210 files changed, 6 insertions(+), 22221 deletions(-) rename headapps/nextjs-starter/renderinghost.module.json => authoring/items/nextjs-starter.module.json (82%) rename {headapps/nextjs-starter/items => authoring/items/nextjs-starter}/DefaultRenderingHost/Default.yml (100%) rename headapps/nextjs-starter/{app => }/.env (100%) rename headapps/nextjs-starter/{app => }/.eslintrc (100%) rename headapps/nextjs-starter/{app => }/.gitattributes (100%) rename headapps/nextjs-starter/{app => }/.gitignore (100%) rename headapps/nextjs-starter/{app => }/.graphql-let.yml (100%) rename headapps/nextjs-starter/{app => }/.prettierignore (100%) rename headapps/nextjs-starter/{app => }/.prettierrc (100%) rename headapps/nextjs-starter/{app => }/.vscode/extensions.json (100%) rename headapps/nextjs-starter/{app => }/.vscode/launch.json (100%) rename headapps/nextjs-starter/{app => }/LICENSE.txt (100%) rename headapps/nextjs-starter/{app => }/README.md (100%) delete mode 100644 headapps/nextjs-starter/app/src/temp/GraphQLIntrospectionResult.json rename headapps/nextjs-starter/{app => }/next-env.d.ts (100%) rename headapps/nextjs-starter/{app => }/next.config.js (100%) rename headapps/nextjs-starter/{app => }/package-lock.json (100%) rename headapps/nextjs-starter/{app => }/package.json (100%) rename headapps/nextjs-starter/{app => }/public/favicon.ico (100%) rename headapps/nextjs-starter/{app => }/public/sc_logo.svg (100%) rename headapps/nextjs-starter/{app => }/scripts/bootstrap.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/config/index.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/config/plugins/computed.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/config/plugins/edge-platform.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/config/plugins/fallback.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/config/plugins/multisite.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/config/plugins/package-json.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/config/plugins/scjssconfig.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/config/plugins/sxa.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/fetch-graphql-introspection-data.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/generate-component-builder/index.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/generate-component-builder/plugins/component-builder.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/generate-component-builder/plugins/components.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/generate-component-builder/plugins/feaas.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/generate-component-builder/plugins/packages.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/generate-config.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/generate-metadata.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/generate-plugins.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/install-pre-push-hook.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/scaffold-component/index.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/scaffold-component/plugins/byoc.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/scaffold-component/plugins/component.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/scaffold-component/plugins/next-steps-byoc.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/scaffold-component/plugins/next-steps.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/temp/.gitignore (100%) rename headapps/nextjs-starter/{app => }/scripts/templates/byoc-component-src.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/templates/component-src.ts (100%) rename headapps/nextjs-starter/{app => }/scripts/utils.ts (100%) rename headapps/nextjs-starter/{app => }/src/Bootstrap.tsx (100%) rename headapps/nextjs-starter/{app => }/src/Layout.tsx (100%) rename headapps/nextjs-starter/{app => }/src/Navigation.tsx (100%) rename headapps/nextjs-starter/{app => }/src/NotFound.tsx (100%) rename headapps/nextjs-starter/{app => }/src/Scripts.tsx (100%) rename headapps/nextjs-starter/{app => }/src/assets/app.css (100%) rename headapps/nextjs-starter/{app => }/src/assets/basic/_component.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/basic/_container.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/basic/_fonts.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/basic/_footer.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/basic/_header.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/basic/_navigation.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/basic/_promo.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/basic/_rich-text.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/basic/_variables.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/basic/main.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/main.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/_app.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/abstracts/_functions.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/abstracts/_mixins.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/abstracts/_vars.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/abstracts/vars/_colors.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/abstracts/vars/_fontSizes.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/abstracts/vars/_margins.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/base/fonts/_fonts.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/base/fonts/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/base/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/base/links/_link-button.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/base/links/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/base/reset/_inputs.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/base/reset/_links.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/base/reset/_ui-datepicker.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/base/richtext/_richtext-files-icons.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/base/richtext/_richtext.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/base/richtext/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/base/typehead/_typehead.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/base/typehead/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/_component-column-splitter.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/_component-container.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/_component-image.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/_component-navigation.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/_component-promo.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/_component-richtext-content.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/common/_alignment.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/common/_boxed.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/common/_clearfix.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/common/_highlighted.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/common/_link-button.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/common/_promoted-box.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/common/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/container/_bordered.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/container/_title-row-box.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/container/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/image-alignment/_image-left.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/image-alignment/_image-right.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/image/_image-default-size.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/image/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/layout/_acaindent.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/layout/_background.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/layout/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/link-list/_component-link-list.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/link-list/_list-vertical.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/link-list/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/navigation/_navigation-fat.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/navigation/_navigation-main-horizontal-vertical.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/navigation/_navigation-mobile.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/navigation/_navigation-sidebar.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/navigation/_sitemap-navigation.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/navigation/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/promo/_absolute-bottom-link.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/promo/_promo-hero.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/promo/_promo-shadow.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/promo/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/rich-text/_rich-text-lists.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/rich-text/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/spacing/_background-colors.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/spacing/_indent.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/spacing/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/title/_component-title.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/components/title/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/main.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/variants/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/variants/link-list/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/variants/navigation/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/variants/page-content/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/variants/promo/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/variants/rich-text/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/assets/sass/variants/title/index.scss (100%) rename headapps/nextjs-starter/{app => }/src/byoc/index.client.tsx (100%) rename headapps/nextjs-starter/{app => }/src/byoc/index.hybrid.ts (100%) rename headapps/nextjs-starter/{app => }/src/byoc/index.ts (100%) rename headapps/nextjs-starter/{app => }/src/components/CdpPageView.tsx (100%) rename headapps/nextjs-starter/{app => }/src/components/ColumnSplitter.tsx (100%) rename headapps/nextjs-starter/{app => }/src/components/Container.tsx (100%) rename headapps/nextjs-starter/{app => }/src/components/ContentBlock.tsx (100%) rename headapps/nextjs-starter/{app => }/src/components/FEAASScripts.tsx (100%) rename headapps/nextjs-starter/{app => }/src/components/Image.tsx (100%) rename headapps/nextjs-starter/{app => }/src/components/LinkList.tsx (100%) rename headapps/nextjs-starter/{app => }/src/components/Navigation.tsx (100%) rename headapps/nextjs-starter/{app => }/src/components/PageContent.tsx (100%) rename headapps/nextjs-starter/{app => }/src/components/PartialDesignDynamicPlaceholder.tsx (100%) rename headapps/nextjs-starter/{app => }/src/components/Promo.tsx (100%) rename headapps/nextjs-starter/{app => }/src/components/RichText.tsx (100%) rename headapps/nextjs-starter/{app => }/src/components/RowSplitter.tsx (100%) rename headapps/nextjs-starter/{app => }/src/components/Title.tsx (100%) rename headapps/nextjs-starter/{app => }/src/lib/component-props/index.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/config.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/context/index.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/context/sdk/events.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/dictionary-service-factory.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/extract-path/index.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/extract-path/plugins/multisite.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/extract-path/plugins/personalize.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/graphql-client-factory/create.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/graphql-client-factory/index.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/layout-service-factory.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/middleware/index.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/middleware/plugins/multisite.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/middleware/plugins/personalize.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/middleware/plugins/redirects.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/next-config/plugins/component-props.js (100%) rename headapps/nextjs-starter/{app => }/src/lib/next-config/plugins/cors-header.js (100%) rename headapps/nextjs-starter/{app => }/src/lib/next-config/plugins/feaas.js (100%) rename headapps/nextjs-starter/{app => }/src/lib/next-config/plugins/graphql.js (100%) rename headapps/nextjs-starter/{app => }/src/lib/next-config/plugins/robots.js (100%) rename headapps/nextjs-starter/{app => }/src/lib/next-config/plugins/sass.js (100%) rename headapps/nextjs-starter/{app => }/src/lib/next-config/plugins/sitemap.js (100%) rename headapps/nextjs-starter/{app => }/src/lib/page-props-factory/index.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/page-props-factory/plugins/component-props.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/page-props-factory/plugins/component-themes.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/page-props-factory/plugins/content-styles.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/page-props-factory/plugins/normal-mode.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/page-props-factory/plugins/personalize.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/page-props-factory/plugins/preview-mode.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/page-props-factory/plugins/site.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/page-props.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/site-resolver/index.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/site-resolver/plugins/default.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/site-resolver/plugins/multisite.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/sitemap-fetcher/index.ts (100%) rename headapps/nextjs-starter/{app => }/src/lib/sitemap-fetcher/plugins/graphql-sitemap-service.ts (100%) rename headapps/nextjs-starter/{app => }/src/middleware.ts (100%) rename headapps/nextjs-starter/{app => }/src/pages/404.tsx (100%) rename headapps/nextjs-starter/{app => }/src/pages/500.tsx (100%) rename headapps/nextjs-starter/{app => }/src/pages/[[...path]].tsx (100%) rename headapps/nextjs-starter/{app => }/src/pages/_app.tsx (100%) rename headapps/nextjs-starter/{app => }/src/pages/_error.tsx (100%) rename headapps/nextjs-starter/{app => }/src/pages/api/editing/config.ts (100%) rename headapps/nextjs-starter/{app => }/src/pages/api/editing/data/[key].ts (100%) rename headapps/nextjs-starter/{app => }/src/pages/api/editing/feaas/render.ts (100%) rename headapps/nextjs-starter/{app => }/src/pages/api/editing/render.ts (100%) rename headapps/nextjs-starter/{app => }/src/pages/api/healthz.ts (100%) rename headapps/nextjs-starter/{app => }/src/pages/api/robots.ts (100%) rename headapps/nextjs-starter/{app => }/src/pages/api/sitemap.ts (100%) rename headapps/nextjs-starter/{app => }/src/pages/feaas/render.tsx (100%) rename headapps/nextjs-starter/{app => }/src/temp/.gitignore (100%) rename headapps/nextjs-starter/{app => }/tsconfig.json (100%) rename headapps/nextjs-starter/{app => }/tsconfig.scripts.json (100%) diff --git a/README.md b/README.md index 2a1b72e16..116fb4eb6 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ For developers new to XM Cloud you can follow the Getting Started Guide on the [ - Log into the Sitecore XM Cloud Deploy Portal, locate your Environment and select the `Developer Settings` tab. - Ensure that the `Preview` toggle is enabled. - In the `Local Development` section, click to copy the sample `.env` file contents to your clipboard. -- Create a new `.env.local` file in the `./headapps/nextjs-starter/app` folder of this repository and paste the contents from your clipboard. +- Create a new `.env.local` file in the `./headapps/nextjs-starter` folder of this repository and paste the contents from your clipboard. - Run the following commands in the root of the repository to start the NextJs application: ```bash - cd headapps/nextjs-starter/app + cd headapps/nextjs-starter npm install npm run start:connected ``` diff --git a/headapps/nextjs-starter/renderinghost.module.json b/authoring/items/nextjs-starter.module.json similarity index 82% rename from headapps/nextjs-starter/renderinghost.module.json rename to authoring/items/nextjs-starter.module.json index 556a617a0..4b76358f4 100644 --- a/headapps/nextjs-starter/renderinghost.module.json +++ b/authoring/items/nextjs-starter.module.json @@ -1,7 +1,8 @@ { "$schema": "../../.sitecore/schemas/ModuleFile.schema.json", - "namespace": "RenderingHost", + "namespace": "nextjs-starter", "items": { + "path": "nextjs-starter", "includes": [ { "name": "DefaultRenderingHost", diff --git a/headapps/nextjs-starter/items/DefaultRenderingHost/Default.yml b/authoring/items/nextjs-starter/DefaultRenderingHost/Default.yml similarity index 100% rename from headapps/nextjs-starter/items/DefaultRenderingHost/Default.yml rename to authoring/items/nextjs-starter/DefaultRenderingHost/Default.yml diff --git a/headapps/nextjs-starter/app/.env b/headapps/nextjs-starter/.env similarity index 100% rename from headapps/nextjs-starter/app/.env rename to headapps/nextjs-starter/.env diff --git a/headapps/nextjs-starter/app/.eslintrc b/headapps/nextjs-starter/.eslintrc similarity index 100% rename from headapps/nextjs-starter/app/.eslintrc rename to headapps/nextjs-starter/.eslintrc diff --git a/headapps/nextjs-starter/app/.gitattributes b/headapps/nextjs-starter/.gitattributes similarity index 100% rename from headapps/nextjs-starter/app/.gitattributes rename to headapps/nextjs-starter/.gitattributes diff --git a/headapps/nextjs-starter/app/.gitignore b/headapps/nextjs-starter/.gitignore similarity index 100% rename from headapps/nextjs-starter/app/.gitignore rename to headapps/nextjs-starter/.gitignore diff --git a/headapps/nextjs-starter/app/.graphql-let.yml b/headapps/nextjs-starter/.graphql-let.yml similarity index 100% rename from headapps/nextjs-starter/app/.graphql-let.yml rename to headapps/nextjs-starter/.graphql-let.yml diff --git a/headapps/nextjs-starter/app/.prettierignore b/headapps/nextjs-starter/.prettierignore similarity index 100% rename from headapps/nextjs-starter/app/.prettierignore rename to headapps/nextjs-starter/.prettierignore diff --git a/headapps/nextjs-starter/app/.prettierrc b/headapps/nextjs-starter/.prettierrc similarity index 100% rename from headapps/nextjs-starter/app/.prettierrc rename to headapps/nextjs-starter/.prettierrc diff --git a/headapps/nextjs-starter/app/.vscode/extensions.json b/headapps/nextjs-starter/.vscode/extensions.json similarity index 100% rename from headapps/nextjs-starter/app/.vscode/extensions.json rename to headapps/nextjs-starter/.vscode/extensions.json diff --git a/headapps/nextjs-starter/app/.vscode/launch.json b/headapps/nextjs-starter/.vscode/launch.json similarity index 100% rename from headapps/nextjs-starter/app/.vscode/launch.json rename to headapps/nextjs-starter/.vscode/launch.json diff --git a/headapps/nextjs-starter/app/LICENSE.txt b/headapps/nextjs-starter/LICENSE.txt similarity index 100% rename from headapps/nextjs-starter/app/LICENSE.txt rename to headapps/nextjs-starter/LICENSE.txt diff --git a/headapps/nextjs-starter/app/README.md b/headapps/nextjs-starter/README.md similarity index 100% rename from headapps/nextjs-starter/app/README.md rename to headapps/nextjs-starter/README.md diff --git a/headapps/nextjs-starter/app/src/temp/GraphQLIntrospectionResult.json b/headapps/nextjs-starter/app/src/temp/GraphQLIntrospectionResult.json deleted file mode 100644 index e2b1a37e3..000000000 --- a/headapps/nextjs-starter/app/src/temp/GraphQLIntrospectionResult.json +++ /dev/null @@ -1,22216 +0,0 @@ -{ - "__schema": { - "queryType": { - "name": "Query" - }, - "mutationType": null, - "subscriptionType": null, - "types": [ - { - "kind": "SCALAR", - "name": "String", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Boolean", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Float", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Int", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "ID", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Date", - "description": "The `Date` scalar type represents a year, month and day in accordance with the [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "DateTime", - "description": "The `DateTime` scalar type represents a date and time. `DateTime` expects timestamps to be formatted in accordance with the [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "DateTimeOffset", - "description": "The `DateTimeOffset` scalar type represents a date, time and offset from UTC. `DateTimeOffset` expects timestamps to be formatted in accordance with the [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) standard.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Seconds", - "description": "The `Seconds` scalar type represents a period of time represented as the total number of seconds.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Milliseconds", - "description": "The `Milliseconds` scalar type represents a period of time represented as the total number of milliseconds.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Decimal", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Schema", - "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", - "fields": [ - { - "name": "directives", - "description": "A list of all directives supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Directive", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mutationType", - "description": "If this server supports mutation, the type that mutation operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "queryType", - "description": "The type that query operations will be rooted at.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "subscriptionType", - "description": "If this server supports subscription, the type that subscription operations will be rooted at.", - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "types", - "description": "A list of all types supported by this server.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Type", - "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\r\n\r\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", - "fields": [ - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enumValues", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__EnumValue", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "includeDeprecated", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Field", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "inputFields", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "interfaces", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "kind", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__TypeKind", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ofType", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "possibleTypes", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__TypeKind", - "description": "An enum describing what kind of type a given __Type is.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "SCALAR", - "description": "Indicates this type is a scalar.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OBJECT", - "description": "Indicates this type is an object. `fields` and `possibleTypes` are valid fields.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERFACE", - "description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNION", - "description": "Indicates this type is a union. `possibleTypes` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM", - "description": "Indicates this type is an num. `enumValues` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_OBJECT", - "description": "Indicates this type is an input object. `inputFields` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "LIST", - "description": "Indicates this type is a list. `ofType` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NON_NULL", - "description": "Indicates this type is a non-null. `ofType` is a valid field.", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Field", - "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", - "fields": [ - { - "name": "args", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__InputValue", - "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", - "fields": [ - { - "name": "defaultValue", - "description": "A GraphQL-formatted string representing the default value for this input value.", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__Type", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__EnumValue", - "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", - "fields": [ - { - "name": "deprecationReason", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "isDeprecated", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "__Directive", - "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\r\n\r\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", - "fields": [ - { - "name": "args", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "__InputValue", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "locations", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "ENUM", - "name": "__DirectiveLocation", - "ofType": null - } - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "onField", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": true, - "deprecationReason": "Use 'locations'." - }, - { - "name": "onFragment", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": true, - "deprecationReason": "Use 'locations'." - }, - { - "name": "onOperation", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": true, - "deprecationReason": "Use 'locations'." - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "__DirectiveLocation", - "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "QUERY", - "description": "Location adjacent to a query operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "MUTATION", - "description": "Location adjacent to a mutation operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SUBSCRIPTION", - "description": "Location adjacent to a subscription operation.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIELD", - "description": "Location adjacent to a field.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FRAGMENT_DEFINITION", - "description": "Location adjacent to a fragment definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FRAGMENT_SPREAD", - "description": "Location adjacent to a fragment spread.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INLINE_FRAGMENT", - "description": "Location adjacent to an inline fragment.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SCHEMA", - "description": "Location adjacent to a schema definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "SCALAR", - "description": "Location adjacent to a scalar definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "OBJECT", - "description": "Location adjacent to an object type definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "FIELD_DEFINITION", - "description": "Location adjacent to a field definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ARGUMENT_DEFINITION", - "description": "Location adjacent to an argument definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INTERFACE", - "description": "Location adjacent to an interface definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "UNION", - "description": "Location adjacent to a union definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM", - "description": "Location adjacent to an enum definition", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ENUM_VALUE", - "description": "Location adjacent to an enum value definition", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_OBJECT", - "description": "Location adjacent to an input object type definition.", - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "INPUT_FIELD_DEFINITION", - "description": "Location adjacent to an input object field definition.", - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ItemTemplateField", - "description": null, - "fields": [ - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "section", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sectionSortOrder", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "shared", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sortOrder", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "source", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "type", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "unversioned", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "JSON", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "ItemField", - "description": null, - "fields": [ - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "NumberField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "LinkField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "IntegerField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ImageField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "DateField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "NameValueListField", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "PageInfo", - "description": null, - "fields": [ - { - "name": "endCursor", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasNext", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ItemTemplate", - "description": null, - "fields": [ - { - "name": "baseTemplates", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ownFields", - "description": null, - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ItemUrl", - "description": null, - "fields": [ - { - "name": "hostName", - "description": "The host name of the item’s site, as resolved during export", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": "The URL path of the item (without URL or scheme)", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "scheme", - "description": "The scheme (http or https) of the item’s site, as resolved during export", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "siteName", - "description": "The name of the resolved site of the item", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": "The full URL of the item, as resolved during export", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ItemLanguage", - "description": null, - "fields": [ - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "englishName", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "nativeName", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "description": null, - "fields": [ - { - "name": "ancestors", - "description": "Child items in the content hierarchy", - "args": [ - { - "name": "hasLayout", - "description": "If set only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": "Child items in the content hierarchy", - "args": [ - { - "name": "hasLayout", - "description": "If set only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": "Display name of the item", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": "Single field by name or ID", - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": "All item fields. Fields can be treated as their type to get detailed info.", - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": "Uniquely identifies id, lang, version", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": "Returns other language versions of this item", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": "Parent in the content hierarchy.", - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": "Presentation of the item", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": "Defines item fields", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": "Gets a URL link to the item", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "UnknownItem", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideComponentParamsRenderingParameters", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "C__StandardTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "C__Route", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "RenderEngineType", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideTracking", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideSitecoreContext", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideSection", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideRouteFields", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideMultilingual", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutTabsTab", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutTabs", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutReuse", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideItemLinkItemTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageRichText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageNumber", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageLink", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageItemLink", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageImage", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageFile", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageDate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageCustom", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageContentList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageCheckbox", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "C__StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideContentListItemTemplate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideComponentParams", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "GraphQLIntegratedDemo", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "GraphQLConnectedDemo", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ExampleCustomRouteType", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "ContentBlock", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "C__AppRoute", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "JsonRendering", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "JavaScriptRendering", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "JSSLayout", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "App", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "ItemSearchResults", - "description": null, - "fields": [ - { - "name": "pageInfo", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "PageInfo", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "results", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "total", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RichTextField", - "description": null, - "fields": [ - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "NumberField", - "description": null, - "fields": [ - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "numberValue", - "description": "The field's value as a floating-point number", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Float", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "MultilistField", - "description": null, - "fields": [ - { - "name": "count", - "description": "The number of items that this field references", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "targetIds", - "description": "The IDs of the referenced items", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "targetItems", - "description": "The item(s) that this field references", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "LookupField", - "description": null, - "fields": [ - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "targetId", - "description": "The item ID that this field references", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "targetItem", - "description": "The item that this field references", - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "LinkField", - "description": null, - "fields": [ - { - "name": "anchor", - "description": "The anchor name this link points to (e.g. #foo)", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "className", - "description": "The CSS class on this link", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "linkType", - "description": "The type of link this is (e.g. 'external')", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "queryString", - "description": "The query string on this link", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "target", - "description": "The HTML target attribute of the link (e.g. __blank)", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "targetItem", - "description": "The internal item that this link targets (null for external or other link types)", - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "text", - "description": "The body text of the link", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": "The URL/href of this link", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "TextField", - "description": null, - "fields": [ - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "IntegerField", - "description": null, - "fields": [ - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "intValue", - "description": "The field's value as an integer", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ImageField", - "description": null, - "fields": [ - { - "name": "alt", - "description": "The alternate text for the image", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "The description of the media item", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "extension", - "description": "The extension of the media item (e.g. 'jpg', 'gif')", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "height", - "description": "Height of the image at full size", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "keywords", - "description": "The keywords of the media item", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "mimeType", - "description": "The MIME type of the media item (e.g. 'image/jpeg')", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "size", - "description": "The size, in bytes, of the media item", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "src", - "description": "The URL to the media item", - "args": [ - { - "name": "maxWidth", - "description": "The max width of the resulting image in px (server rescaled if needed) - Note: Size requested must be on whitelist", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "maxHeight", - "description": "The max height of the resulting image in px (server rescaled if needed) - Note: Size requested must be on whitelist", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": "The title of the media item", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "width", - "description": "Width of the image at full size", - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "SCALAR", - "name": "Long", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "DateField", - "description": null, - "fields": [ - { - "name": "dateValue", - "description": "The field's value as a UTC epoch date suitable for constructing a Javascript Date", - "args": [], - "type": { - "kind": "SCALAR", - "name": "Long", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "formattedDateValue", - "description": "The field's value as a preformatted date.", - "args": [ - { - "name": "format", - "description": "A .NET-style date formatting string to format the date with", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"g\"" - }, - { - "name": "offset", - "description": "The offset from UTC to format the time with, in minutes. Can be used with JS' getTimezoneOffset() to format local times using the browser's configured timezone", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "0" - } - ], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "CheckboxField", - "description": null, - "fields": [ - { - "name": "boolValue", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "LayoutData", - "description": null, - "fields": [ - { - "name": "item", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "UnknownItem", - "description": "Represents a Sitecore item whose template is not included in the schema. If you receive results of this type, consider expanding your included templates.", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideComponentParamsRenderingParameters", - "description": "/sitecore/templates/Project//Styleguide-ComponentParams Rendering Parameters template (ID: {57F1C4D3-6494-5339-A7DD-C67586B5CE4F}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "columns", - "description": "columns (ID: {80BA921F-CE56-555E-B9B7-1C6F6067D102}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cssClass", - "description": "cssClass (ID: {E8A18F3F-6537-5B29-801E-6A6A83C46FE2}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "useCallToAction", - "description": "useCallToAction (ID: {FD936C81-D2CD-5049-85AE-E91DEBB5B34B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "C__StandardTemplate", - "description": "/sitecore/templates/System/Templates/Standard template template (ID: {1930BBEB-7805-471A-A3BE-4858AC7CF696}). NOTE: This is a concrete type. Favor using interfaces instead of this type (e.g. StandardTemplate) for reliable querying.", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "C__Route", - "description": "/sitecore/templates/Foundation/JavaScript Services/Route template (ID: {B36BA9FD-0DC0-49C8-BEA2-E55D70E6AF28}). NOTE: This is a concrete type. Favor using interfaces instead of this type (e.g. Route) for reliable querying.", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "RenderEngineType", - "description": "/sitecore/templates/Foundation/JavaScript Services/Render Engine Type template (ID: {7FEC3963-0AC6-4743-B02C-35E6971300ED}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "engineTypeName", - "description": "Engine Type Name (ID: {90C6AAF1-9962-4DC9-A730-5E5952B3AE51}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideTracking", - "description": "/sitecore/templates/Project//-Styleguide-Tracking template (ID: {06A0F451-50F5-57BC-BC7C-02CED260FF55}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideSitecoreContext", - "description": "/sitecore/templates/Project//-Styleguide-SitecoreContext template (ID: {9896119B-75EF-5E12-A7F2-A67DBA5B59B1}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideSection", - "description": "/sitecore/templates/Project//-Styleguide-Section template (ID: {8A6F9728-6099-5F93-B782-078C0BF4D968}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {D271C160-3D12-54E2-8814-E5293C0031CC}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideRouteFields", - "description": "/sitecore/templates/Project//-Styleguide-RouteFields template (ID: {DDEDAFB7-128D-5E06-8196-FAA170B3D03C}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideMultilingual", - "description": "/sitecore/templates/Project//-Styleguide-Multilingual template (ID: {CFBD0888-3BC0-575A-8EBE-7D9CEDD341C0}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample", - "description": "This field has a translated value (ID: {A5FDEDAA-C5E4-5631-9C66-D60B1B33787F}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutTabsTab", - "description": "/sitecore/templates/Project//-Styleguide-Layout-Tabs-Tab template (ID: {2DF24150-746E-538F-9B5A-8525A4CCFDEC}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "content", - "description": "content (ID: {4A21F7E0-AF00-5E5C-9F71-2C11DA277A9B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "title", - "description": "title (ID: {574F41F8-9EEA-54B3-BE90-5F42DE09CD88}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutTabs", - "description": "/sitecore/templates/Project//-Styleguide-Layout-Tabs template (ID: {5EC1815B-EA00-5E25-AFE0-DD92D2302EC2}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutReuse", - "description": "/sitecore/templates/Project//-Styleguide-Layout-Reuse template (ID: {251DE221-673B-5F04-B617-D8D1A020DFDD}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideItemLinkItemTemplate", - "description": "/sitecore/templates/Project//-Styleguide-ItemLink-Item-Template template (ID: {ED79C212-F8D4-5762-B160-769427A8570B}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "textField", - "description": "textField (ID: {A717C599-7639-5463-92CD-4CB470CA24FB}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageText", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Text template (ID: {004A5769-7C65-5E5A-8375-4311BC50481F}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample", - "description": "sample (ID: {5348E323-E7EC-5252-ACDA-0B9C79ED8704}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample2", - "description": "Customize Name Shown in Sitecore (ID: {4158F4D5-4967-5090-A3F1-3F89A9862EAE}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageRichText", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-RichText template (ID: {E1AD788D-5496-573C-AC80-D7692143816C}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample", - "description": "sample (ID: {0B3878C5-8CC1-5A7D-B7D0-867247E5B67E}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample2", - "description": "Customize Name Shown in Sitecore (ID: {616133EB-A9A6-594A-B819-E3BF325BA394}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageNumber", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Number template (ID: {B0681769-342B-505E-8392-9C0A3BBDC0B0}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample", - "description": "sample (ID: {92E59006-679F-56BF-8BF4-14D427801001}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "NumberField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageLink", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Link template (ID: {8CFE0D37-E726-59CD-821C-6839BF2CE36D}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "emailLink", - "description": "emailLink (ID: {49EA1788-FD15-51AA-9D6B-DE5EB5D584CB}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LinkField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "externalLink", - "description": "externalLink (ID: {F190B7D9-0F2A-5B78-B938-04668F5B3C70}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LinkField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "internalLink", - "description": "internalLink (ID: {98E7F657-C3D6-52F3-BD0B-F3FCAD7C555A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LinkField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "paramsLink", - "description": "paramsLink (ID: {84ABF43C-C93A-5680-9CC6-1285F857D256}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LinkField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageItemLink", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-ItemLink template (ID: {8EF4CB39-9119-5153-A002-161B89E56347}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "localItemLink", - "description": "localItemLink (ID: {3A4C684F-231D-56ED-B96F-B05B20EED106}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sharedItemLink", - "description": "sharedItemLink (ID: {1671D658-050F-51C8-9B2F-7C88239E9762}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageImage", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Image template (ID: {5FF73BC4-BB50-5B16-BC22-B6244CFB5A73}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample1", - "description": "sample1 (ID: {6F0C73BD-496A-5948-9BC6-479FEC065F1B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ImageField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample2", - "description": "sample2 (ID: {30D8FEA1-0577-54C1-B171-5D00DBB52546}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "ImageField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageFile", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-File template (ID: {1564AFF5-19A9-56ED-9D73-C55F40D574FD}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "file", - "description": "file (ID: {F6B2247E-B5A4-5BB3-A7CE-FD03B963CC3A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageDate", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Date template (ID: {1847C9C2-9B05-5860-8207-B240D7A5B820}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "date", - "description": "date (ID: {90D59C1F-040A-5686-85C8-41BB9B7DC7C5}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "DateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dateTime", - "description": "dateTime (ID: {9BBB647F-2BD5-5CA8-B6FC-3A5CD215D69E}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "DateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageCustom", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Custom template (ID: {EEA463CD-9696-5BDA-83E2-043A32DEA7D4}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "customIntField", - "description": "customIntField (ID: {992A3CC7-8F71-584B-8ADD-2056CDC3468B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "IntegerField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageContentList", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-ContentList template (ID: {CB2CFFE6-5481-541C-8F0C-25F248FDEB22}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "localContentList", - "description": "localContentList (ID: {78C6F9A5-3F45-5C78-8E0D-FB47E25C30B1}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sharedContentList", - "description": "sharedContentList (ID: {F7CE0AE0-AD5A-5548-824B-9F4DF15DFD60}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageCheckbox", - "description": "/sitecore/templates/Project//-Styleguide-FieldUsage-Checkbox template (ID: {41A681D2-0725-5987-ADD5-6D51CAC9F548}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "checkbox", - "description": "checkbox (ID: {CF8FED8A-51A2-58AF-A8F1-8C5D06968C5F}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "checkbox2", - "description": "checkbox2 (ID: {BF69BF19-B2F1-574D-B67E-2251978D726A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "C__StyleguideExplanatoryComponent", - "description": "/sitecore/templates/Project//-Styleguide-Explanatory-Component template (ID: {02DBD562-2D01-5472-A7B0-54A6508AC665}). NOTE: This is a concrete type. Favor using interfaces instead of this type (e.g. StyleguideExplanatoryComponent) for reliable querying.", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideContentListItemTemplate", - "description": "/sitecore/templates/Project//-Styleguide-ContentList-Item-Template template (ID: {783417BF-451E-5AB1-AD45-EF26DCBAEC53}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "textField", - "description": "textField (ID: {5EE30CE5-99D4-55D3-A9DB-B2A22CF1B29A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "StyleguideComponentParams", - "description": "/sitecore/templates/Project//-Styleguide-ComponentParams template (ID: {A724031B-12A6-5E05-A249-B2F0F017F5EF}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "GraphQLIntegratedDemo", - "description": "/sitecore/templates/Project//-GraphQL-IntegratedDemo template (ID: {C23F5BA8-08EA-57CC-BC17-39ECF5B512E5}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample1", - "description": "sample1 (ID: {F8F10505-6DEA-599C-B59B-0E3AC3411853}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample2", - "description": "sample2 (ID: {150FEE73-741F-51C3-8C5F-4B5F9E70626A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LinkField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "GraphQLConnectedDemo", - "description": "/sitecore/templates/Project//-GraphQL-ConnectedDemo template (ID: {2C3D6270-6FBC-519C-8404-E92CDAD92FF5}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample1", - "description": "sample1 (ID: {F974EA20-88F4-5AA9-B102-70D033DFDA94}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "sample2", - "description": "sample2 (ID: {BB936728-192A-5723-8FDF-99981DAF4F62}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LinkField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ExampleCustomRouteType", - "description": "/sitecore/templates/Project//-ExampleCustomRouteType template (ID: {F15CE080-38CE-5A69-BF36-6F5A50D84DBD}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "author", - "description": "author (ID: {4A3B2B16-CF1C-5084-A133-4DEC9031003B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "content", - "description": "content (ID: {E52B47D4-B129-52E9-9B61-835920D5229C}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "headline", - "description": "headline (ID: {617B4083-A4DC-5E1F-80B7-71C11C550051}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageTitle", - "description": "Page Title (ID: {F8171ECB-37C5-54EE-BFED-F689C878B6E2}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "AppRoute", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "ContentBlock", - "description": "/sitecore/templates/Project//-ContentBlock template (ID: {1AEE8B0E-8DB8-58A3-805F-0092B5582459}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "content", - "description": "content (ID: {0C9E51EE-23C1-51C5-8B44-D2398BDC4F36}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {D59ADFAA-B381-5B1D-9CAD-260CCF8CEB9C}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "C__AppRoute", - "description": "/sitecore/templates/Project//-App Route template (ID: {787584C0-A057-5876-9836-F8B3708F0CAF}). NOTE: This is a concrete type. Favor using interfaces instead of this type (e.g. AppRoute) for reliable querying.", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageTitle", - "description": "Page Title (ID: {F8171ECB-37C5-54EE-BFED-F689C878B6E2}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "AppRoute", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "JsonRendering", - "description": "/sitecore/templates/Foundation/JavaScript Services/Json Rendering template (ID: {04646A89-996F-4EE7-878A-FFDBF1F0EF0D}).", - "fields": [ - { - "name": "addFieldEditorButton", - "description": "AddFieldEditorButton (ID: {C39A90CE-0035-41BB-90F6-3C8A6EA87797}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cacheable", - "description": "Cacheable (ID: {3D08DB46-2267-41B0-BC52-BE69FD618633}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cacheClearingBehavior", - "description": "CacheClearingBehavior (ID: {A6D4FC1D-0803-4E0A-9145-B8C6121D6F26}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "clearOnIndexUpdate", - "description": "ClearOnIndexUpdate (ID: {F3E7E552-D7C8-469B-A150-69E4E14AB35C}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "compatibleRenderings", - "description": "Compatible Renderings (ID: {E441ABE7-2CA3-4640-AE26-3789967925D7}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "componentName", - "description": "componentName (ID: {037FE404-DD19-4BF7-8E30-4DADF68B27B0}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "componentQuery", - "description": "ComponentQuery (ID: {17BB046A-A32A-41B3-8315-81217947611B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "customizePage", - "description": "Customize Page (ID: {705A4365-065A-4104-B755-7363F455EBC6}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataSource", - "description": "Data source (ID: {003A72CD-4CD6-4392-9862-41D4159929CD}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasourceLocation", - "description": "Datasource Location (ID: {B5B27AF1-25EF-405C-87CE-369B3A004016}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasourceTemplate", - "description": "Datasource Template (ID: {1A7C85E5-DC0B-490D-9187-BB1DBCB4C72F}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "Description (ID: {56E4618A-F3F2-4CB5-B69A-8A45DE578902}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "editable", - "description": "Editable (ID: {308E88F5-CD6E-4F8F-BAFE-95A47DEDEFDC}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enableDatasourceQuery", - "description": "Enable Datasource Query (ID: {F172B787-7B88-4BD5-AE4D-6308E102EF11}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fieldEditorFields", - "description": "FieldEditorFields (ID: {C7B72114-3F04-45A0-BA43-3856A9C9FEB3}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "openPropertiesAfterAdd", - "description": "Open Properties after Add (ID: {7D8AE35F-9ED1-43B5-96A2-0A5F040D4E4E}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageEditorButtons", - "description": "Page Editor Buttons (ID: {A2F5D9DF-8CBA-4A1D-99EB-51ACB94CB057}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parameters", - "description": "Parameters (ID: {D01DF626-2284-4BC6-A6CA-C0A3E6D2E844}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parametersTemplate", - "description": "Parameters Template (ID: {A77E8568-1AB3-44F1-A664-B7C37EC7810D}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "placeholder", - "description": "Placeholder (ID: {592A1CE7-ABE0-4986-9783-0A34F3961DC0}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "placeholders", - "description": "Placeholders (ID: {069A8361-B1CD-437C-8C32-A3BE78941446}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderAsHTML", - "description": "Render as HTML (ID: {BBB8A1E0-F966-4710-B4F4-42F267598127}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderingContentsResolver", - "description": "Rendering Contents Resolver (ID: {B0B15510-B138-470E-8F33-8DA2E228AAFE}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByData", - "description": "VaryByData (ID: {8B6D532B-6128-4486-A044-CA06D90948BA}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByDevice", - "description": "VaryByDevice (ID: {C98CF969-BA71-42DA-833D-B3FC1368BA27}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByLogin", - "description": "VaryByLogin (ID: {8D9232B0-613F-440B-A2FA-DCDD80FBD33E}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByParm", - "description": "VaryByParm (ID: {3AD2506A-DC39-4B1E-959F-9D524ADDBF50}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByQueryString", - "description": "VaryByQueryString (ID: {1084D3D2-0457-456A-ABBC-EB4CC0966072}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByUser", - "description": "VaryByUser (ID: {0E54A8DC-72AD-4372-A7C7-BB4773FAD44D}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "RenderingOptions", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Caching", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "JavaScriptRendering", - "description": "/sitecore/templates/Foundation/JavaScript Services/JavaScript Rendering template (ID: {B1C80C94-792D-44DA-861E-557C6E1915F2}).", - "fields": [ - { - "name": "addFieldEditorButton", - "description": "AddFieldEditorButton (ID: {19D095B4-7621-4222-A89B-505289650792}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cacheable", - "description": "Cacheable (ID: {3D08DB46-2267-41B0-BC52-BE69FD618633}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cacheClearingBehavior", - "description": "CacheClearingBehavior (ID: {A6D4FC1D-0803-4E0A-9145-B8C6121D6F26}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "clearOnIndexUpdate", - "description": "ClearOnIndexUpdate (ID: {F3E7E552-D7C8-469B-A150-69E4E14AB35C}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "clientScriptPath", - "description": "Client Script Path (ID: {125BB7B7-5D7D-42F3-A314-480799A9643E}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "compatibleRenderings", - "description": "Compatible Renderings (ID: {E441ABE7-2CA3-4640-AE26-3789967925D7}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "componentName", - "description": "Component Name (ID: {E6779F24-A474-4F29-A60F-83182CD1993A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "componentQuery", - "description": "ComponentQuery (ID: {4528B82B-E79E-4BD9-820D-1BAD26260342}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "customizePage", - "description": "Customize Page (ID: {DAF096B4-BBE3-4FB1-9B2E-774A37FCCEC6}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "dataSource", - "description": "Data source (ID: {35F7859C-1E7F-4E86-87BD-65BFCF8679D8}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasourceLocation", - "description": "Datasource Location (ID: {B5B27AF1-25EF-405C-87CE-369B3A004016}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasourceTemplate", - "description": "Datasource Template (ID: {1A7C85E5-DC0B-490D-9187-BB1DBCB4C72F}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "description", - "description": "Description (ID: {1127DFEE-0183-4A10-964A-00CCEA2121AC}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "editable", - "description": "Editable (ID: {308E88F5-CD6E-4F8F-BAFE-95A47DEDEFDC}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enableDatasourceQuery", - "description": "Enable Datasource Query (ID: {F172B787-7B88-4BD5-AE4D-6308E102EF11}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "exportedFunctionName", - "description": "Exported Function Name (ID: {E61F6FEA-BA01-44CF-A50B-369D7B18ADDA}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fieldEditorFields", - "description": "FieldEditorFields (ID: {9F069AF7-A5A1-4143-A641-14735D50B1E8}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "openPropertiesAfterAdd", - "description": "Open Properties after Add (ID: {C60E2D02-5F62-4DCF-A281-29005272C101}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageEditorButtons", - "description": "Page Editor Buttons (ID: {A2F5D9DF-8CBA-4A1D-99EB-51ACB94CB057}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parameters", - "description": "Parameters (ID: {BEE1D4B3-CDFC-4A2D-AA19-6775C59CAE7B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parametersTemplate", - "description": "Parameters Template (ID: {5391FAAC-6C16-42B3-A411-49109A8502A3}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "placeholder", - "description": "Placeholder (ID: {DA298A61-8CEB-4FA5-9A56-90F531B1C105}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "placeholders", - "description": "Placeholders (ID: {069A8361-B1CD-437C-8C32-A3BE78941446}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderAsHTML", - "description": "Render as HTML (ID: {BBB8A1E0-F966-4710-B4F4-42F267598127}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderEngineInstanceConfigurationId", - "description": "Render Engine Instance Configuration Id (ID: {1E0EBAA2-DEC4-4756-A510-2A20A4951E2D}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderEngineType", - "description": "Render Engine Type (ID: {135C8B8A-9F55-4B2D-9EA1-333320BADE0C}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderingContentsResolver", - "description": "Rendering Contents Resolver (ID: {B0B15510-B138-470E-8F33-8DA2E228AAFE}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "serverScriptPath", - "description": "Server Script Path (ID: {7EDACBF4-CD65-44D6-B524-3A5ED411AE05}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByData", - "description": "VaryByData (ID: {8B6D532B-6128-4486-A044-CA06D90948BA}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByDevice", - "description": "VaryByDevice (ID: {C98CF969-BA71-42DA-833D-B3FC1368BA27}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByLogin", - "description": "VaryByLogin (ID: {8D9232B0-613F-440B-A2FA-DCDD80FBD33E}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByParm", - "description": "VaryByParm (ID: {3AD2506A-DC39-4B1E-959F-9D524ADDBF50}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByQueryString", - "description": "VaryByQueryString (ID: {1084D3D2-0457-456A-ABBC-EB4CC0966072}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByUser", - "description": "VaryByUser (ID: {0E54A8DC-72AD-4372-A7C7-BB4773FAD44D}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "RenderingOptions", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Caching", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "JSSLayout", - "description": "/sitecore/templates/Foundation/JavaScript Services/JSS Layout template (ID: {35C61E90-47DD-43DD-83A8-D1C4D5119720}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "area", - "description": "Area (ID: {70DC08D9-CDA2-4F04-AA35-C11FD7138066}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "model", - "description": "Model (ID: {E9CC5A73-3C8A-4D7D-92AC-3B88C18A996A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path_a036b2bcba0444f6a75fbae6cd242abf", - "description": "Path (ID: {A036B2BC-BA04-44F6-A75F-BAE6CD242ABF}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "placeholders", - "description": "Placeholders (ID: {80334869-86DC-4472-AA89-44CF1B2F6C9B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Layout", - "ofType": null - }, - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "App", - "description": "/sitecore/templates/Foundation/JavaScript Services/App template (ID: {061CBA15-5474-4B91-8A06-17903B102B82}).", - "fields": [ - { - "name": "ancestors", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "children", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - }, - { - "name": "first", - "description": "Limits the results to the first n children. Use with after for pagination.", - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": "Cursor value. Use with first for pagination.", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "displayName", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "field", - "description": null, - "args": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "fields", - "description": null, - "args": [ - { - "name": "ownFields", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "false" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "hasChildren", - "description": null, - "args": [ - { - "name": "hasLayout", - "description": "If set to true only items with existing presentation are returned", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "includeTemplateIDs", - "description": "Only consider child items with these template IDs.", - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "[]" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": null, - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "itemUri", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "language", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemLanguage", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "languages", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "parent", - "description": null, - "args": [], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "rendered", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "template", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemTemplate", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "url", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "ItemUrl", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "version", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INTERFACE", - "name": "RenderingOptions", - "description": "/sitecore/templates/System/Layout/Sections/Rendering Options template (ID: {D1592226-3898-4CE2-B190-090FD5F84A4C}).", - "fields": [ - { - "name": "compatibleRenderings", - "description": "Compatible Renderings (ID: {E441ABE7-2CA3-4640-AE26-3789967925D7}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasourceLocation", - "description": "Datasource Location (ID: {B5B27AF1-25EF-405C-87CE-369B3A004016}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "datasourceTemplate", - "description": "Datasource Template (ID: {1A7C85E5-DC0B-490D-9187-BB1DBCB4C72F}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "editable", - "description": "Editable (ID: {308E88F5-CD6E-4F8F-BAFE-95A47DEDEFDC}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "enableDatasourceQuery", - "description": "Enable Datasource Query (ID: {F172B787-7B88-4BD5-AE4D-6308E102EF11}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "pageEditorButtons", - "description": "Page Editor Buttons (ID: {A2F5D9DF-8CBA-4A1D-99EB-51ACB94CB057}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "placeholders", - "description": "Placeholders (ID: {069A8361-B1CD-437C-8C32-A3BE78941446}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderAsHTML", - "description": "Render as HTML (ID: {BBB8A1E0-F966-4710-B4F4-42F267598127}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "renderingContentsResolver", - "description": "Rendering Contents Resolver (ID: {B0B15510-B138-470E-8F33-8DA2E228AAFE}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "LookupField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "JsonRendering", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "JavaScriptRendering", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "Layout", - "description": "/sitecore/templates/System/Layout/Layout template (ID: {3A45A723-64EE-4919-9D41-02FD40FD1466}).", - "fields": [ - { - "name": "area", - "description": "Area (ID: {70DC08D9-CDA2-4F04-AA35-C11FD7138066}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "model", - "description": "Model (ID: {E9CC5A73-3C8A-4D7D-92AC-3B88C18A996A}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "path_a036b2bcba0444f6a75fbae6cd242abf", - "description": "Path (ID: {A036B2BC-BA04-44F6-A75F-BAE6CD242ABF}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "placeholders", - "description": "Placeholders (ID: {80334869-86DC-4472-AA89-44CF1B2F6C9B}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "MultilistField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "JSSLayout", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "StyleguideExplanatoryComponent", - "description": "/sitecore/templates/Project//-Styleguide-Explanatory-Component template (ID: {02DBD562-2D01-5472-A7B0-54A6508AC665}).", - "fields": [ - { - "name": "description", - "description": "description (ID: {C7115FA3-A53A-5994-BAC5-617F4095E835}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "RichTextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "heading", - "description": "heading (ID: {4724A46A-3F20-5AAA-8180-CBD31D08E478}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "StyleguideTracking", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideSitecoreContext", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideRouteFields", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideMultilingual", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutTabs", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideLayoutReuse", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageRichText", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageNumber", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageLink", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageItemLink", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageImage", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageFile", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageDate", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageCustom", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageContentList", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideFieldUsageCheckbox", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "C__StyleguideExplanatoryComponent", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "StyleguideComponentParams", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "AppRoute", - "description": "/sitecore/templates/Project//-App Route template (ID: {787584C0-A057-5876-9836-F8B3708F0CAF}). Also implements Route.", - "fields": [ - { - "name": "pageTitle", - "description": "Page Title (ID: {F8171ECB-37C5-54EE-BFED-F689C878B6E2}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "ExampleCustomRouteType", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "C__AppRoute", - "ofType": null - } - ] - }, - { - "kind": "INTERFACE", - "name": "Caching", - "description": "/sitecore/templates/System/Layout/Sections/Caching template (ID: {E8D2DD19-1347-4562-AE3F-310DC0B21A6C}).", - "fields": [ - { - "name": "cacheable", - "description": "Cacheable (ID: {3D08DB46-2267-41B0-BC52-BE69FD618633}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "cacheClearingBehavior", - "description": "CacheClearingBehavior (ID: {A6D4FC1D-0803-4E0A-9145-B8C6121D6F26}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "TextField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "clearOnIndexUpdate", - "description": "ClearOnIndexUpdate (ID: {F3E7E552-D7C8-469B-A150-69E4E14AB35C}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByData", - "description": "VaryByData (ID: {8B6D532B-6128-4486-A044-CA06D90948BA}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByDevice", - "description": "VaryByDevice (ID: {C98CF969-BA71-42DA-833D-B3FC1368BA27}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByLogin", - "description": "VaryByLogin (ID: {8D9232B0-613F-440B-A2FA-DCDD80FBD33E}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByParm", - "description": "VaryByParm (ID: {3AD2506A-DC39-4B1E-959F-9D524ADDBF50}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByQueryString", - "description": "VaryByQueryString (ID: {1084D3D2-0457-456A-ABBC-EB4CC0966072}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "varyByUser", - "description": "VaryByUser (ID: {0E54A8DC-72AD-4372-A7C7-BB4773FAD44D}).", - "args": [], - "type": { - "kind": "OBJECT", - "name": "CheckboxField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": null, - "enumValues": null, - "possibleTypes": [ - { - "kind": "OBJECT", - "name": "JsonRendering", - "ofType": null - }, - { - "kind": "OBJECT", - "name": "JavaScriptRendering", - "ofType": null - } - ] - }, - { - "kind": "OBJECT", - "name": "NameValueListValue", - "description": null, - "fields": [ - { - "name": "name", - "description": "The name of the name-value pair", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": "The value of the name-value pair", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "NameValueListField", - "description": null, - "fields": [ - { - "name": "definition", - "description": null, - "args": [], - "type": { - "kind": "OBJECT", - "name": "ItemTemplateField", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "id", - "description": "The GUID of this field.", - "args": [ - { - "name": "format", - "description": ".NET GUID format to use. N = short id, B = long id, etc", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"N\"" - } - ], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "ID", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "jsonValue", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "JSON", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "name", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "value", - "description": null, - "args": [], - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "values", - "description": "The key-value pairs in this field", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "NameValueListValue", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [ - { - "kind": "INTERFACE", - "name": "ItemField", - "ofType": null - } - ], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "OBJECT", - "name": "Query", - "description": null, - "fields": [ - { - "name": "item", - "description": "Allows querying items from the content tree", - "args": [ - { - "name": "path", - "description": "The item path or ID to get", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "language", - "description": "The item language to request (defaults to the default language)", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "INTERFACE", - "name": "Item", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "layout", - "description": "Allows querying layout data for the item", - "args": [ - { - "name": "site", - "description": "Site", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - }, - { - "name": "routePath", - "description": "Route path", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - }, - { - "name": "language", - "description": "Language", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "OBJECT", - "name": "LayoutData", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "search", - "description": "Allows to query items through the search", - "args": [ - { - "name": "where", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ItemSearchPredicateGraphType", - "ofType": null - } - }, - "defaultValue": "null" - }, - { - "name": "after", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "first", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Int", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "orderBy", - "description": null, - "type": { - "kind": "INPUT_OBJECT", - "name": "ItemSearchOrderBy", - "ofType": null - }, - "defaultValue": "null" - } - ], - "type": { - "kind": "OBJECT", - "name": "ItemSearchResults", - "ofType": null - }, - "isDeprecated": false, - "deprecationReason": null - } - ], - "inputFields": null, - "interfaces": [], - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ItemSearchPredicateGraphType", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "name", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "value", - "description": null, - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "null" - }, - { - "name": "AND", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ItemSearchPredicateGraphType", - "ofType": null - } - }, - "defaultValue": "null" - }, - { - "name": "OR", - "description": null, - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "INPUT_OBJECT", - "name": "ItemSearchPredicateGraphType", - "ofType": null - } - }, - "defaultValue": "null" - }, - { - "name": "operator", - "description": null, - "type": { - "kind": "ENUM", - "name": "ItemSearchOperator", - "ofType": null - }, - "defaultValue": "null" - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "ItemSearchOperator", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "EQ", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "CONTAINS", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NEQ", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "NCONTAINS", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - }, - { - "kind": "INPUT_OBJECT", - "name": "ItemSearchOrderBy", - "description": null, - "fields": null, - "inputFields": [ - { - "name": "name", - "description": null, - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": "null" - }, - { - "name": "direction", - "description": null, - "type": { - "kind": "ENUM", - "name": "Ordering", - "ofType": null - }, - "defaultValue": "null" - } - ], - "interfaces": null, - "enumValues": null, - "possibleTypes": null - }, - { - "kind": "ENUM", - "name": "Ordering", - "description": null, - "fields": null, - "inputFields": null, - "interfaces": null, - "enumValues": [ - { - "name": "ASC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "DESC", - "description": null, - "isDeprecated": false, - "deprecationReason": null - } - ], - "possibleTypes": null - } - ], - "directives": [ - { - "name": "include", - "description": "Directs the executor to include this field or fragment only when the 'if' argument is true.", - "locations": [ - "FIELD", - "FRAGMENT_SPREAD", - "INLINE_FRAGMENT" - ], - "args": [ - { - "name": "if", - "description": "Included when true.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "defaultValue": "null" - } - ] - }, - { - "name": "skip", - "description": "Directs the executor to skip this field or fragment when the 'if' argument is true.", - "locations": [ - "FIELD", - "FRAGMENT_SPREAD", - "INLINE_FRAGMENT" - ], - "args": [ - { - "name": "if", - "description": "Skipped when true.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "defaultValue": "null" - } - ] - }, - { - "name": "deprecated", - "description": "Marks an element of a GraphQL schema as no longer supported.", - "locations": [ - "FIELD_DEFINITION", - "ENUM_VALUE" - ], - "args": [ - { - "name": "reason", - "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).", - "type": { - "kind": "SCALAR", - "name": "String", - "ofType": null - }, - "defaultValue": "\"No longer supported\"" - } - ] - } - ] - } -} \ No newline at end of file diff --git a/headapps/nextjs-starter/app/next-env.d.ts b/headapps/nextjs-starter/next-env.d.ts similarity index 100% rename from headapps/nextjs-starter/app/next-env.d.ts rename to headapps/nextjs-starter/next-env.d.ts diff --git a/headapps/nextjs-starter/app/next.config.js b/headapps/nextjs-starter/next.config.js similarity index 100% rename from headapps/nextjs-starter/app/next.config.js rename to headapps/nextjs-starter/next.config.js diff --git a/headapps/nextjs-starter/app/package-lock.json b/headapps/nextjs-starter/package-lock.json similarity index 100% rename from headapps/nextjs-starter/app/package-lock.json rename to headapps/nextjs-starter/package-lock.json diff --git a/headapps/nextjs-starter/app/package.json b/headapps/nextjs-starter/package.json similarity index 100% rename from headapps/nextjs-starter/app/package.json rename to headapps/nextjs-starter/package.json diff --git a/headapps/nextjs-starter/app/public/favicon.ico b/headapps/nextjs-starter/public/favicon.ico similarity index 100% rename from headapps/nextjs-starter/app/public/favicon.ico rename to headapps/nextjs-starter/public/favicon.ico diff --git a/headapps/nextjs-starter/app/public/sc_logo.svg b/headapps/nextjs-starter/public/sc_logo.svg similarity index 100% rename from headapps/nextjs-starter/app/public/sc_logo.svg rename to headapps/nextjs-starter/public/sc_logo.svg diff --git a/headapps/nextjs-starter/app/scripts/bootstrap.ts b/headapps/nextjs-starter/scripts/bootstrap.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/bootstrap.ts rename to headapps/nextjs-starter/scripts/bootstrap.ts diff --git a/headapps/nextjs-starter/app/scripts/config/index.ts b/headapps/nextjs-starter/scripts/config/index.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/config/index.ts rename to headapps/nextjs-starter/scripts/config/index.ts diff --git a/headapps/nextjs-starter/app/scripts/config/plugins/computed.ts b/headapps/nextjs-starter/scripts/config/plugins/computed.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/config/plugins/computed.ts rename to headapps/nextjs-starter/scripts/config/plugins/computed.ts diff --git a/headapps/nextjs-starter/app/scripts/config/plugins/edge-platform.ts b/headapps/nextjs-starter/scripts/config/plugins/edge-platform.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/config/plugins/edge-platform.ts rename to headapps/nextjs-starter/scripts/config/plugins/edge-platform.ts diff --git a/headapps/nextjs-starter/app/scripts/config/plugins/fallback.ts b/headapps/nextjs-starter/scripts/config/plugins/fallback.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/config/plugins/fallback.ts rename to headapps/nextjs-starter/scripts/config/plugins/fallback.ts diff --git a/headapps/nextjs-starter/app/scripts/config/plugins/multisite.ts b/headapps/nextjs-starter/scripts/config/plugins/multisite.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/config/plugins/multisite.ts rename to headapps/nextjs-starter/scripts/config/plugins/multisite.ts diff --git a/headapps/nextjs-starter/app/scripts/config/plugins/package-json.ts b/headapps/nextjs-starter/scripts/config/plugins/package-json.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/config/plugins/package-json.ts rename to headapps/nextjs-starter/scripts/config/plugins/package-json.ts diff --git a/headapps/nextjs-starter/app/scripts/config/plugins/scjssconfig.ts b/headapps/nextjs-starter/scripts/config/plugins/scjssconfig.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/config/plugins/scjssconfig.ts rename to headapps/nextjs-starter/scripts/config/plugins/scjssconfig.ts diff --git a/headapps/nextjs-starter/app/scripts/config/plugins/sxa.ts b/headapps/nextjs-starter/scripts/config/plugins/sxa.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/config/plugins/sxa.ts rename to headapps/nextjs-starter/scripts/config/plugins/sxa.ts diff --git a/headapps/nextjs-starter/app/scripts/fetch-graphql-introspection-data.ts b/headapps/nextjs-starter/scripts/fetch-graphql-introspection-data.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/fetch-graphql-introspection-data.ts rename to headapps/nextjs-starter/scripts/fetch-graphql-introspection-data.ts diff --git a/headapps/nextjs-starter/app/scripts/generate-component-builder/index.ts b/headapps/nextjs-starter/scripts/generate-component-builder/index.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/generate-component-builder/index.ts rename to headapps/nextjs-starter/scripts/generate-component-builder/index.ts diff --git a/headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/component-builder.ts b/headapps/nextjs-starter/scripts/generate-component-builder/plugins/component-builder.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/component-builder.ts rename to headapps/nextjs-starter/scripts/generate-component-builder/plugins/component-builder.ts diff --git a/headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/components.ts b/headapps/nextjs-starter/scripts/generate-component-builder/plugins/components.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/components.ts rename to headapps/nextjs-starter/scripts/generate-component-builder/plugins/components.ts diff --git a/headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/feaas.ts b/headapps/nextjs-starter/scripts/generate-component-builder/plugins/feaas.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/feaas.ts rename to headapps/nextjs-starter/scripts/generate-component-builder/plugins/feaas.ts diff --git a/headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/packages.ts b/headapps/nextjs-starter/scripts/generate-component-builder/plugins/packages.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/generate-component-builder/plugins/packages.ts rename to headapps/nextjs-starter/scripts/generate-component-builder/plugins/packages.ts diff --git a/headapps/nextjs-starter/app/scripts/generate-config.ts b/headapps/nextjs-starter/scripts/generate-config.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/generate-config.ts rename to headapps/nextjs-starter/scripts/generate-config.ts diff --git a/headapps/nextjs-starter/app/scripts/generate-metadata.ts b/headapps/nextjs-starter/scripts/generate-metadata.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/generate-metadata.ts rename to headapps/nextjs-starter/scripts/generate-metadata.ts diff --git a/headapps/nextjs-starter/app/scripts/generate-plugins.ts b/headapps/nextjs-starter/scripts/generate-plugins.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/generate-plugins.ts rename to headapps/nextjs-starter/scripts/generate-plugins.ts diff --git a/headapps/nextjs-starter/app/scripts/install-pre-push-hook.ts b/headapps/nextjs-starter/scripts/install-pre-push-hook.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/install-pre-push-hook.ts rename to headapps/nextjs-starter/scripts/install-pre-push-hook.ts diff --git a/headapps/nextjs-starter/app/scripts/scaffold-component/index.ts b/headapps/nextjs-starter/scripts/scaffold-component/index.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/scaffold-component/index.ts rename to headapps/nextjs-starter/scripts/scaffold-component/index.ts diff --git a/headapps/nextjs-starter/app/scripts/scaffold-component/plugins/byoc.ts b/headapps/nextjs-starter/scripts/scaffold-component/plugins/byoc.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/scaffold-component/plugins/byoc.ts rename to headapps/nextjs-starter/scripts/scaffold-component/plugins/byoc.ts diff --git a/headapps/nextjs-starter/app/scripts/scaffold-component/plugins/component.ts b/headapps/nextjs-starter/scripts/scaffold-component/plugins/component.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/scaffold-component/plugins/component.ts rename to headapps/nextjs-starter/scripts/scaffold-component/plugins/component.ts diff --git a/headapps/nextjs-starter/app/scripts/scaffold-component/plugins/next-steps-byoc.ts b/headapps/nextjs-starter/scripts/scaffold-component/plugins/next-steps-byoc.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/scaffold-component/plugins/next-steps-byoc.ts rename to headapps/nextjs-starter/scripts/scaffold-component/plugins/next-steps-byoc.ts diff --git a/headapps/nextjs-starter/app/scripts/scaffold-component/plugins/next-steps.ts b/headapps/nextjs-starter/scripts/scaffold-component/plugins/next-steps.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/scaffold-component/plugins/next-steps.ts rename to headapps/nextjs-starter/scripts/scaffold-component/plugins/next-steps.ts diff --git a/headapps/nextjs-starter/app/scripts/temp/.gitignore b/headapps/nextjs-starter/scripts/temp/.gitignore similarity index 100% rename from headapps/nextjs-starter/app/scripts/temp/.gitignore rename to headapps/nextjs-starter/scripts/temp/.gitignore diff --git a/headapps/nextjs-starter/app/scripts/templates/byoc-component-src.ts b/headapps/nextjs-starter/scripts/templates/byoc-component-src.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/templates/byoc-component-src.ts rename to headapps/nextjs-starter/scripts/templates/byoc-component-src.ts diff --git a/headapps/nextjs-starter/app/scripts/templates/component-src.ts b/headapps/nextjs-starter/scripts/templates/component-src.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/templates/component-src.ts rename to headapps/nextjs-starter/scripts/templates/component-src.ts diff --git a/headapps/nextjs-starter/app/scripts/utils.ts b/headapps/nextjs-starter/scripts/utils.ts similarity index 100% rename from headapps/nextjs-starter/app/scripts/utils.ts rename to headapps/nextjs-starter/scripts/utils.ts diff --git a/headapps/nextjs-starter/app/src/Bootstrap.tsx b/headapps/nextjs-starter/src/Bootstrap.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/Bootstrap.tsx rename to headapps/nextjs-starter/src/Bootstrap.tsx diff --git a/headapps/nextjs-starter/app/src/Layout.tsx b/headapps/nextjs-starter/src/Layout.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/Layout.tsx rename to headapps/nextjs-starter/src/Layout.tsx diff --git a/headapps/nextjs-starter/app/src/Navigation.tsx b/headapps/nextjs-starter/src/Navigation.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/Navigation.tsx rename to headapps/nextjs-starter/src/Navigation.tsx diff --git a/headapps/nextjs-starter/app/src/NotFound.tsx b/headapps/nextjs-starter/src/NotFound.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/NotFound.tsx rename to headapps/nextjs-starter/src/NotFound.tsx diff --git a/headapps/nextjs-starter/app/src/Scripts.tsx b/headapps/nextjs-starter/src/Scripts.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/Scripts.tsx rename to headapps/nextjs-starter/src/Scripts.tsx diff --git a/headapps/nextjs-starter/app/src/assets/app.css b/headapps/nextjs-starter/src/assets/app.css similarity index 100% rename from headapps/nextjs-starter/app/src/assets/app.css rename to headapps/nextjs-starter/src/assets/app.css diff --git a/headapps/nextjs-starter/app/src/assets/basic/_component.scss b/headapps/nextjs-starter/src/assets/basic/_component.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/basic/_component.scss rename to headapps/nextjs-starter/src/assets/basic/_component.scss diff --git a/headapps/nextjs-starter/app/src/assets/basic/_container.scss b/headapps/nextjs-starter/src/assets/basic/_container.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/basic/_container.scss rename to headapps/nextjs-starter/src/assets/basic/_container.scss diff --git a/headapps/nextjs-starter/app/src/assets/basic/_fonts.scss b/headapps/nextjs-starter/src/assets/basic/_fonts.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/basic/_fonts.scss rename to headapps/nextjs-starter/src/assets/basic/_fonts.scss diff --git a/headapps/nextjs-starter/app/src/assets/basic/_footer.scss b/headapps/nextjs-starter/src/assets/basic/_footer.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/basic/_footer.scss rename to headapps/nextjs-starter/src/assets/basic/_footer.scss diff --git a/headapps/nextjs-starter/app/src/assets/basic/_header.scss b/headapps/nextjs-starter/src/assets/basic/_header.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/basic/_header.scss rename to headapps/nextjs-starter/src/assets/basic/_header.scss diff --git a/headapps/nextjs-starter/app/src/assets/basic/_navigation.scss b/headapps/nextjs-starter/src/assets/basic/_navigation.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/basic/_navigation.scss rename to headapps/nextjs-starter/src/assets/basic/_navigation.scss diff --git a/headapps/nextjs-starter/app/src/assets/basic/_promo.scss b/headapps/nextjs-starter/src/assets/basic/_promo.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/basic/_promo.scss rename to headapps/nextjs-starter/src/assets/basic/_promo.scss diff --git a/headapps/nextjs-starter/app/src/assets/basic/_rich-text.scss b/headapps/nextjs-starter/src/assets/basic/_rich-text.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/basic/_rich-text.scss rename to headapps/nextjs-starter/src/assets/basic/_rich-text.scss diff --git a/headapps/nextjs-starter/app/src/assets/basic/_variables.scss b/headapps/nextjs-starter/src/assets/basic/_variables.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/basic/_variables.scss rename to headapps/nextjs-starter/src/assets/basic/_variables.scss diff --git a/headapps/nextjs-starter/app/src/assets/basic/main.scss b/headapps/nextjs-starter/src/assets/basic/main.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/basic/main.scss rename to headapps/nextjs-starter/src/assets/basic/main.scss diff --git a/headapps/nextjs-starter/app/src/assets/main.scss b/headapps/nextjs-starter/src/assets/main.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/main.scss rename to headapps/nextjs-starter/src/assets/main.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/_app.scss b/headapps/nextjs-starter/src/assets/sass/_app.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/_app.scss rename to headapps/nextjs-starter/src/assets/sass/_app.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/abstracts/_functions.scss b/headapps/nextjs-starter/src/assets/sass/abstracts/_functions.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/abstracts/_functions.scss rename to headapps/nextjs-starter/src/assets/sass/abstracts/_functions.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/abstracts/_mixins.scss b/headapps/nextjs-starter/src/assets/sass/abstracts/_mixins.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/abstracts/_mixins.scss rename to headapps/nextjs-starter/src/assets/sass/abstracts/_mixins.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/abstracts/_vars.scss b/headapps/nextjs-starter/src/assets/sass/abstracts/_vars.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/abstracts/_vars.scss rename to headapps/nextjs-starter/src/assets/sass/abstracts/_vars.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/abstracts/vars/_colors.scss b/headapps/nextjs-starter/src/assets/sass/abstracts/vars/_colors.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/abstracts/vars/_colors.scss rename to headapps/nextjs-starter/src/assets/sass/abstracts/vars/_colors.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/abstracts/vars/_fontSizes.scss b/headapps/nextjs-starter/src/assets/sass/abstracts/vars/_fontSizes.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/abstracts/vars/_fontSizes.scss rename to headapps/nextjs-starter/src/assets/sass/abstracts/vars/_fontSizes.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/abstracts/vars/_margins.scss b/headapps/nextjs-starter/src/assets/sass/abstracts/vars/_margins.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/abstracts/vars/_margins.scss rename to headapps/nextjs-starter/src/assets/sass/abstracts/vars/_margins.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/base/fonts/_fonts.scss b/headapps/nextjs-starter/src/assets/sass/base/fonts/_fonts.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/base/fonts/_fonts.scss rename to headapps/nextjs-starter/src/assets/sass/base/fonts/_fonts.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/base/fonts/index.scss b/headapps/nextjs-starter/src/assets/sass/base/fonts/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/base/fonts/index.scss rename to headapps/nextjs-starter/src/assets/sass/base/fonts/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/base/index.scss b/headapps/nextjs-starter/src/assets/sass/base/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/base/index.scss rename to headapps/nextjs-starter/src/assets/sass/base/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/base/links/_link-button.scss b/headapps/nextjs-starter/src/assets/sass/base/links/_link-button.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/base/links/_link-button.scss rename to headapps/nextjs-starter/src/assets/sass/base/links/_link-button.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/base/links/index.scss b/headapps/nextjs-starter/src/assets/sass/base/links/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/base/links/index.scss rename to headapps/nextjs-starter/src/assets/sass/base/links/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/base/reset/_inputs.scss b/headapps/nextjs-starter/src/assets/sass/base/reset/_inputs.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/base/reset/_inputs.scss rename to headapps/nextjs-starter/src/assets/sass/base/reset/_inputs.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/base/reset/_links.scss b/headapps/nextjs-starter/src/assets/sass/base/reset/_links.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/base/reset/_links.scss rename to headapps/nextjs-starter/src/assets/sass/base/reset/_links.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/base/reset/_ui-datepicker.scss b/headapps/nextjs-starter/src/assets/sass/base/reset/_ui-datepicker.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/base/reset/_ui-datepicker.scss rename to headapps/nextjs-starter/src/assets/sass/base/reset/_ui-datepicker.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/base/richtext/_richtext-files-icons.scss b/headapps/nextjs-starter/src/assets/sass/base/richtext/_richtext-files-icons.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/base/richtext/_richtext-files-icons.scss rename to headapps/nextjs-starter/src/assets/sass/base/richtext/_richtext-files-icons.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/base/richtext/_richtext.scss b/headapps/nextjs-starter/src/assets/sass/base/richtext/_richtext.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/base/richtext/_richtext.scss rename to headapps/nextjs-starter/src/assets/sass/base/richtext/_richtext.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/base/richtext/index.scss b/headapps/nextjs-starter/src/assets/sass/base/richtext/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/base/richtext/index.scss rename to headapps/nextjs-starter/src/assets/sass/base/richtext/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/base/typehead/_typehead.scss b/headapps/nextjs-starter/src/assets/sass/base/typehead/_typehead.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/base/typehead/_typehead.scss rename to headapps/nextjs-starter/src/assets/sass/base/typehead/_typehead.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/base/typehead/index.scss b/headapps/nextjs-starter/src/assets/sass/base/typehead/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/base/typehead/index.scss rename to headapps/nextjs-starter/src/assets/sass/base/typehead/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/_component-column-splitter.scss b/headapps/nextjs-starter/src/assets/sass/components/_component-column-splitter.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/_component-column-splitter.scss rename to headapps/nextjs-starter/src/assets/sass/components/_component-column-splitter.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/_component-container.scss b/headapps/nextjs-starter/src/assets/sass/components/_component-container.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/_component-container.scss rename to headapps/nextjs-starter/src/assets/sass/components/_component-container.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/_component-image.scss b/headapps/nextjs-starter/src/assets/sass/components/_component-image.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/_component-image.scss rename to headapps/nextjs-starter/src/assets/sass/components/_component-image.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/_component-navigation.scss b/headapps/nextjs-starter/src/assets/sass/components/_component-navigation.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/_component-navigation.scss rename to headapps/nextjs-starter/src/assets/sass/components/_component-navigation.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/_component-promo.scss b/headapps/nextjs-starter/src/assets/sass/components/_component-promo.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/_component-promo.scss rename to headapps/nextjs-starter/src/assets/sass/components/_component-promo.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/_component-richtext-content.scss b/headapps/nextjs-starter/src/assets/sass/components/_component-richtext-content.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/_component-richtext-content.scss rename to headapps/nextjs-starter/src/assets/sass/components/_component-richtext-content.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/common/_alignment.scss b/headapps/nextjs-starter/src/assets/sass/components/common/_alignment.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/common/_alignment.scss rename to headapps/nextjs-starter/src/assets/sass/components/common/_alignment.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/common/_boxed.scss b/headapps/nextjs-starter/src/assets/sass/components/common/_boxed.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/common/_boxed.scss rename to headapps/nextjs-starter/src/assets/sass/components/common/_boxed.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/common/_clearfix.scss b/headapps/nextjs-starter/src/assets/sass/components/common/_clearfix.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/common/_clearfix.scss rename to headapps/nextjs-starter/src/assets/sass/components/common/_clearfix.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/common/_highlighted.scss b/headapps/nextjs-starter/src/assets/sass/components/common/_highlighted.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/common/_highlighted.scss rename to headapps/nextjs-starter/src/assets/sass/components/common/_highlighted.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/common/_link-button.scss b/headapps/nextjs-starter/src/assets/sass/components/common/_link-button.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/common/_link-button.scss rename to headapps/nextjs-starter/src/assets/sass/components/common/_link-button.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/common/_promoted-box.scss b/headapps/nextjs-starter/src/assets/sass/components/common/_promoted-box.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/common/_promoted-box.scss rename to headapps/nextjs-starter/src/assets/sass/components/common/_promoted-box.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/common/index.scss b/headapps/nextjs-starter/src/assets/sass/components/common/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/common/index.scss rename to headapps/nextjs-starter/src/assets/sass/components/common/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/container/_bordered.scss b/headapps/nextjs-starter/src/assets/sass/components/container/_bordered.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/container/_bordered.scss rename to headapps/nextjs-starter/src/assets/sass/components/container/_bordered.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/container/_title-row-box.scss b/headapps/nextjs-starter/src/assets/sass/components/container/_title-row-box.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/container/_title-row-box.scss rename to headapps/nextjs-starter/src/assets/sass/components/container/_title-row-box.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/container/index.scss b/headapps/nextjs-starter/src/assets/sass/components/container/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/container/index.scss rename to headapps/nextjs-starter/src/assets/sass/components/container/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/image-alignment/_image-left.scss b/headapps/nextjs-starter/src/assets/sass/components/image-alignment/_image-left.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/image-alignment/_image-left.scss rename to headapps/nextjs-starter/src/assets/sass/components/image-alignment/_image-left.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/image-alignment/_image-right.scss b/headapps/nextjs-starter/src/assets/sass/components/image-alignment/_image-right.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/image-alignment/_image-right.scss rename to headapps/nextjs-starter/src/assets/sass/components/image-alignment/_image-right.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/image/_image-default-size.scss b/headapps/nextjs-starter/src/assets/sass/components/image/_image-default-size.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/image/_image-default-size.scss rename to headapps/nextjs-starter/src/assets/sass/components/image/_image-default-size.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/image/index.scss b/headapps/nextjs-starter/src/assets/sass/components/image/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/image/index.scss rename to headapps/nextjs-starter/src/assets/sass/components/image/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/index.scss b/headapps/nextjs-starter/src/assets/sass/components/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/index.scss rename to headapps/nextjs-starter/src/assets/sass/components/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/layout/_acaindent.scss b/headapps/nextjs-starter/src/assets/sass/components/layout/_acaindent.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/layout/_acaindent.scss rename to headapps/nextjs-starter/src/assets/sass/components/layout/_acaindent.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/layout/_background.scss b/headapps/nextjs-starter/src/assets/sass/components/layout/_background.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/layout/_background.scss rename to headapps/nextjs-starter/src/assets/sass/components/layout/_background.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/layout/index.scss b/headapps/nextjs-starter/src/assets/sass/components/layout/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/layout/index.scss rename to headapps/nextjs-starter/src/assets/sass/components/layout/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/link-list/_component-link-list.scss b/headapps/nextjs-starter/src/assets/sass/components/link-list/_component-link-list.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/link-list/_component-link-list.scss rename to headapps/nextjs-starter/src/assets/sass/components/link-list/_component-link-list.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/link-list/_list-vertical.scss b/headapps/nextjs-starter/src/assets/sass/components/link-list/_list-vertical.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/link-list/_list-vertical.scss rename to headapps/nextjs-starter/src/assets/sass/components/link-list/_list-vertical.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/link-list/index.scss b/headapps/nextjs-starter/src/assets/sass/components/link-list/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/link-list/index.scss rename to headapps/nextjs-starter/src/assets/sass/components/link-list/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-fat.scss b/headapps/nextjs-starter/src/assets/sass/components/navigation/_navigation-fat.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-fat.scss rename to headapps/nextjs-starter/src/assets/sass/components/navigation/_navigation-fat.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-main-horizontal-vertical.scss b/headapps/nextjs-starter/src/assets/sass/components/navigation/_navigation-main-horizontal-vertical.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-main-horizontal-vertical.scss rename to headapps/nextjs-starter/src/assets/sass/components/navigation/_navigation-main-horizontal-vertical.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-mobile.scss b/headapps/nextjs-starter/src/assets/sass/components/navigation/_navigation-mobile.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-mobile.scss rename to headapps/nextjs-starter/src/assets/sass/components/navigation/_navigation-mobile.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-sidebar.scss b/headapps/nextjs-starter/src/assets/sass/components/navigation/_navigation-sidebar.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/navigation/_navigation-sidebar.scss rename to headapps/nextjs-starter/src/assets/sass/components/navigation/_navigation-sidebar.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/navigation/_sitemap-navigation.scss b/headapps/nextjs-starter/src/assets/sass/components/navigation/_sitemap-navigation.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/navigation/_sitemap-navigation.scss rename to headapps/nextjs-starter/src/assets/sass/components/navigation/_sitemap-navigation.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/navigation/index.scss b/headapps/nextjs-starter/src/assets/sass/components/navigation/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/navigation/index.scss rename to headapps/nextjs-starter/src/assets/sass/components/navigation/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/promo/_absolute-bottom-link.scss b/headapps/nextjs-starter/src/assets/sass/components/promo/_absolute-bottom-link.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/promo/_absolute-bottom-link.scss rename to headapps/nextjs-starter/src/assets/sass/components/promo/_absolute-bottom-link.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/promo/_promo-hero.scss b/headapps/nextjs-starter/src/assets/sass/components/promo/_promo-hero.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/promo/_promo-hero.scss rename to headapps/nextjs-starter/src/assets/sass/components/promo/_promo-hero.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/promo/_promo-shadow.scss b/headapps/nextjs-starter/src/assets/sass/components/promo/_promo-shadow.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/promo/_promo-shadow.scss rename to headapps/nextjs-starter/src/assets/sass/components/promo/_promo-shadow.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/promo/index.scss b/headapps/nextjs-starter/src/assets/sass/components/promo/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/promo/index.scss rename to headapps/nextjs-starter/src/assets/sass/components/promo/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/rich-text/_rich-text-lists.scss b/headapps/nextjs-starter/src/assets/sass/components/rich-text/_rich-text-lists.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/rich-text/_rich-text-lists.scss rename to headapps/nextjs-starter/src/assets/sass/components/rich-text/_rich-text-lists.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/rich-text/index.scss b/headapps/nextjs-starter/src/assets/sass/components/rich-text/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/rich-text/index.scss rename to headapps/nextjs-starter/src/assets/sass/components/rich-text/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/spacing/_background-colors.scss b/headapps/nextjs-starter/src/assets/sass/components/spacing/_background-colors.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/spacing/_background-colors.scss rename to headapps/nextjs-starter/src/assets/sass/components/spacing/_background-colors.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/spacing/_indent.scss b/headapps/nextjs-starter/src/assets/sass/components/spacing/_indent.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/spacing/_indent.scss rename to headapps/nextjs-starter/src/assets/sass/components/spacing/_indent.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/spacing/index.scss b/headapps/nextjs-starter/src/assets/sass/components/spacing/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/spacing/index.scss rename to headapps/nextjs-starter/src/assets/sass/components/spacing/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/title/_component-title.scss b/headapps/nextjs-starter/src/assets/sass/components/title/_component-title.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/title/_component-title.scss rename to headapps/nextjs-starter/src/assets/sass/components/title/_component-title.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/components/title/index.scss b/headapps/nextjs-starter/src/assets/sass/components/title/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/components/title/index.scss rename to headapps/nextjs-starter/src/assets/sass/components/title/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/main.scss b/headapps/nextjs-starter/src/assets/sass/main.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/main.scss rename to headapps/nextjs-starter/src/assets/sass/main.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/variants/index.scss b/headapps/nextjs-starter/src/assets/sass/variants/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/variants/index.scss rename to headapps/nextjs-starter/src/assets/sass/variants/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/variants/link-list/index.scss b/headapps/nextjs-starter/src/assets/sass/variants/link-list/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/variants/link-list/index.scss rename to headapps/nextjs-starter/src/assets/sass/variants/link-list/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/variants/navigation/index.scss b/headapps/nextjs-starter/src/assets/sass/variants/navigation/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/variants/navigation/index.scss rename to headapps/nextjs-starter/src/assets/sass/variants/navigation/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/variants/page-content/index.scss b/headapps/nextjs-starter/src/assets/sass/variants/page-content/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/variants/page-content/index.scss rename to headapps/nextjs-starter/src/assets/sass/variants/page-content/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/variants/promo/index.scss b/headapps/nextjs-starter/src/assets/sass/variants/promo/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/variants/promo/index.scss rename to headapps/nextjs-starter/src/assets/sass/variants/promo/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/variants/rich-text/index.scss b/headapps/nextjs-starter/src/assets/sass/variants/rich-text/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/variants/rich-text/index.scss rename to headapps/nextjs-starter/src/assets/sass/variants/rich-text/index.scss diff --git a/headapps/nextjs-starter/app/src/assets/sass/variants/title/index.scss b/headapps/nextjs-starter/src/assets/sass/variants/title/index.scss similarity index 100% rename from headapps/nextjs-starter/app/src/assets/sass/variants/title/index.scss rename to headapps/nextjs-starter/src/assets/sass/variants/title/index.scss diff --git a/headapps/nextjs-starter/app/src/byoc/index.client.tsx b/headapps/nextjs-starter/src/byoc/index.client.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/byoc/index.client.tsx rename to headapps/nextjs-starter/src/byoc/index.client.tsx diff --git a/headapps/nextjs-starter/app/src/byoc/index.hybrid.ts b/headapps/nextjs-starter/src/byoc/index.hybrid.ts similarity index 100% rename from headapps/nextjs-starter/app/src/byoc/index.hybrid.ts rename to headapps/nextjs-starter/src/byoc/index.hybrid.ts diff --git a/headapps/nextjs-starter/app/src/byoc/index.ts b/headapps/nextjs-starter/src/byoc/index.ts similarity index 100% rename from headapps/nextjs-starter/app/src/byoc/index.ts rename to headapps/nextjs-starter/src/byoc/index.ts diff --git a/headapps/nextjs-starter/app/src/components/CdpPageView.tsx b/headapps/nextjs-starter/src/components/CdpPageView.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/components/CdpPageView.tsx rename to headapps/nextjs-starter/src/components/CdpPageView.tsx diff --git a/headapps/nextjs-starter/app/src/components/ColumnSplitter.tsx b/headapps/nextjs-starter/src/components/ColumnSplitter.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/components/ColumnSplitter.tsx rename to headapps/nextjs-starter/src/components/ColumnSplitter.tsx diff --git a/headapps/nextjs-starter/app/src/components/Container.tsx b/headapps/nextjs-starter/src/components/Container.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/components/Container.tsx rename to headapps/nextjs-starter/src/components/Container.tsx diff --git a/headapps/nextjs-starter/app/src/components/ContentBlock.tsx b/headapps/nextjs-starter/src/components/ContentBlock.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/components/ContentBlock.tsx rename to headapps/nextjs-starter/src/components/ContentBlock.tsx diff --git a/headapps/nextjs-starter/app/src/components/FEAASScripts.tsx b/headapps/nextjs-starter/src/components/FEAASScripts.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/components/FEAASScripts.tsx rename to headapps/nextjs-starter/src/components/FEAASScripts.tsx diff --git a/headapps/nextjs-starter/app/src/components/Image.tsx b/headapps/nextjs-starter/src/components/Image.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/components/Image.tsx rename to headapps/nextjs-starter/src/components/Image.tsx diff --git a/headapps/nextjs-starter/app/src/components/LinkList.tsx b/headapps/nextjs-starter/src/components/LinkList.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/components/LinkList.tsx rename to headapps/nextjs-starter/src/components/LinkList.tsx diff --git a/headapps/nextjs-starter/app/src/components/Navigation.tsx b/headapps/nextjs-starter/src/components/Navigation.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/components/Navigation.tsx rename to headapps/nextjs-starter/src/components/Navigation.tsx diff --git a/headapps/nextjs-starter/app/src/components/PageContent.tsx b/headapps/nextjs-starter/src/components/PageContent.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/components/PageContent.tsx rename to headapps/nextjs-starter/src/components/PageContent.tsx diff --git a/headapps/nextjs-starter/app/src/components/PartialDesignDynamicPlaceholder.tsx b/headapps/nextjs-starter/src/components/PartialDesignDynamicPlaceholder.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/components/PartialDesignDynamicPlaceholder.tsx rename to headapps/nextjs-starter/src/components/PartialDesignDynamicPlaceholder.tsx diff --git a/headapps/nextjs-starter/app/src/components/Promo.tsx b/headapps/nextjs-starter/src/components/Promo.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/components/Promo.tsx rename to headapps/nextjs-starter/src/components/Promo.tsx diff --git a/headapps/nextjs-starter/app/src/components/RichText.tsx b/headapps/nextjs-starter/src/components/RichText.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/components/RichText.tsx rename to headapps/nextjs-starter/src/components/RichText.tsx diff --git a/headapps/nextjs-starter/app/src/components/RowSplitter.tsx b/headapps/nextjs-starter/src/components/RowSplitter.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/components/RowSplitter.tsx rename to headapps/nextjs-starter/src/components/RowSplitter.tsx diff --git a/headapps/nextjs-starter/app/src/components/Title.tsx b/headapps/nextjs-starter/src/components/Title.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/components/Title.tsx rename to headapps/nextjs-starter/src/components/Title.tsx diff --git a/headapps/nextjs-starter/app/src/lib/component-props/index.ts b/headapps/nextjs-starter/src/lib/component-props/index.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/component-props/index.ts rename to headapps/nextjs-starter/src/lib/component-props/index.ts diff --git a/headapps/nextjs-starter/app/src/lib/config.ts b/headapps/nextjs-starter/src/lib/config.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/config.ts rename to headapps/nextjs-starter/src/lib/config.ts diff --git a/headapps/nextjs-starter/app/src/lib/context/index.ts b/headapps/nextjs-starter/src/lib/context/index.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/context/index.ts rename to headapps/nextjs-starter/src/lib/context/index.ts diff --git a/headapps/nextjs-starter/app/src/lib/context/sdk/events.ts b/headapps/nextjs-starter/src/lib/context/sdk/events.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/context/sdk/events.ts rename to headapps/nextjs-starter/src/lib/context/sdk/events.ts diff --git a/headapps/nextjs-starter/app/src/lib/dictionary-service-factory.ts b/headapps/nextjs-starter/src/lib/dictionary-service-factory.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/dictionary-service-factory.ts rename to headapps/nextjs-starter/src/lib/dictionary-service-factory.ts diff --git a/headapps/nextjs-starter/app/src/lib/extract-path/index.ts b/headapps/nextjs-starter/src/lib/extract-path/index.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/extract-path/index.ts rename to headapps/nextjs-starter/src/lib/extract-path/index.ts diff --git a/headapps/nextjs-starter/app/src/lib/extract-path/plugins/multisite.ts b/headapps/nextjs-starter/src/lib/extract-path/plugins/multisite.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/extract-path/plugins/multisite.ts rename to headapps/nextjs-starter/src/lib/extract-path/plugins/multisite.ts diff --git a/headapps/nextjs-starter/app/src/lib/extract-path/plugins/personalize.ts b/headapps/nextjs-starter/src/lib/extract-path/plugins/personalize.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/extract-path/plugins/personalize.ts rename to headapps/nextjs-starter/src/lib/extract-path/plugins/personalize.ts diff --git a/headapps/nextjs-starter/app/src/lib/graphql-client-factory/create.ts b/headapps/nextjs-starter/src/lib/graphql-client-factory/create.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/graphql-client-factory/create.ts rename to headapps/nextjs-starter/src/lib/graphql-client-factory/create.ts diff --git a/headapps/nextjs-starter/app/src/lib/graphql-client-factory/index.ts b/headapps/nextjs-starter/src/lib/graphql-client-factory/index.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/graphql-client-factory/index.ts rename to headapps/nextjs-starter/src/lib/graphql-client-factory/index.ts diff --git a/headapps/nextjs-starter/app/src/lib/layout-service-factory.ts b/headapps/nextjs-starter/src/lib/layout-service-factory.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/layout-service-factory.ts rename to headapps/nextjs-starter/src/lib/layout-service-factory.ts diff --git a/headapps/nextjs-starter/app/src/lib/middleware/index.ts b/headapps/nextjs-starter/src/lib/middleware/index.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/middleware/index.ts rename to headapps/nextjs-starter/src/lib/middleware/index.ts diff --git a/headapps/nextjs-starter/app/src/lib/middleware/plugins/multisite.ts b/headapps/nextjs-starter/src/lib/middleware/plugins/multisite.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/middleware/plugins/multisite.ts rename to headapps/nextjs-starter/src/lib/middleware/plugins/multisite.ts diff --git a/headapps/nextjs-starter/app/src/lib/middleware/plugins/personalize.ts b/headapps/nextjs-starter/src/lib/middleware/plugins/personalize.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/middleware/plugins/personalize.ts rename to headapps/nextjs-starter/src/lib/middleware/plugins/personalize.ts diff --git a/headapps/nextjs-starter/app/src/lib/middleware/plugins/redirects.ts b/headapps/nextjs-starter/src/lib/middleware/plugins/redirects.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/middleware/plugins/redirects.ts rename to headapps/nextjs-starter/src/lib/middleware/plugins/redirects.ts diff --git a/headapps/nextjs-starter/app/src/lib/next-config/plugins/component-props.js b/headapps/nextjs-starter/src/lib/next-config/plugins/component-props.js similarity index 100% rename from headapps/nextjs-starter/app/src/lib/next-config/plugins/component-props.js rename to headapps/nextjs-starter/src/lib/next-config/plugins/component-props.js diff --git a/headapps/nextjs-starter/app/src/lib/next-config/plugins/cors-header.js b/headapps/nextjs-starter/src/lib/next-config/plugins/cors-header.js similarity index 100% rename from headapps/nextjs-starter/app/src/lib/next-config/plugins/cors-header.js rename to headapps/nextjs-starter/src/lib/next-config/plugins/cors-header.js diff --git a/headapps/nextjs-starter/app/src/lib/next-config/plugins/feaas.js b/headapps/nextjs-starter/src/lib/next-config/plugins/feaas.js similarity index 100% rename from headapps/nextjs-starter/app/src/lib/next-config/plugins/feaas.js rename to headapps/nextjs-starter/src/lib/next-config/plugins/feaas.js diff --git a/headapps/nextjs-starter/app/src/lib/next-config/plugins/graphql.js b/headapps/nextjs-starter/src/lib/next-config/plugins/graphql.js similarity index 100% rename from headapps/nextjs-starter/app/src/lib/next-config/plugins/graphql.js rename to headapps/nextjs-starter/src/lib/next-config/plugins/graphql.js diff --git a/headapps/nextjs-starter/app/src/lib/next-config/plugins/robots.js b/headapps/nextjs-starter/src/lib/next-config/plugins/robots.js similarity index 100% rename from headapps/nextjs-starter/app/src/lib/next-config/plugins/robots.js rename to headapps/nextjs-starter/src/lib/next-config/plugins/robots.js diff --git a/headapps/nextjs-starter/app/src/lib/next-config/plugins/sass.js b/headapps/nextjs-starter/src/lib/next-config/plugins/sass.js similarity index 100% rename from headapps/nextjs-starter/app/src/lib/next-config/plugins/sass.js rename to headapps/nextjs-starter/src/lib/next-config/plugins/sass.js diff --git a/headapps/nextjs-starter/app/src/lib/next-config/plugins/sitemap.js b/headapps/nextjs-starter/src/lib/next-config/plugins/sitemap.js similarity index 100% rename from headapps/nextjs-starter/app/src/lib/next-config/plugins/sitemap.js rename to headapps/nextjs-starter/src/lib/next-config/plugins/sitemap.js diff --git a/headapps/nextjs-starter/app/src/lib/page-props-factory/index.ts b/headapps/nextjs-starter/src/lib/page-props-factory/index.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/page-props-factory/index.ts rename to headapps/nextjs-starter/src/lib/page-props-factory/index.ts diff --git a/headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/component-props.ts b/headapps/nextjs-starter/src/lib/page-props-factory/plugins/component-props.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/component-props.ts rename to headapps/nextjs-starter/src/lib/page-props-factory/plugins/component-props.ts diff --git a/headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/component-themes.ts b/headapps/nextjs-starter/src/lib/page-props-factory/plugins/component-themes.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/component-themes.ts rename to headapps/nextjs-starter/src/lib/page-props-factory/plugins/component-themes.ts diff --git a/headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/content-styles.ts b/headapps/nextjs-starter/src/lib/page-props-factory/plugins/content-styles.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/content-styles.ts rename to headapps/nextjs-starter/src/lib/page-props-factory/plugins/content-styles.ts diff --git a/headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/normal-mode.ts b/headapps/nextjs-starter/src/lib/page-props-factory/plugins/normal-mode.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/normal-mode.ts rename to headapps/nextjs-starter/src/lib/page-props-factory/plugins/normal-mode.ts diff --git a/headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/personalize.ts b/headapps/nextjs-starter/src/lib/page-props-factory/plugins/personalize.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/personalize.ts rename to headapps/nextjs-starter/src/lib/page-props-factory/plugins/personalize.ts diff --git a/headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/preview-mode.ts b/headapps/nextjs-starter/src/lib/page-props-factory/plugins/preview-mode.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/preview-mode.ts rename to headapps/nextjs-starter/src/lib/page-props-factory/plugins/preview-mode.ts diff --git a/headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/site.ts b/headapps/nextjs-starter/src/lib/page-props-factory/plugins/site.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/page-props-factory/plugins/site.ts rename to headapps/nextjs-starter/src/lib/page-props-factory/plugins/site.ts diff --git a/headapps/nextjs-starter/app/src/lib/page-props.ts b/headapps/nextjs-starter/src/lib/page-props.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/page-props.ts rename to headapps/nextjs-starter/src/lib/page-props.ts diff --git a/headapps/nextjs-starter/app/src/lib/site-resolver/index.ts b/headapps/nextjs-starter/src/lib/site-resolver/index.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/site-resolver/index.ts rename to headapps/nextjs-starter/src/lib/site-resolver/index.ts diff --git a/headapps/nextjs-starter/app/src/lib/site-resolver/plugins/default.ts b/headapps/nextjs-starter/src/lib/site-resolver/plugins/default.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/site-resolver/plugins/default.ts rename to headapps/nextjs-starter/src/lib/site-resolver/plugins/default.ts diff --git a/headapps/nextjs-starter/app/src/lib/site-resolver/plugins/multisite.ts b/headapps/nextjs-starter/src/lib/site-resolver/plugins/multisite.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/site-resolver/plugins/multisite.ts rename to headapps/nextjs-starter/src/lib/site-resolver/plugins/multisite.ts diff --git a/headapps/nextjs-starter/app/src/lib/sitemap-fetcher/index.ts b/headapps/nextjs-starter/src/lib/sitemap-fetcher/index.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/sitemap-fetcher/index.ts rename to headapps/nextjs-starter/src/lib/sitemap-fetcher/index.ts diff --git a/headapps/nextjs-starter/app/src/lib/sitemap-fetcher/plugins/graphql-sitemap-service.ts b/headapps/nextjs-starter/src/lib/sitemap-fetcher/plugins/graphql-sitemap-service.ts similarity index 100% rename from headapps/nextjs-starter/app/src/lib/sitemap-fetcher/plugins/graphql-sitemap-service.ts rename to headapps/nextjs-starter/src/lib/sitemap-fetcher/plugins/graphql-sitemap-service.ts diff --git a/headapps/nextjs-starter/app/src/middleware.ts b/headapps/nextjs-starter/src/middleware.ts similarity index 100% rename from headapps/nextjs-starter/app/src/middleware.ts rename to headapps/nextjs-starter/src/middleware.ts diff --git a/headapps/nextjs-starter/app/src/pages/404.tsx b/headapps/nextjs-starter/src/pages/404.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/pages/404.tsx rename to headapps/nextjs-starter/src/pages/404.tsx diff --git a/headapps/nextjs-starter/app/src/pages/500.tsx b/headapps/nextjs-starter/src/pages/500.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/pages/500.tsx rename to headapps/nextjs-starter/src/pages/500.tsx diff --git a/headapps/nextjs-starter/app/src/pages/[[...path]].tsx b/headapps/nextjs-starter/src/pages/[[...path]].tsx similarity index 100% rename from headapps/nextjs-starter/app/src/pages/[[...path]].tsx rename to headapps/nextjs-starter/src/pages/[[...path]].tsx diff --git a/headapps/nextjs-starter/app/src/pages/_app.tsx b/headapps/nextjs-starter/src/pages/_app.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/pages/_app.tsx rename to headapps/nextjs-starter/src/pages/_app.tsx diff --git a/headapps/nextjs-starter/app/src/pages/_error.tsx b/headapps/nextjs-starter/src/pages/_error.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/pages/_error.tsx rename to headapps/nextjs-starter/src/pages/_error.tsx diff --git a/headapps/nextjs-starter/app/src/pages/api/editing/config.ts b/headapps/nextjs-starter/src/pages/api/editing/config.ts similarity index 100% rename from headapps/nextjs-starter/app/src/pages/api/editing/config.ts rename to headapps/nextjs-starter/src/pages/api/editing/config.ts diff --git a/headapps/nextjs-starter/app/src/pages/api/editing/data/[key].ts b/headapps/nextjs-starter/src/pages/api/editing/data/[key].ts similarity index 100% rename from headapps/nextjs-starter/app/src/pages/api/editing/data/[key].ts rename to headapps/nextjs-starter/src/pages/api/editing/data/[key].ts diff --git a/headapps/nextjs-starter/app/src/pages/api/editing/feaas/render.ts b/headapps/nextjs-starter/src/pages/api/editing/feaas/render.ts similarity index 100% rename from headapps/nextjs-starter/app/src/pages/api/editing/feaas/render.ts rename to headapps/nextjs-starter/src/pages/api/editing/feaas/render.ts diff --git a/headapps/nextjs-starter/app/src/pages/api/editing/render.ts b/headapps/nextjs-starter/src/pages/api/editing/render.ts similarity index 100% rename from headapps/nextjs-starter/app/src/pages/api/editing/render.ts rename to headapps/nextjs-starter/src/pages/api/editing/render.ts diff --git a/headapps/nextjs-starter/app/src/pages/api/healthz.ts b/headapps/nextjs-starter/src/pages/api/healthz.ts similarity index 100% rename from headapps/nextjs-starter/app/src/pages/api/healthz.ts rename to headapps/nextjs-starter/src/pages/api/healthz.ts diff --git a/headapps/nextjs-starter/app/src/pages/api/robots.ts b/headapps/nextjs-starter/src/pages/api/robots.ts similarity index 100% rename from headapps/nextjs-starter/app/src/pages/api/robots.ts rename to headapps/nextjs-starter/src/pages/api/robots.ts diff --git a/headapps/nextjs-starter/app/src/pages/api/sitemap.ts b/headapps/nextjs-starter/src/pages/api/sitemap.ts similarity index 100% rename from headapps/nextjs-starter/app/src/pages/api/sitemap.ts rename to headapps/nextjs-starter/src/pages/api/sitemap.ts diff --git a/headapps/nextjs-starter/app/src/pages/feaas/render.tsx b/headapps/nextjs-starter/src/pages/feaas/render.tsx similarity index 100% rename from headapps/nextjs-starter/app/src/pages/feaas/render.tsx rename to headapps/nextjs-starter/src/pages/feaas/render.tsx diff --git a/headapps/nextjs-starter/app/src/temp/.gitignore b/headapps/nextjs-starter/src/temp/.gitignore similarity index 100% rename from headapps/nextjs-starter/app/src/temp/.gitignore rename to headapps/nextjs-starter/src/temp/.gitignore diff --git a/headapps/nextjs-starter/app/tsconfig.json b/headapps/nextjs-starter/tsconfig.json similarity index 100% rename from headapps/nextjs-starter/app/tsconfig.json rename to headapps/nextjs-starter/tsconfig.json diff --git a/headapps/nextjs-starter/app/tsconfig.scripts.json b/headapps/nextjs-starter/tsconfig.scripts.json similarity index 100% rename from headapps/nextjs-starter/app/tsconfig.scripts.json rename to headapps/nextjs-starter/tsconfig.scripts.json diff --git a/local-containers/docker-compose.override.yml b/local-containers/docker-compose.override.yml index dc547bf1a..4b9f3791d 100644 --- a/local-containers/docker-compose.override.yml +++ b/local-containers/docker-compose.override.yml @@ -19,7 +19,7 @@ services: args: PARENT_IMAGE: ${REGISTRY}${COMPOSE_PROJECT_NAME}-nodejs:${VERSION:-latest} volumes: - - ../headapps/nextjs-starter/app:C:\app + - ../headapps/nextjs-starter:C:\app environment: SITECORE_API_HOST: "http://cm" NEXTJS_DIST_DIR: ".next-container" diff --git a/sitecore.json b/sitecore.json index f6bd69c2a..15c6f3052 100644 --- a/sitecore.json +++ b/sitecore.json @@ -1,7 +1,7 @@ { "$schema": "./.sitecore/schemas/RootConfigurationFile.schema.json", "modules": [ - "headapps/**/*.module.json" + "authoring/items/**/*.module.json" ], "plugins": [ "Sitecore.DevEx.Extensibility.Serialization@5.2.113", From c4ad857bee14a0586679603160a1186b7515e227 Mon Sep 17 00:00:00 2001 From: Rob Earlam Date: Wed, 14 Aug 2024 10:01:46 +1000 Subject: [PATCH 11/14] Updated serialisation reference in up script --- local-containers/scripts/up.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-containers/scripts/up.ps1 b/local-containers/scripts/up.ps1 index 79eb8fecd..e4455fcd1 100644 --- a/local-containers/scripts/up.ps1 +++ b/local-containers/scripts/up.ps1 @@ -125,7 +125,7 @@ Write-Host "Rebuilding indexes ..." -ForegroundColor Green dotnet sitecore index rebuild Write-Host "Pushing Default rendering host configuration" -ForegroundColor Green -dotnet sitecore ser push -i RenderingHost +dotnet sitecore ser push -i nextjs-starter Write-Host "Pushing sitecore API key" -ForegroundColor Green & $RepoRoot\local-containers\docker\build\cm\templates\import-templates.ps1 -RenderingSiteName "NextJs-Starter" -SitecoreApiKey $sitecoreApiKey From 6a444387cafc485311b3d97b7b0078ecea5fc181 Mon Sep 17 00:00:00 2001 From: Rob Earlam Date: Thu, 22 Aug 2024 06:52:04 +1000 Subject: [PATCH 12/14] Updated xmcloud.build.json to remove app dir --- xmcloud.build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmcloud.build.json b/xmcloud.build.json index 7d319ccd9..925da5fb2 100644 --- a/xmcloud.build.json +++ b/xmcloud.build.json @@ -1,7 +1,7 @@ { "renderingHosts": { "nextjsStarter": { - "path": "./headapps/nextjs-starter/app", + "path": "./headapps/nextjs-starter", "nodeVersion": "20.14.0", "jssDeploymentSecret": "110F1C44A496B45478640DD36F80C18C9", "enabled": true, From 267d654440bb0db005b0d9f6b1272fede7bdcd82 Mon Sep 17 00:00:00 2001 From: Rob Earlam Date: Mon, 16 Sep 2024 10:55:11 +1000 Subject: [PATCH 13/14] Updated publish profile to handle new repo structure --- authoring/platform/Properties/PublishProfiles/Local.pubxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authoring/platform/Properties/PublishProfiles/Local.pubxml b/authoring/platform/Properties/PublishProfiles/Local.pubxml index b71035597..67a1988cc 100644 --- a/authoring/platform/Properties/PublishProfiles/Local.pubxml +++ b/authoring/platform/Properties/PublishProfiles/Local.pubxml @@ -10,7 +10,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. Debug Any CPU FileSystem - ..\..\docker\deploy\platform + ..\..\..\local-containers\docker\deploy\platform FileSystem From 37ae9e4b125fb0c6b22a7d18b0f805f069aaa4f1 Mon Sep 17 00:00:00 2001 From: Rob Earlam Date: Mon, 23 Sep 2024 10:39:33 +1000 Subject: [PATCH 14/14] Reset local .env values --- local-containers/.env | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/local-containers/.env b/local-containers/.env index 5ea609454..75ee8b8b4 100644 --- a/local-containers/.env +++ b/local-containers/.env @@ -13,10 +13,10 @@ SITECORE_VERSION=1-ltsc2022 EXTERNAL_IMAGE_TAG_SUFFIX=ltsc2022 # The sitecore\admin and SQL 'sa' account passwords for this environment are configurable here. -SITECORE_ADMIN_PASSWORD=b +SITECORE_ADMIN_PASSWORD=Password SQL_SERVER=mssql SQL_SA_LOGIN=sa -SQL_SA_PASSWORD=Dt1I1fOzbmfAraWCXjZ +SQL_SA_PASSWORD=Password123! SQL_DATABASE_PREFIX=Sitecore # Other supporting images, including Sitecore modules and Docker tools @@ -42,9 +42,9 @@ ISOLATION=default TRAEFIK_ISOLATION=hyperv # Generated keys and certificates for your environment. -REPORTING_API_KEY=tPfD3ZEvh6vn3CICQRxt7P9D4YjkxFAIhNNOnGv2S9p1UuaowuyaF1skFCjAg2KuhqQ8foHCOLp8mYwRxZGiF4q9Go4Q1GsvIkhvkZdk0sdrdJwXZdBpFbtfuJViDiXD -TELERIK_ENCRYPTION_KEY=6QIQZftsVsZla0Owl1vc9n9e85xC3NqrPPhy17VQySpCjjFc2wWg5R3QX2gO6M9uBl1OD03cc6KntAgl38OXJeu5fnF5ZTTOMnhaiyztwD3XtVbNmaQb5q0gVRA9iKiy -MEDIA_REQUEST_PROTECTION_SHARED_SECRET=GhDouMM[ZDhzaKd/PND@p8EzLw.p5\5xq*92B{t/=w-U|XS8VbkDL1b:PK%ZZ([U +REPORTING_API_KEY= +TELERIK_ENCRYPTION_KEY= +MEDIA_REQUEST_PROTECTION_SHARED_SECRET= SITECORE_FedAuth_dot_Auth0_dot_RedirectBaseUrl=https://xmcloudcm.localhost/ SITECORE_FedAuth_dot_Auth0_dot_IsLocal=true SITECORE_FedAuth_dot_Auth0_dot_ClientId=we67e2gGRO0HIfglz23Yypp4T5Rshu86 @@ -69,10 +69,10 @@ AZUREBLOB_CONTAINER= EXPEDGE_CONNECTION= LOG_LEVEL_VALUE=INFO -HOST_LICENSE_FOLDER=C:\Solutions +HOST_LICENSE_FOLDER=C:\License NODEJS_VERSION=20.14.0 VERSION=1.0.1 JSS_DEPLOYMENT_SECRET_NEXTJS_STARTER=110F1C44A496B45478640DD36F80C18C9 -SITECORE_API_KEY_NEXTJS_STARTER=0c6390c3-9b7b-4893-935e-1e766ad50ae4 -JSS_EDITING_SECRET=AO4G0xyR7wnywDySOSxaREGReW1BnghPEyquNiOO9aoIn3edan81dDneztzpeG3p +SITECORE_API_KEY_NEXTJS_STARTER={51DC7C23-A175-4922-B021-282102C4893C} +JSS_EDITING_SECRET=RPvBNxW5VtDGyiQFpNiyxpye5F4zdZ1ldxskaJGiDrFf5F8UPf5ttYDDIxyCA0VX DISABLE_SSG_FETCH=true