mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-28 13:02:35 +02:00
Fix graphql warnings
This commit is contained in:
parent
ea2d2c9692
commit
face6b8e3a
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user