Update your .env
MONGODB_URI=mongodb+srv://applicants:<password>@applicants-cluster.qtj47.mongodb.net/master?retryWrites=true&w=majorityRun the development server:
npm run dev
# or
yarn devOpen http://localhost:3000/api/graphql with your browser to see the result.
Production: https://applicants-near-api.vercel.app/api/graphql.
Connect with https://studio.apollographql.com/sandbox/explorer for playground and schema instrospection.