feat: introduce connections page in the admin panel
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const GET_SHARED_CONNECTION_ROLE_IDS = gql`
|
||||
query GetSharedConnectionRoleIds($id: String!) {
|
||||
getSharedConnectionRoleIds(id: $id)
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user