From f3387d06e31aa61c3a4e74d030f19f9108a68f73 Mon Sep 17 00:00:00 2001 From: mirarifhasan Date: Thu, 11 Jan 2024 10:09:27 +0600 Subject: [PATCH] chore: update mutation name to revokeUserInvitationByAdmin --- packages/hoppscotch-backend/src/admin/admin.resolver.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hoppscotch-backend/src/admin/admin.resolver.ts b/packages/hoppscotch-backend/src/admin/admin.resolver.ts index 84f34b41b..98ed3bf6e 100644 --- a/packages/hoppscotch-backend/src/admin/admin.resolver.ts +++ b/packages/hoppscotch-backend/src/admin/admin.resolver.ts @@ -271,7 +271,7 @@ export class AdminResolver { @Mutation(() => Boolean, { description: 'Revoke a user invite by ID' }) @UseGuards(GqlAuthGuard, GqlAdminGuard) - async revokeUserInviteByAdmin( + async revokeUserInvitationByAdmin( @GqlAdmin() adminUser: Admin, @Args({ name: 'inviteeEmail',