-
-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module '"graphql/utilities/printSchema"' has no exported member 'Options' #1135
Comments
I understand that |
Downgrading graphql to |
Are you talking about v16? |
I just upgraded to v16 again to verify and there're indeed warnings which I totally ignored before. Is there a guide on how to deal with this as it's not very clear which dependencies specifically are required |
looking at the warnings in more details, all are basically indicating that they are not compatible with Thanks for pointing out the warnings. |
See #1100 🔒 |
Describe the Bug
Upon following the installation guide here: https://typegraphql.com/docs/installation.html and copying/pasting the examples here: https://typegraphql.com/docs/getting-started.html. Yet just adding the following line to a index.ts file will throw this error for me when I run
tsc
or
Run tsc
To Reproduce
import {buildSchemaSync} from 'type-graphql'
Expected Behavior
properly compile file
Logs
Environment (please complete the following information):
Additional Context
Like I said, I started following the examples as described above, yet currently the single line to import buildschema is throwing this error.
See my tsconfig.json below:
The text was updated successfully, but these errors were encountered: