Fix graphql warnings

This commit is contained in:
Michele Marcucci 2024-07-16 09:07:21 +02:00
parent ea2d2c9692
commit face6b8e3a

View File

@ -64,7 +64,7 @@ module.exports.typeDefs = `
byPool: Float
byJobs: Float
solutions: Float
errors: Int
errors: Float
errorRate: Float
chipSpeed: Float
chipRestarts: Int
@ -74,7 +74,7 @@ module.exports.typeDefs = `
host: String
port: Int
userName: String
diff: Int
diff: Float
intervals: MinerStatsPoolIntervals
}
@ -179,7 +179,7 @@ module.exports.typeDefs = `
uid: String
ver: String
rx: Int
err: Int
err: Float
time: Int
ping: Int
}