mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-02 03:37:59 +00:00
implemented dashboard
This commit is contained in:
@@ -157,3 +157,18 @@ export const FILTER_SERVICE_METRICS = gql`
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const GET_ALL_STATUS = gql`
|
||||
query GetAllStatus($customerId: Int!, $statusDataTypes: [String]) {
|
||||
getAllStatus(customerId: $customerId, statusDataTypes: $statusDataTypes) {
|
||||
items {
|
||||
customerId
|
||||
detailsJSON
|
||||
}
|
||||
context {
|
||||
lastPage
|
||||
cursor
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user