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';
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.tsfile, and its the single export is indeed this: