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!