fixed graphql

This commit is contained in:
Sean Macfarlane
2020-07-20 12:40:59 -04:00
parent ceca625e9b
commit 77bfeb321e

View File

@@ -158,8 +158,8 @@ export const FILTER_SERVICE_METRICS = gql`
query FilterServiceMetrics(
$customerId: Int!
$cursor: String
$fromTime: Int!
$toTime: Int!
$fromTime: String!
$toTime: String!
$clientMacs: [String]
$equipmentIds: [ID]
$dataTypes: [String]