A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi,
I tried to implement a section with Schema that is shown multiple times in the page(Header, Footer...).
First, I created it bySchema in Section but as far as I understand, Sections can't be nested in Sections so that it can't be put in the Header(which is also Section).
I was wondering if there are any "global" settings that can be configured with GUI (= on the dashboard) likeSchema, but I couldn't find that kind of feature in the help document. (If it's possible, I can implement the same feature with Snippets that can load global values.)
Anyway, I'd appreciate if anyone could give me advice in general(eg. nest Sections, how to useSchema globally across the site...).
Thanks.