chore: remove redundant create role mutation

This commit is contained in:
Ali BARIN
2024-09-03 13:56:23 +00:00
parent a4ea6c1fad
commit e76a99fd68
4 changed files with 0 additions and 49 deletions

View File

@@ -1,11 +0,0 @@
import { gql } from '@apollo/client';
export const CREATE_ROLE = gql`
mutation CreateRole($input: CreateRoleInput) {
createRole(input: $input) {
id
key
name
description
}
}
`;