mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
rename to sendCommand
This commit is contained in:
parent
f6dc8ef02c
commit
e9e8fbac98
@ -8,7 +8,7 @@ export class CommandResolver {
|
|||||||
private commandExecutor = new CommandExecutor();
|
private commandExecutor = new CommandExecutor();
|
||||||
|
|
||||||
@Mutation(() => CommandResult)
|
@Mutation(() => CommandResult)
|
||||||
async executeCommand(
|
async sendCommand(
|
||||||
@Arg('encryptedArgs', () => EncryptedTransferArgs) encryptedArgs: any,
|
@Arg('encryptedArgs', () => EncryptedTransferArgs) encryptedArgs: any,
|
||||||
@Ctx() context: any
|
@Ctx() context: any
|
||||||
): Promise<CommandResult> {
|
): Promise<CommandResult> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user