There is an import statement `import { importSchem...
# orm-help
n
There is an import statement
import { importSchema } from 'graphql-import'
in one of the typescript version https://github.com/graphql-boilerplates/typescript-graphql-server/blob/master/basic/src/index.ts I wonder is the import statement doing anything at all?
n
no, this looks like a leftover import statement 🙂
👍 1