ts2graphql
ts2graphql copied to clipboard
ts2graphql has no exported member ...
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';