refinedev/refine

[BUG]

CRyanAlves opened this issue · 0 comments

Describe the bug

Go to
examples/app-crm-minimal

image
Unable to find module '@/graphql/schema.types' or its corresponding type declarations.

Steps To Reproduce

Go to line 103
image

I've already tried using the 'any' type but it keeps giving me an error when logging in.
image

Expected behavior

I hope it is possible to make this correction to log in.

I'm a beginner and I couldn't find a solution

Packages

"graphql-tag": "^2.12.6",
"graphql-ws": "^5.9.1",

"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/import-types-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",

Additional Context

No response