From daaedbfc6fca07f4b739fce9059991a215c3e9b1 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Fri, 3 Oct 2025 15:35:30 +0200 Subject: [PATCH] rollback changes from another domain --- .../src/graphql/api/1_0/resolver/AuthenticationResolver.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federation/src/graphql/api/1_0/resolver/AuthenticationResolver.ts b/federation/src/graphql/api/1_0/resolver/AuthenticationResolver.ts index 73eb70d26..3c62c7bef 100644 --- a/federation/src/graphql/api/1_0/resolver/AuthenticationResolver.ts +++ b/federation/src/graphql/api/1_0/resolver/AuthenticationResolver.ts @@ -109,7 +109,7 @@ export class AuthenticationResolver { } } - @Mutation(() => String, { nullable: true }) + @Mutation(() => String) async authenticate( @Arg('data') args: EncryptedTransferArgs,