mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix one small graphql definition bug
This commit is contained in:
parent
547c3146f2
commit
28fcd4988d
@ -109,7 +109,7 @@ export class AuthenticationResolver {
|
||||
}
|
||||
}
|
||||
|
||||
@Mutation(() => String)
|
||||
@Mutation(() => String, { nullable: true })
|
||||
async authenticate(
|
||||
@Arg('data')
|
||||
args: EncryptedTransferArgs,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user