Starting a new project using Craft headless w/ Nuxt.js and have installed CraftQL but am receiving the below error when running helloWorld test or any other queries when testing with GraphiQL. Not sure what I am doing wrong?
Query:
{
helloWorld
}
Error:
{
"error": "\"continue\" targeting switch is equivalent to \"break\". Did you mean to use \"continue 2\"?"
}
Starting a new project using Craft headless w/ Nuxt.js and have installed CraftQL but am receiving the below error when running helloWorld test or any other queries when testing with GraphiQL. Not sure what I am doing wrong?
Query:
Error:
Running locally on:
Any help or examples of using Craft headless w/ Nuxt.js would be greatly appreciated!