Replies: 1 comment
-
This is old, so probably not needed anymore, but I found this issue when trying to figure out what was going on with this problem myself. If you run into this issue after following the example on the codegen site, you need to add |
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
-
Query Document
Codegen file:
And the
getSdk
which has an issue:This code will produce an error and failing to compile. The errors are:
Cannot find name 'RenditionByCidQueryVariables'.ts(2304)
Cannot find name 'RenditionByCidQuery'.ts(2304)
Cannot find name 'RenditionByCidQuery'.ts(2304)
the
schema.graphql
is generated by Postgraphile server, and it is ok, since i am having another condegen config for the react based app.Any idea what is going on? What am i missing
Thanks
Beta Was this translation helpful? Give feedback.
All reactions