From ae679bcb4c267dfc8153ce0864240f7f9b614248 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 26 Apr 2022 12:41:56 +0200 Subject: [PATCH] debug server --- backend/src/seeds/factory/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/seeds/factory/user.ts b/backend/src/seeds/factory/user.ts index 18f66d109..bee82e444 100644 --- a/backend/src/seeds/factory/user.ts +++ b/backend/src/seeds/factory/user.ts @@ -2,7 +2,7 @@ import { createUser, setPassword } from '@/seeds/graphql/mutations' import { User } from '@entity/User' import { LoginEmailOptIn } from '@entity/LoginEmailOptIn' import { UserInterface } from '@/seeds/users/UserInterface' -import { ApolloServerTestClient } from 'apollo-server-testing' +import { ApolloServerTestClient } from 'apollo-server-testing/dist/createTestClient' export const userFactory = async ( client: ApolloServerTestClient,