Replies: 1 comment
-
Hi! In your specific example, please note that you might have conflicts in your types, or maybe you are using an incorrect identifier from |
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.
-
I get a gen-types.ts with the imports
but shows them as unused until next step
And the Scalars
it throws the type error in VSCode
'GraphQLDateTime' refers to a value, but is being used as a type here. Did you mean 'typeof GraphQLDateTime'? ts(2749)
So I can change them to
My codegen.yaml :
Beta Was this translation helpful? Give feedback.
All reactions