fix one small graphql definition bug

This commit is contained in:
einhornimmond 2025-10-01 12:36:30 +02:00
parent 547c3146f2
commit 28fcd4988d

View File

@ -109,7 +109,7 @@ export class AuthenticationResolver {
}
}
@Mutation(() => String)
@Mutation(() => String, { nullable: true })
async authenticate(
@Arg('data')
args: EncryptedTransferArgs,