mirror of
https://github.com/unraid/api.git
synced 2026-05-09 08:41:12 -05:00
feat: owner query endpoint
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
type Query {
|
||||
owner: Owner
|
||||
}
|
||||
|
||||
type Subscription {
|
||||
owner: Owner!
|
||||
}
|
||||
|
||||
type Owner {
|
||||
username: String
|
||||
url: String
|
||||
avatar: String
|
||||
}
|
||||
@@ -14,12 +14,6 @@ enum Status {
|
||||
never_connected
|
||||
}
|
||||
|
||||
type Owner {
|
||||
username: String
|
||||
url: String
|
||||
avatar: String
|
||||
}
|
||||
|
||||
type Server {
|
||||
owner: Owner
|
||||
guid: String
|
||||
|
||||
Reference in New Issue
Block a user