How to specify type for ColumnDef definition #4105
Unanswered
marceloverdijk
asked this question in
Q&A
Replies: 1 comment
-
Did you ever find a fix for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using GraphQL Codegen to generate typed queries, which I use in Next.js application to present data on pages.
E.g. having the follow GraphQL query document:
The generated types look like:
Could I somehow use this as input for the
ColumnDef
type to keep type safety?Beta Was this translation helpful? Give feedback.
All reactions