@graphql/schema.types not working
I have done all the necessary steps beforehand to use import type { User } from '@/graphql/schema.types', but i still get this Cannot find module '@/graphql/schema.types' or its corresponding type declarations. Can someone help me?

