add isNotificationScheduled resolver for Query type

This commit is contained in:
2025-02-12 19:45:16 -08:00
parent c09d35b65c
commit e697fd89b8

View File

@@ -63,6 +63,8 @@ type Shuttle {
type Query {
systems: [System!]!
system(id: ID): System
isNotificationScheduled(input: NotificationInput!): Boolean
}
# Mutations