debug server

This commit is contained in:
Moriz Wahl 2022-04-26 12:49:28 +02:00
parent 3ff2ee659e
commit e639b73283

View File

@ -5,13 +5,11 @@ import { UserInterface } from '@/seeds/users/UserInterface'
import { ApolloServerTestClient } from 'apollo-server-testing'
export const userFactory = async (
client: ApolloServerTestClient,
client: any,
user: UserInterface,
): Promise<void> => {
const { mutate } = client
console.log(user)
const {
data: {
createUser: { id },