From c6720d799236d256d055bfbcda33b3d0716726fb Mon Sep 17 00:00:00 2001 From: Coby Sher <63015754+CobyPear@users.noreply.github.com> Date: Tue, 17 Aug 2021 16:07:02 -0500 Subject: [PATCH] Update RAV configs to include layoutServiceConfiguration (#785) --- samples/angular/sitecore/config/JssAngularWeb.config | 6 ++++++ samples/react/sitecore/config/JssReactWeb.config | 6 ++++++ samples/vue/sitecore/config/JssVueWeb.config | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/samples/angular/sitecore/config/JssAngularWeb.config b/samples/angular/sitecore/config/JssAngularWeb.config index 95ad3a95cb..d43e54f6f7 100644 --- a/samples/angular/sitecore/config/JssAngularWeb.config +++ b/samples/angular/sitecore/config/JssAngularWeb.config @@ -49,8 +49,14 @@ Defaults are defined in `/App_Config/Sitecore/JavaScriptServices/Sitecore.JavaScriptServices.Apps.config` NOTE: graphQLEndpoint enables _Integrated GraphQL_. If not using integrated GraphQL, it can be removed. + + NOTE: layoutServiceConfiguration should be set to "default" when using GraphQL Edge schema. + When using integrated GraphQL with Edge schema, a $language value is injected + since language is required in all Edge queries. "jss" configuration does not do this (which is backwards + compatible with JSS versions < 18.0.0). -->