debug server

This commit is contained in:
Moriz Wahl 2022-04-26 12:41:56 +02:00
parent 205a1d6fd4
commit ae679bcb4c

View File

@ -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,