From ad68c881ed1312bc91afc41258fe0b517a093646 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 26 Apr 2022 12:36:24 +0200 Subject: [PATCH] debug server --- backend/src/seeds/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/seeds/index.ts b/backend/src/seeds/index.ts index 37c9992a7..dc71291cb 100644 --- a/backend/src/seeds/index.ts +++ b/backend/src/seeds/index.ts @@ -43,6 +43,7 @@ const resetEntity = async (entity: any) => { const run = async () => { const server = await createServer(context) const seedClient = createTestClient(server.apollo) + console.log(seedClient) const { con } = server await cleanDB()