diff --git a/packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/RevokeTeamInvitation.graphql b/packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/RevokeTeamInvitation.graphql index a8652db4..f1e54b65 100644 --- a/packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/RevokeTeamInvitation.graphql +++ b/packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/RevokeTeamInvitation.graphql @@ -1,3 +1,3 @@ mutation RevokeTeamInvitation($inviteID: ID!) { - revokeTeamInvitation(inviteID: $inviteID) -} \ No newline at end of file + revokeTeamInviteByAdmin(inviteID: $inviteID) +} diff --git a/packages/hoppscotch-sh-admin/src/pages/teams/_id.vue b/packages/hoppscotch-sh-admin/src/pages/teams/_id.vue index bc5786b2..51eaf3d2 100644 --- a/packages/hoppscotch-sh-admin/src/pages/teams/_id.vue +++ b/packages/hoppscotch-sh-admin/src/pages/teams/_id.vue @@ -39,7 +39,7 @@ - +