mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-01 19:27:51 +00:00
blocked list page
This commit is contained in:
@@ -317,3 +317,15 @@ export const FILTER_SYSTEM_EVENTS = gql`
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const GET_BLOCKED_CLIENTS = gql`
|
||||
query GetBlockedClients($customerId: ID!) {
|
||||
getBlockedClients(customerId: $customerId) {
|
||||
customerId
|
||||
macAddress
|
||||
createdTimestamp
|
||||
lastModifiedTimestamp
|
||||
details
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user