Backing a Serverless GraphQL API on Netlify with FaunaDB for data storage

InstructorChris Biscardi

Share this video with your friends

Send Tweet

We finish off our GraphQL API by creating database, collections, and indexes in FaunaDB. We show how to explore calling out to Fauna using the JavaScript driver before showing how to integrate our queries with our GraphQL resolvers.

Tanvi Nanda
~ 3 years ago

I am getting CORS issue which is not getting resolved even after putting this snippet

exports.handler = server.createHandler({ cors: { origin: "*", credentials: true } });

Tanvi Nanda
~ 3 years ago

exports.handler = server.createHandler({ cors: { origin: "*", credentials: true } });