Try this
const cors = {
credentials: true,
origin: 'https://studio.apollographql.com'
}
apolloServer.applyMiddleware({ app, cors })
Try this
const cors = {
credentials: true,
origin: 'https://studio.apollographql.com'
}
apolloServer.applyMiddleware({ app, cors })