ts2graphql icon indicating copy to clipboard operation
ts2graphql copied to clipboard

ts2graphql has no exported member ...

Open rondonjon opened this issue 5 years ago • 0 comments

VSCode shows ts2graphql has no exported member ... for the { ID, Int, Float } imports in the README example.

I checked the node_modules/ts2graphql/dist/index.d.ts file, and its the single export is indeed this:

export { createSchema } from './createSchema';

rondonjon avatar Nov 01 '20 13:11 rondonjon