Syntax Error: Expected Name, found “:”. Error in GraphQL
I’m sending some data to the backend to create a post. It consists of some strings and arrays. When I test the query through graphiQL it works fine, but when I send the request on the frontend it returns
“Syntax Error: Expected Name, found “:”.
at Proxy.addPost (webpack-internal:///./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/NewPost.vue?vue&type=script&lang=js:71:15)”