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