mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
debug server
This commit is contained in:
parent
3ff2ee659e
commit
e639b73283
@ -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 },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user