We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bc050 commit e7aacc0Copy full SHA for e7aacc0
src/resolvers.ts
@@ -1,7 +1,6 @@
1
import { makeExecutableSchema } from '@graphql-tools/schema';
2
import { loadSchemaSync } from '@graphql-tools/load';
3
import { GraphQLFileLoader } from '@graphql-tools/graphql-file-loader';
4
-import { GraphQLError } from 'graphql';
5
6
import { Resolvers } from './resolvers-types.js';
7
import {
0 commit comments