mirror of
https://github.com/unraid/api.git
synced 2026-04-27 10:41:26 -05:00
improvement(schema:services/service): added version field
This commit is contained in:
@@ -18,7 +18,8 @@ type Subscription {
|
||||
}
|
||||
|
||||
type Service {
|
||||
name: String
|
||||
online: Boolean!
|
||||
uptime: Long
|
||||
name: String!
|
||||
online: Boolean
|
||||
uptime: Int
|
||||
version: String
|
||||
}
|
||||
Reference in New Issue
Block a user