chore: remove redundant update role mutation

This commit is contained in:
Ali BARIN
2024-09-04 15:19:19 +00:00
parent 9df1b29d70
commit c9ba219de1
3 changed files with 0 additions and 32 deletions

View File

@@ -1,16 +0,0 @@
import { gql } from '@apollo/client';
export const UPDATE_ROLE = gql`
mutation UpdateRole($input: UpdateRoleInput) {
updateRole(input: $input) {
id
name
description
permissions {
id
action
subject
conditions
}
}
}
`;