How to make Apollo graphql request in Nextjs server component (using app directory)?

How to make Apollo graphql request in Nextjs server component (using app directory)?

This is the code inside the page.tsx (i.e app/page.tsx): import { client } from “@/GraphQL/apollo-client”; import { fetchJobs } from …

 

Read More