chore: remove redundant delete role mutation

This commit is contained in:
Ali BARIN
2024-09-05 15:31:59 +00:00
parent 66fe84e126
commit e5366534ed
4 changed files with 0 additions and 49 deletions

View File

@@ -1,6 +0,0 @@
import { gql } from '@apollo/client';
export const DELETE_ROLE = gql`
mutation DeleteRole($input: DeleteRoleInput) {
deleteRole(input: $input)
}
`;