refactor: remove get-roles GQL query
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const GET_ROLES = gql`
|
||||
query GetRoles {
|
||||
getRoles {
|
||||
id
|
||||
key
|
||||
name
|
||||
description
|
||||
isAdmin
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user