I'm facing error while accessing home page after logging in my app (only when there is a cookie present).
Error: expected Undefined to be a GraphQl schema.
All queries/mutations are working fine in Apollo playground.
Earlier it was working fine, but I made some changes to one of my GraphQl type and I guess it is because of that.
Tech used: Prisma, GraphQl,Apollo, Nexus, Next.js
Can someone please suggest a solution?