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