Hello, I would like to request data via GraphQL query based on a Tag multifield like this:The parameters to return this data should be for example:["wknd-shared:season/summer"]["wknd-shared:season/summer", "wknd-shared:season/spring"]I tried this query:query ($adventureTags: [String]) { adventureL...
I have reviewed the following query and noticed that I have a similar use case, but it require only the Universal Editor feature. So, whenever the client opens a page created using an editable template in AEM, it will automatically open in the Universal Editor, allowing them to make any modification...
HI Team, i am trying to setup Headless & GraphQL local setup using wknd site but getting below error Error: SyntaxError: Unexpected end of JSON input even checked CORS configuration are in place already in local AEM /content/cq:graphql/wknd-shared/endpoint.json@arunpatidar @EstebanBustamante
I am currently customizing the Rich Text Editor (RTE) using App Builder.I am implementing it according to the documentation, but even after inputting the ID for the h1, it is not being removed from the tool. rte: { removeButtons: () => [ { id: "h1",// not work }, { id: "bol...
Hi,I want to use GraphQL for searching and building a listing page with pagination. As I explored, I understand that GraphQL supports offset, limit, sorting etc. but I couldn't find a way to get the total number of results to achieve pagination with page number.It would be really helpful if anyone c...
I have a graphql query which takes IDFilter! as parameter and this works fine in the graphql editor and when i try to request from postman i am getting "Variable 'paths' has an invalid value: Variable 'paths' has coerced Null value for NonNull type 'IDFilter!'"exception. My Graphql Queryquery ($expr...
How can i redirect the request in dispatcher with query parameters from one page to another page without losing query parameters, for example, redirect should take place from https://www.mysite.com/content/us/en/firstpage.htm?a=xyz to https://www.mysite.com/content/us/en/secondpage.htm?a=xyz Appr...
Hi All,We are working on custom SPA component which is supposed to take the given content fragment & use its field on page. In sites custom component we achieved this simply by using below snippet in html & it works fine. cfPath is content fragment path selected in component dialog's pathbrowser fie...
Hi team, We are planning to implement hybrid approach in our project architecture where we can use both AEM core components and React SPA at same page. Please let us know if we have any dummy git project available which can be used as reference.Thanks in advance ! Best Regards,Swapnil Desai