We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Had to replace
how-to-use-graphql-with-vue-apollo-components-and-netlify-functions/src-functions/graphql.js
Line 25 in 02a4078
with
exports.handler = server.createHandler({ cors: { origin: `*`, credentials: true, }, });
to test locally