mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-16 23:40:32 +00:00
add isNotificationScheduled resolver for Query type
This commit is contained in:
@@ -63,6 +63,8 @@ type Shuttle {
|
||||
type Query {
|
||||
systems: [System!]!
|
||||
system(id: ID): System
|
||||
|
||||
isNotificationScheduled(input: NotificationInput!): Boolean
|
||||
}
|
||||
|
||||
# Mutations
|
||||
|
||||
Reference in New Issue
Block a user