How could I go about ISR in NextJS 13 with Apollo client?

With the new NextJS 13, to create ISR, we are using the native fetch Web API instead of getStaticProps and I couldn’t find any resource that how I could go about this making ISR with GraphQL (apollo client) in NextJS 13.

Would be much appreciated if anyone had any solution for this!

2 Likes

@iamryanyu any luck here?

If anyone is looking for this too, Data Fetching: Revalidating | Next.js