Hi, I have a front end JavaScript application, which needs to get data from a persistent query exposed at "https:wwwstage.companyx.com/graphql/execute.json/quizzes/quizone" Tried to make a fetch GET call to above url in front end javascript code, resulting in 500 CORS error.I enabled , CORS chrome p...