mirror of
https://github.com/unraid/api.git
synced 2026-01-24 01:18:39 -06:00
fix: add notifications mutation to schema
This commit is contained in:
@@ -56,7 +56,7 @@ const baseTypes = [gql`
|
||||
|
||||
type Mutation {
|
||||
login(username: String!, password: String!): String
|
||||
|
||||
sendNotification(notification: NotificationInput!): Notification
|
||||
shutdown: String
|
||||
reboot: String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user