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