add schema version endpoint

This commit is contained in:
2025-04-16 16:55:00 -07:00
parent 2092827d37
commit cb05d3ca03
2 changed files with 7 additions and 0 deletions

View File

@@ -87,6 +87,8 @@ type Query {
isNotificationScheduled(input: NotificationInput!): Boolean
secondsThresholdForNotification(input: NotificationInput!): Int
schemaVersion: ID!
}
# Mutations