Excessive stack depth comparing types when using inputRef
#595
Unanswered
haleksandre
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Not sure if I understand the question here, but an inputRed should describe the shape of your GraphQL input type, what are you passing into the InputRef? Many/most of Prismas types can't be represented accurately in graphql. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting lots of
Excessive stack depth comparing types
error in VSCode when creating Prisma Input usinginputRef
with a large Prisma schema. Not sure if this is a Prisma issue or how PothosInputRef
typing issue or possibly could even be a TypeScript limitation?Although I get these error in VSCode the GraphQL app still seem to work without any issue. Any idea what could cause these error?
Beta Was this translation helpful? Give feedback.
All reactions