-
I haven't used blitz for a few week and I'm not sure if something has changed regarding this. Let's say I have a query.
Would I be able to call |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unfortunately that's a Typescript limitation currently. Hopefully will be fixed at some point. So what I do instead is hardcode the include statement inside the query resolver. |
Beta Was this translation helpful? Give feedback.
Unfortunately that's a Typescript limitation currently. Hopefully will be fixed at some point.
So what I do instead is hardcode the include statement inside the query resolver.