Skip to content

Commit

Permalink
feat: import from graphql-tools dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Jul 13, 2022
1 parent 9787c5b commit 7d688c9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/backend/src/app.ts
Expand Up @@ -15,11 +15,9 @@ import { ApolloServer } from 'apollo-server-koa'
import { IAppConfig } from './config/app'
import { MessageProducer } from './messaging/messageProducer'
import { WorkerUtils } from 'graphile-worker'
import {
addResolversToSchema,
GraphQLFileLoader,
loadSchemaSync
} from 'graphql-tools'
import { addResolversToSchema } from '@graphql-tools/schema'
import { GraphQLFileLoader } from '@graphql-tools/graphql-file-loader'
import { loadSchemaSync } from '@graphql-tools/load'
import { resolvers } from './graphql/resolvers'
import { HttpTokenService } from './httpToken/service'
import { AssetService } from './asset/service'
Expand Down

0 comments on commit 7d688c9

Please sign in to comment.