You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have an app which uses ESM imports and has global package.json type set to module. Everything is working nice, but when trying to introspect schema file, which uses esm imports an error is thrown:
Describe the solution you'd like
Would be nice to have support for esm schema files.
Hey @vladshcherbin,
You are more than welcome to update to the last GraphQL - Inspector CLI version (3.4.12).
After updating, please try running introspect again and let me know if everything is working as expected. If you're still experiencing any issues or have any questions, don't hesitate to reach out and I'll be happy to help.
Is your feature request related to a problem? Please describe.
I have an app which uses ESM imports and has global package.json
type
set tomodule
. Everything is working nice, but when trying to introspect schema file, which uses esm imports an error is thrown:Describe the solution you'd like
Would be nice to have support for esm schema files.
Describe alternatives you've considered
Nope
Additional context
Possibly related #1961
The text was updated successfully, but these errors were encountered: