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
Currently the generated code doesn't import any dependencies. Here's what it generates:
One possible solution would be to include a configuration file to specify which package to include the dependencies. Something like graphql2ts.config.js or a command-line argument like --package which could be omitted since we are using the graphql-js package.
The text was updated successfully, but these errors were encountered:
Currently the generated code doesn't import any dependencies. Here's what it generates:
One possible solution would be to include a configuration file to specify which package to include the dependencies. Something like
graphql2ts.config.js
or a command-line argument like--package
which could be omitted since we are using thegraphql-js
package.The text was updated successfully, but these errors were encountered: