fix: add notifications mutation to schema

This commit is contained in:
Alexis Tyler
2021-06-30 21:51:35 +09:30
parent 03a150b4ed
commit d68da1d2aa

View File

@@ -56,7 +56,7 @@ const baseTypes = [gql`
type Mutation {
login(username: String!, password: String!): String
sendNotification(notification: NotificationInput!): Notification
shutdown: String
reboot: String
}