diff --git a/schema.graphqls b/schema.graphqls index 6296660..c5a6726 100644 --- a/schema.graphqls +++ b/schema.graphqls @@ -63,6 +63,8 @@ type Shuttle { type Query { systems: [System!]! system(id: ID): System + + isNotificationScheduled(input: NotificationInput!): Boolean } # Mutations