mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-01 19:27:51 +00:00
fixed filter client sessions
This commit is contained in:
@@ -76,8 +76,8 @@ export const GET_LOCATION = gql`
|
||||
`;
|
||||
|
||||
export const FILTER_CLIENT_SESSIONS = gql`
|
||||
query FilterClientSessions($customerId: Int!, $cursor: String) {
|
||||
getAllClientSessions(customerId: $customerId, cursor: $cursor) {
|
||||
query FilterClientSessions($customerId: Int!, $locationIds: [Int], $cursor: String) {
|
||||
filterClientSessions(customerId: $customerId, locationIds: $locationIds, cursor: $cursor) {
|
||||
items {
|
||||
id
|
||||
macAddress
|
||||
|
||||
Reference in New Issue
Block a user