I am creating next.js application with app router and appollo graphql, for graphql query i have used appolo @apollo/experimental-nextjs-app-support module, in next.js app router they have on demand validation pass in fetch api as per above screenshot, how can i pass same thing in appolo for on demand validation ?
i want to revalidate with webbook.
i want to use Apollo graphql with next.js app router with on demand validation that next.js providing. i want to revalidate with webbook.