You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered: